]> git.puffer.fish Git - mirror/frr.git/commit
zebra: A `zebra route-map delay-timer 0` command should still run the route-map 7233/head
authorDonald Sharp <sharpd@nvidia.com>
Fri, 15 Jan 2021 21:28:15 +0000 (16:28 -0500)
committerDonald Sharp <sharpd@nvidia.com>
Sat, 16 Jan 2021 00:34:33 +0000 (19:34 -0500)
commitd33da0e0713b83108a2aefab56504d970b358922
treea17a490168be3a4a72daebfd32c175ffbf360641
parentfed1681178fc198e0e2204ad1fdb432c2d69feb6
zebra: A `zebra route-map delay-timer 0` command should still run the route-map

Setting `zebra route-map delay-timer 0` completely turns of any
route-map processing in zebra.  Which is completely wrong.  A timer
of 0 means `do it now`.

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