]> git.puffer.fish Git - matthieu/frr.git/commit
bgpd: Add `peer_notify_config_change()` function
authorDonald Sharp <sharpd@nvidia.com>
Wed, 6 Nov 2024 13:15:06 +0000 (08:15 -0500)
committerDonald Sharp <sharpd@nvidia.com>
Tue, 26 Nov 2024 16:58:23 +0000 (11:58 -0500)
commitba0edb9545038a8026813d5997a958cc6ed88765
tree2f9f07d171b5699ae608f5f0eea4ccc1a8ad23c3
parent2e5b4e32c4d402bd547ba06ac2b797236e7eaea6
bgpd: Add `peer_notify_config_change()` function

We have about a bajillion tests of if we can
notify the peer and then we send a config change
notification.  Let's just make a function that
does this.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
bgpd/bgp_fsm.c
bgpd/bgp_vty.c
bgpd/bgpd.c
bgpd/bgpd.h