]> git.puffer.fish Git - mirror/frr.git/commit
zebra: zebra route-map delay-timer is global not per vrf
authorDonald Sharp <sharpd@nvidia.com>
Wed, 6 Jan 2021 16:29:43 +0000 (11:29 -0500)
committerIgor Ryzhov <iryzhov@nfware.com>
Wed, 20 Jan 2021 15:57:03 +0000 (18:57 +0300)
commit87b9b2973289f086237aae7d75627bac1800b851
tree71720371f7f90f6ca9124c4cf76aef92c50aea6c
parent91e1adec9372756383889af00e3376f9c9edb87f
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