diff options
| author | Philippe Guibert <philippe.guibert@6wind.com> | 2017-01-23 09:28:53 +0100 | 
|---|---|---|
| committer | Philippe Guibert <philippe.guibert@6wind.com> | 2017-02-14 13:58:59 +0100 | 
| commit | b194703e9c0870b2f4b26b1af259690facfc0489 (patch) | |
| tree | 136f085c417713c2e5dd2a57af617f5cf4b679e1 /vtysh | |
| parent | 4895ca359525b5242d92793d30ef2eaddee06768 (diff) | |
bgpd: remove old address-family vty command for evpn
old vty format to configure evpn: address-family evpn
is no longer supported.
Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
Diffstat (limited to 'vtysh')
| -rw-r--r-- | vtysh/vtysh.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/vtysh/vtysh.c b/vtysh/vtysh.c index c68ff50a5c..579c0fc590 100644 --- a/vtysh/vtysh.c +++ b/vtysh/vtysh.c @@ -1213,7 +1213,7 @@ DEFUNSH (VTYSH_BGPD,  DEFUNSH (VTYSH_BGPD,  	 address_family_evpn,  	 address_family_evpn_cmd, -	 "address-family <evpn|l2vpn evpn>", +	 "address-family <l2vpn evpn>",           "Enter Address Family command mode\n"           "EVPN Address family\n"           "Layer2 VPN Address family\n"  | 
