]> git.puffer.fish Git - mirror/frr.git/commit
zebra: zebra route-map delay-timer is global not per vrf 7823/head
authorDonald Sharp <sharpd@nvidia.com>
Wed, 6 Jan 2021 16:29:43 +0000 (11:29 -0500)
committerDonald Sharp <sharpd@nvidia.com>
Sat, 9 Jan 2021 03:34:41 +0000 (22:34 -0500)
commit9df81095f8f2735a89df6e0f2bb3dfd7c0aa2b56
tree59d6d6f929e5d15e776a32a50e4894569c1a5d97
parentc70e585e05403d3fa8043e2c0c0e3f58e1b7a71e
zebra: zebra route-map delay-timer is global not per vrf

The zebra route-map delay timer value is a global value
not a per vrf change.  As such we should only print it
out one time.

We are seeing this:

zebra route-map delay-timer 33
 exit-vrf
zebra route-map delay-timer 33

When we have 2 vrf's configured.

Fix the code to only write it out for the default vrf

Ticket: CM-32888
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
zebra/zebra_routemap.c