forked from FRRouting/frr
-
Notifications
You must be signed in to change notification settings - Fork 12
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
Topotato migrate bgp community alias from topotests #62
Closed
Chromico
wants to merge
35
commits into
opensourcerouting:topotato
from
tecknologg:topotato-migrate-bgp-community-alias
Closed
Topotato migrate bgp community alias from topotests #62
Chromico
wants to merge
35
commits into
opensourcerouting:topotato
from
tecknologg:topotato-migrate-bgp-community-alias
Conversation
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
Topology :- ----ens192--------+---------+ R11 -------------R2--------R3 ---ens256-------+---------+ R11: receiver R2: RP R3: source . There are 2 links connected between each routers . R11: Initially (,G) joins are sent over ens192 interface R11(config)# do show ip pim upstream 225.0.7.208 Iif Source Group State Uptime JoinTimer RSTimer KATimer RefCnt ens192 * 225.0.7.208 J 00:00:4 00:00:30 --:--:-- --:--:-- 1 Remove PIM from interface ens192 still (*,G) iif not changed R11(config)# interface ens192 R11(config-if)# no ip pim R11(config-if)# exit R11(config)# do show ip pim upstream 225.0.7.208 Iif Source Group State Uptime JoinTimer RSTimer KATimer RefCnt ens192 * 225.0.7.208 J 00:00:12 00:00:51 --:--:-- --:--:-- 1 Fix: pim upstream rpf update taken care when pim is enabled or disabled on an interface. Signed-off-by: sarita patra <[email protected]>
Signed-off-by: sarita patra <[email protected]>
Signed-off-by: sarita patra <[email protected]>
Signed-off-by: sarita patra <[email protected]>
Signed-off-by: sarita patra <[email protected]>
Signed-off-by: sarita patra <[email protected]>
Signed-off-by: sarita patra <[email protected]>
Signed-off-by: sarita patra <[email protected]>
Signed-off-by: sarita patra <[email protected]>
This reverts commit 809c11a.
Signed-off-by: sarita patra <[email protected]>
Fresh ground-up MLD implementation with subscriber-tracking for MLDv2. Intended to be adapted for IPv4 and replace the IGMP implementation at a later point. Tested in ANVL, currently at 94/116. Some issues/TODOs are left in the code as CPP_NOTICE markers, but the code is very much good enough to proceed since otherwise we're blocked on overall PIM v6 progress. Signed-off-by: David Lamparter <[email protected]>
Signed-off-by: David Lamparter <[email protected]>
Signed-off-by: David Lamparter <[email protected]>
Just some basic show commands to get going. Signed-off-by: David Lamparter <[email protected]>
Signed-off-by: David Lamparter <[email protected]>
Any interface parameters must be configurable without enabling the protocol as a side effect; otherwise it becomes impossible to set up things correctly without a transient misconfigured state. Which may in some cases break the network... Signed-off-by: David Lamparter <[email protected]>
Pending some YANG remodeling to get rid of weird time units... Signed-off-by: David Lamparter <[email protected]>
... and add it to the daemon lists in the various tools. Signed-off-by: David Lamparter <[email protected]>
Signed-off-by: David Lamparter <[email protected]>
... this is not configurable yet and ANVL needs it disabled. Signed-off-by: David Lamparter <[email protected]>
Signed-off-by: David Lamparter <[email protected]>
... not seeing these locally, but CI is complaining. Signed-off-by: David Lamparter <[email protected]>
Signed-off-by: David Lamparter <[email protected]>
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
outdated, closing |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Test results