]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: bgp_packet pass connection around
authorDonald Sharp <sharpd@nvidia.com>
Sun, 27 Aug 2023 03:55:10 +0000 (23:55 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Sun, 10 Sep 2023 12:31:25 +0000 (08:31 -0400)
commit7094cc7f4202f6cfd045de57ef4d82d559f2e981
tree1888a02ca528f4c3f0b09ebd0b0526c84577d51a
parent6dc9dc1edd08a523728918673e0fc558edd610ee
bgpd: bgp_packet pass connection around

Modify all the receive functions to pass around the actual
connection being acted upon.  Modify the collision detection
function to look at the possible two connections.

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