]> git.proxmox.com Git - mirror_frr.git/commit
bgpd: handle network rd parameter in network configuration
authorPhilippe Guibert <philippe.guibert@6wind.com>
Fri, 25 Nov 2022 11:24:15 +0000 (12:24 +0100)
committerPhilippe Guibert <philippe.guibert@6wind.com>
Fri, 10 Feb 2023 09:27:23 +0000 (10:27 +0100)
commitc1aa9e7f905e2ee033e972cda60e5497f3062884
treed63e94a65f78b0707e5fff3ba9f9fa010354c472
parentcd304769accd62ae6b244b7f1ab74e313ecaab2d
bgpd: handle network rd parameter in network configuration

The bgp network command creates static routes with an optional
route-distinguisher parameter for VPN and EVPN address families.
Store the rd parameter in those static routes. This will be used
by the 'show running-config' later.

Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
bgpd/bgp_route.c
bgpd/bgp_route.h