]> git.puffer.fish Git - matthieu/frr.git/commit
zebra: Move nhg reinstallation into if_up proper
authorDonald Sharp <sharpd@nvidia.com>
Thu, 8 Feb 2024 17:22:09 +0000 (12:22 -0500)
committerDonald Sharp <sharpd@nvidia.com>
Thu, 8 Feb 2024 17:22:09 +0000 (12:22 -0500)
commite28162b215395a05e49eb083c89b4dc65dbf9808
tree8a49a59ef4295428e72e13b575dbab93d656db64
parentfbce9231d1f70f922ee854205f8c696c4658f56f
zebra: Move nhg reinstallation into if_up proper

The function call in to zebra_interface_nhg_reinstall
is an action that takes place on interface up events
*not* when the connected addresses are added to
a system.  this will prevent this function being
called when new connected interfaces come alive
that is an independent operation of the interface
coming up.

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