-
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
[draft] pimd: Auto enable pim-passive when IGMP is turned on. #13862
Conversation
Issue: In order for IGMP to work (standalone), PIM should be enabled on the interface, which causes the sending of PIM control packets on the interface .This breaks a bunch of conformance tests, such as RFC3918 L3 tests. Fix : Automatically enable pim-passive when IGMP is enabled. Signed-off-by: Rajesh Varatharaj <rvaratharaj@nvidia.com>
AFAIK, enabling PIM is not enough if you also don't have an RP configured. |
Continuous Integration Result: FAILEDSee below for issues. This is a comment from an automated CI system. Get source / Pull Request: SuccessfulBuilding Stage: SuccessfulBasic Tests: FailedTopotests Ubuntu 18.04 i386 part 9: Failed (click for details)Topology Test Results are at https://ci1.netdef.org/browse/FRR-PULLREQ2-TOPO9U18I386-12576/test Topology Tests failed for Topotests Ubuntu 18.04 i386 part 9 Topotests Ubuntu 18.04 amd64 part 1: Failed (click for details)Topotests Ubuntu 18.04 amd64 part 1: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-12576/artifact/TP1U1804AMD64/TopotestDetails/Topology Test Results are at https://ci1.netdef.org/browse/FRR-PULLREQ2-TP1U1804AMD64-12576/test Topology Tests failed for Topotests Ubuntu 18.04 amd64 part 1 Successful on other platforms/tests
Warnings Generated during build:Checkout code: Successful with additional warningsTopotests Ubuntu 18.04 i386 part 9: Failed (click for details)Topology Test Results are at https://ci1.netdef.org/browse/FRR-PULLREQ2-TOPO9U18I386-12576/test Topology Tests failed for Topotests Ubuntu 18.04 i386 part 9 Topotests Ubuntu 18.04 amd64 part 1: Failed (click for details)Topotests Ubuntu 18.04 amd64 part 1: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-12576/artifact/TP1U1804AMD64/TopotestDetails/Topology Test Results are at https://ci1.netdef.org/browse/FRR-PULLREQ2-TP1U1804AMD64-12576/test Topology Tests failed for Topotests Ubuntu 18.04 amd64 part 1
|
This is correct ... Juniper and Cisco only enable when there is an RP configured. |
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.
this should check for an RP before enabling
is anyone still working on this? |
@frrbot autoclose in 1 month |
Issue:
In order for IGMP to work (standalone), PIM should be enabled on the interface, which causes the sending of PIM control packets on the interface .This breaks a bunch of conformance tests, such as RFC3918 L3 tests.
Fix :
Automatically enable pim-passive when IGMP is enabled.
Signed-off-by: Rajesh Varatharaj rvaratharaj@nvidia.com