]> git.puffer.fish Git - matthieu/frr.git/commit
bgpd: Copy the password from the previous peer on peer_xfer_config()
authorDonatas Abraitis <donatas@opensourcerouting.org>
Mon, 27 Mar 2023 19:03:03 +0000 (22:03 +0300)
committerDonatas Abraitis <donatas@opensourcerouting.org>
Mon, 27 Mar 2023 19:20:26 +0000 (22:20 +0300)
commitb5b6f11fcb90219cbc69e5845872f2769d42bb2c
tree8b585564a05f9ce97445685bb947b1625d0eb477
parentc4e3d5569f56faf615a6177aadc6e614dd88684c
bgpd: Copy the password from the previous peer on peer_xfer_config()

We copy the password only if an existing peer structure didn't have it.

But it might be the case when it exists, and we skip here.

Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
bgpd/bgpd.c