Renato Westphal
Renato Westphal
Hi, That's a known issue. I'll ask rzalamena@ to commit a fix today since he knows the VPLS kernel code better than I do. Keep an eye on [email protected] as...
Javier, Thanks for your valuable feedback. You are right, on an L2VPN the PE should not reassemble CE fragmented packets under any circumstance. I'll update the wiki page with your...
Thanks a lot Javier, now everything makes sense. Just updated the wiki page with your suggestions (MTU update and editing pf.conf). Used 1530 for the MTU to account for an...
@anlancs The problem is likely that MPLS label processing isn't enabled on your interfaces via sysctl. You can find instructions on how to enable it here: https://docs.frrouting.org/en/stable-5.0/installation.html#linux-sysctl-settings-and-kernel-modules
> add a `sleep(30)` to test_rt6_step11 immediately after the `ip link set down` and the test will immediately start failing Sleeping for 30 seconds there defeats the purpose of the...
@donaldsharp I see what you mean, but those routes with nexthops pointing to shut down interfaces is the expected behavior in this case. The IS-IS switchover code is a complement...
> @rwestphal -> Regardless over our disagreement on expected output of the test. Could you elaborate on where exactly we disagree? > HOW DO YOU EXPECT anyone to modify the...
> Am I wrong on what I got out of reading the test, what I understand the test timing to be is it is 120 attempts at 0.5 sec interval...
@rwgbsd That wouldn't be the case here. In IS-IS, the SPF algorithm is only triggered upon detection of any change in the link-state database. @mwinter-osr The problem with the CI...
Would love to see this getting added!