Martin Buck
Martin Buck
### Brief description I'm trying to generate an IPv6 MLD query using scapy. With scapy 2.4.4 (in Debian 11) it works as expected. With 2.5.0 (Debian 12) and current git...
So far, this test only convered redundant paths to one ABR, now it checks redundant paths to redundant ABRs, covering both cases. Useful as a regression test for #15777.
Pre- b74e965, we always merged nexthops of old (existing) and new (newly generated, based on a LSA update) routes, making it impossible to remove individual nexthops from a route. b74e965...
### Description b74e965142d80b7827cd6ac1291e1a3a73b9e617 fixed an issue (reported in #9720 by me) that caused bad/missing nexthop updates for inter-area routes if one of several ECMP paths to an ABR went away....
### Description Since 217e505a6, topotest ospf6_ecmp_inter_area intermittently fails due to a wrong number of nexthops for certain routes. See comments to #16055 where this was mentioned initially and further discussion...
Based on tests/topotests/test_ospf6_ecmp_inter_area Not currently intended for merging, mainly for discussion. Maybe I'll create a regression test afterwards once #16197 is fixed or extend the base testcase accordingly
Finally, a first attempt to fix #16197 The main fixes are from the following 2 commits (other commits are mostly cleanup/optimization): commit 9eb04927ae99392f0030ab22efb820156d4ae8d1 ospf6d: Fix old summary route lookup When...
The new test_multipath_inter_area() function reliably checks for #16197 and will fail until that is fixed (the current version of the topotest only fails occasionally). Also, convert topotest to use unified...