]> git.puffer.fish Git - matthieu/frr.git/commit
zebra: Remove duplicate function for netlink interface changes
authorDonald Sharp <sharpd@nvidia.com>
Thu, 13 Apr 2023 20:43:27 +0000 (16:43 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Wed, 5 Jul 2023 17:03:14 +0000 (13:03 -0400)
commit487a96a35f5428c205fe792f9bdded2c894bb5a0
tree42cd8c1d389506a4a0974e83266df168e21d7cfb
parentbc0bac5524037442117e16238c1fe72b3f9159f3
zebra: Remove duplicate function for netlink interface changes

Turns out FRR has 2 functions one specifically for startup
and one for normal day to day operations.  There were only
a couple of minor differences from what I could tell, and
where they were different the after startup functionality should
have been updated too.  I cannot figure out why we have 2.

Non-startup handling of bonds appears to be incorrect
so let's fix that.  Additionally the speed was not
properly being set in non-startup situations.

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