-
Notifications
You must be signed in to change notification settings - Fork 1.4k
pimd : Added support for multi-oif static mroute #19765
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
Conversation
fc59435 to
f24459e
Compare
|
could we get a topotest that shows that this works properly now? |
|
Ofc I'm working on it :) |
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 drop this commit 015c41d, and correctly apply the styling for the first commit.
f0c04fb to
b4ceac2
Compare
|
Squashed the 3 commits for simplicity |
e988087 to
8fcf197
Compare
|
Some simple style issues found. |
8fcf197 to
db7d96b
Compare
Signed-off-by: e-wing <[email protected]>
db7d96b to
e5fda7b
Compare
|
Applied the styling and removed dead code 👍 |
Fixed a bug with ip mroute handling : the internal data model did not handle multiple oifs for a same {iif, src, grp}.
This caused unpredictable behavior when adding and deleting such routes (zombie resident mroutes for example).