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>
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
+!
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
+!