]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: Call the new doppelganger connection incoming
authorDonald Sharp <sharpd@nvidia.com>
Sun, 16 Feb 2025 00:30:56 +0000 (19:30 -0500)
committerDonald Sharp <sharpd@nvidia.com>
Fri, 28 Feb 2025 15:28:50 +0000 (10:28 -0500)
commit4f5d23402d25511558a2215129b6dc17360f8ef4
treee69e4e32260280f023cb7ac7187dabbf6fe0a801
parentb76d5c07c5675fb082f1a2def9755d762c3bcf62
bgpd: Call the new doppelganger connection incoming

In bgp_accept, the newly created doppelganger is
accepting a connection and setting it up to work
properly.  For this incoming connection let's call
it incoming as well.

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