]> git.puffer.fish Git - matthieu/frr.git/commit
bgpd: Call the doppelganger the doppelganger
authorDonald Sharp <sharpd@nvidia.com>
Sun, 16 Feb 2025 00:50:37 +0000 (19:50 -0500)
committerDonald Sharp <sharpd@nvidia.com>
Fri, 28 Feb 2025 15:28:50 +0000 (10:28 -0500)
commitf97429e66518e22f5f0da299e49c8c8f1f21074b
treebfbf3653647c8516b9554623b56a854ca824e3eb
parentb4e13db0699915aca1ee6b1ba7fe7a53dccca378
bgpd: Call the doppelganger the doppelganger

Currently the code in bgp_accept is calling the
doppelganger `peer`.  This is confusing with
peer and peer1.  Let's just call it doppelganger.

Author's Note:  I am changing the bgp_accept function
in this manner because I find it incredibly confusing
remembering what is what direction and all my other
attempts at getting this straight has caused real
problems.  So I am resorting to doing really small
transformational changes at a time.

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