]> git.puffer.fish Git - matthieu/frr.git/commit
bgpd: peer creation now takes care of the su
authorDonald Sharp <sharpd@nvidia.com>
Tue, 29 Nov 2022 14:00:39 +0000 (09:00 -0500)
committerDonald Sharp <sharpd@nvidia.com>
Mon, 5 Dec 2022 14:11:21 +0000 (09:11 -0500)
commit40f67286f7e271ca2f66fb2a3680d30e33913ec3
treedc3a6881941c8fa279ebdfa65c42ac78b621cf7d
parent1f98f424432a9e03032109156a26dd7d6f932b3e
bgpd: peer creation now takes care of the su

At some point in the past the peer creation was not
properly setting the su and the code had the release
and re-add when setting the su.  Since peer_create
got a bit of code to handle the su properly the
need to release then add it back in is negated
so remove the code.

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