-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
zebra: Do not pathcount EVPN A-D prefixes
With EVPN MH zebra is treating route adds as upsert operations. However pathcounting these upserts would lead to a never really decreasing counter. Route deletions for EVPN MH should fully remove the dummy prefix from the next-hop. Disabling increasing of the pathcount yields the same behaviour for this type of route Signed-off-by: Christopher Dziomba <[email protected]>
- Loading branch information
Showing
2 changed files
with
10 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters