mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-26 23:23:35 +00:00
Merge pull request #379 from pguibert6WIND/frrouting_issue309_2
vtysh: remove deprecated HAVE_EVPN flag
This commit is contained in:
commit
54cd060799
@ -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