]> git.proxmox.com Git - mirror_frr.git/commit
bgpd: handle vrf aliases in vty API
authorPhilippe Guibert <philippe.guibert@6wind.com>
Thu, 31 May 2018 08:12:11 +0000 (10:12 +0200)
committerPhilippe Guibert <philippe.guibert@6wind.com>
Tue, 28 Aug 2018 14:23:50 +0000 (16:23 +0200)
commit9a8bdf1c25180e7c00b525c6c8de26cc2f713fb2
treeec151489ac2791dd17ab021ce21429912134ef22
parent6895b354ef88b30e41c92c0d6efa75cd05dba52a
bgpd: handle vrf aliases in vty API

Because a VRF name can be used for default VRF, or an alias of an
already created VRF can be passed as parameter, the default VRF name
must be found out. This avoids creating double BGP instances for
example.

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