mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-04 20:18:54 +00:00
vtysh: remove deprecated HAVE_EVPN flag
This flag prevents from entering into evpn address-family node, when calling command from vtysh. Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
This commit is contained in:
parent
3060be2af5
commit
d2c1e06d83
@ -1221,9 +1221,7 @@ DEFUNSH (VTYSH_BGPD,
|
||||
"Layer2 VPN Address family\n"
|
||||
"Ethernet Virtual Private Network Subsequent Address Family\n")
|
||||
{
|
||||
#if defined(HAVE_EVPN)
|
||||
vty->node = BGP_EVPN_NODE;
|
||||
#endif /* HAVE_EVPN */
|
||||
return CMD_SUCCESS;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user