]> git.puffer.fish Git - matthieu/frr.git/commit
tests : Topotest support to bgp_default_originate
authorARShreenidhi <rshreenidhi@vmware.com>
Wed, 6 Jul 2022 05:57:13 +0000 (05:57 +0000)
committerIqra Siddiqui <imujeebsiddi@vmware.com>
Wed, 6 Jul 2022 18:06:54 +0000 (11:06 -0700)
commitfbad2f3af9087b1d43531e5a2359693ad1566bc2
tree7900ebe6fb40486ccd774d0993dc900a6cc664cf
parenta633fb579e377fb745d3d59b6158dba9dc784875
tests : Topotest support to bgp_default_originate

When there is change in route-map policy associated with default-originate, changes does not reflect.
When route-map associated with default-originate is deleted, default route doesn't get withdrawn
Update message is not being sent when only route-map is removed from the default-originate config.
SNT counter gets incremented on change of every policy associated with default-originate
Route-map with multiple match clauses causes inconsistencies with default-originate.
Default-originate behaviour on BGP-attributes

Signed-off-by: ARShreenidhi <rshreenidhi@vmware.com>
tests/topotests/bgp_default_originate/test_default_originate_conditional_routemap.py [new file with mode: 0644]