summaryrefslogtreecommitdiff
path: root/python/firstheader.py
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@nvidia.com>2022-11-14 08:28:45 -0500
committerMergify <37929162+mergify[bot]@users.noreply.github.com>2022-11-15 07:12:23 +0000
commitf97e6d92b33df5c1648382c73f2c6d64a1a0c275 (patch)
tree15ecbec0f5d1aca829e8121dad6ce1bb9f8e8af7 /python/firstheader.py
parent5a35dd3a499c59672656eb2429a85bb271b46fbd (diff)
zebra: Fix dplane_fpm_nl to allow for fast configuration
If you have this order in your configuration file: no fpm use-next-hop-groups fpm address 127.0.0.1 the dplane code was using the same event thread t_event and the second add event in the code was going, you already have an event scheduled and as such the second event does not overwrite it. Leaving no code to actually start the whole processing. There are probably other cli iterations that will cause this fun as well, but I'm not going to spend the time sussing them out at the moment. Fixes: #12314 Signed-off-by: Donald Sharp <sharpd@nvidia.com> (cherry picked from commit 551fa8c3549e24020dfce33d06ade4a14f72abfe)
Diffstat (limited to 'python/firstheader.py')
0 files changed, 0 insertions, 0 deletions