Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
validation: remove superfluous comparison
Since the check of whether r->table == nd->vrf_table has already failed in the initial 'if' conditional, r->table is necessarily != nd->vrf_table. It is not necessary to explicitly check for this state in the 'else if' conditional. Let's not.
- Loading branch information