]> git.proxmox.com Git - mirror_frr.git/commit
bgpd: add network command for vpnv6 address family
authorLiu Xiaofeng <xiaofeng.liu@6wind.com>
Mon, 19 Dec 2016 09:53:38 +0000 (10:53 +0100)
committerPhilippe Guibert <philippe.guibert@6wind.com>
Fri, 13 Jan 2017 13:19:49 +0000 (14:19 +0100)
commitc286be9683dde27557c4cb8af40a78de1869e198
tree9715b8df55a5415fa5673087be23ea99bf876079
parent903c7f556e6631e5f20f2d720e35ce39ffb599eb
bgpd: add network command for vpnv6 address family

Add the next commands:

    network X:X::X:X/M rd ASN:nn_or_IP-address:nn tag WORD [route-map WORD]
    no network X:X::X:X/M rd ASN:nn_or_IP-address:nn tag WORD

Also, fix show running-config for vpnv6 network, as well as modiying
bgp_static_set_safi, and take into account matching afi table.

Signed-off-by: Liu Xiaofeng <xiaofeng.liu@6wind.com>
Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
bgpd/bgp_mplsvpn.c
bgpd/bgp_route.c