]> git.puffer.fish Git - mirror/frr.git/commitdiff
tests: high_ecmp creates 2 update groups 18469/head
authorDonald Sharp <donaldsharp72@gmail.com>
Sun, 23 Mar 2025 21:48:02 +0000 (17:48 -0400)
committerDonald Sharp <donaldsharp72@gmail.com>
Sun, 23 Mar 2025 21:48:02 +0000 (17:48 -0400)
The high_ecmp test was creating 2 update groups, where
513 of the neighbors are in 1 and the remaining is in
another.  They should just all be in 1 update group.
Modify the test creation such that interfaces r1-eth514
and r2-eth514 have v4 and v6 addresses.

Signed-off-by: Donald Sharp <donaldsharp72@gmail.com>
tests/topotests/high_ecmp/r1/frr.conf
tests/topotests/high_ecmp/r2/frr.conf

index d50ca846d4d044c224d557fd0cd940951d80f662..957e17e914e4c10b71106e3bf4b5808ec26c8fe0 100644 (file)
@@ -2572,3 +2572,8 @@ interface r1-eth513
  ipv6 address 2001:db8:3:4::1/64
  no shutdown
 !
+interface r1-eth514
+ ip address 10.3.5.1/30
+ ipv6 address 2001:db8:3:5::1/64
+ no shut
+!
index 1dfa8cc02c17544426fe6eccd993bdea79854463..151f6da45c45d4b0c400d1056fb838fa1cdf092d 100644 (file)
@@ -2572,4 +2572,8 @@ interface r2-eth513
  ipv6 address 2001:db8:3:4::2/64
  no shutdown
 !
-
+interface r2-eth514
+ ip address 10.3.5.2/30
+ ipv6 address 2001:db8:3:5::2/64
+ no shutdown
+!