]> git.puffer.fish Git - matthieu/frr.git/commit
bgpd: When copying from src to dest do not overwrite the CONFIG_NODE
authorDonald Sharp <sharpd@nvidia.com>
Wed, 30 Nov 2022 15:41:54 +0000 (10:41 -0500)
committerDonald Sharp <sharpd@nvidia.com>
Mon, 5 Dec 2022 14:11:22 +0000 (09:11 -0500)
commitaf717344a6017f937e5b920b9b0cf5539d9a48ea
tree7a30d14850e12e7d676f1740a827296cbd210527
parentb242e73b0baf994867678a92386d9835aa97f845
bgpd: When copying from src to dest do not overwrite the CONFIG_NODE

When the decision has been made to copy a peer configuration from
a peer to another peer because one is taking over.  Do not automatically
set the CONFIG_NODE flag.  Instead we need to handle that appropriately
when the final decision is made to transfer.

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