Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CUMULUS] zebra: goto "from all lookup local" rule
If a pbr rule is going to set the table as the default vrf, i.e. "set vrf default" or "set vrf unchanged" (for interfaces already in the default vrf), use a "goto" action to hit the default "from all lookup local" rule: ``` 1000: from all lookup [l3mdev-table] 32765: from all lookup local <<< 32766: from all lookup main 32767: from all lookup default ``` This ensures matched traffic will lookup all 3 tables associated with the default vrf and conclude rule evaluation, rather than evaluating all rules between the FRR-installed rule and the local/main/default rules. Signed-off-by: Trey Aspelund <[email protected]>
- Loading branch information