-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bgpd: fix table-map option #17802
base: master
Are you sure you want to change the base?
bgpd: fix table-map option #17802
Conversation
e2cfe50
to
167d725
Compare
can you show me the broken behavior before this change? |
If a neighbor shares two routes 10.0.0.1/32, 10.10.10.1/32 :
And a peer has a table map to permit only 10.0.0.1/32 route
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add a topotest for this case because it's seems easy to replicate.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
code looks okay ... waiting on topo test
167d725
to
715a361
Compare
Made a requested change and added a topotest. Thanks! |
715a361
to
8f58246
Compare
Hi, |
8f58246
to
e82fd4b
Compare
Please fix the frrbot styling issues. |
@Mergifyio backport stable/10.2 |
🟠 Waiting for conditions to match
|
e82fd4b
to
1962d00
Compare
Sure, done |
Schedule zebra to withdraw routes filtered out by a table-map. Signed-off-by: Alexander Skorichenko <[email protected]>
4c48d6f
to
a2d59dd
Compare
Schedule zebra to withdraw routes filtered out by a table-map.