]> git.puffer.fish Git - matthieu/frr.git/commit
bgpd: Modify update_evpn_type5_route_entry to include path_info pointer
authorDonald Sharp <sharpd@nvidia.com>
Mon, 11 Mar 2024 15:22:49 +0000 (11:22 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Mon, 1 Apr 2024 14:24:14 +0000 (10:24 -0400)
commitf4fd5c8e36f6f7e6d664b8542abdeada6fdfb46c
treeea842460f265a4c4f349135c23e50ba65ec00252
parent829a2e9bc40c4708b3ac4ffb80903ec17f4fb38d
bgpd: Modify update_evpn_type5_route_entry to include path_info pointer

Modify update_evpn_type5_route_entry to return a pointer to the
struct bgp_path_info modified in this function.  This code
merely follows the standards used in other bgp_evpn.c code
where the update function returns the pointer to the path
info.

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