mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-26 14:01:57 +00:00
Merge pull request #2015 from pguibert6WIND/issue_1999
bgpd: Flowspec client failed to update `exit-address-family`
This commit is contained in:
commit
78f0e7d7d9
@ -6753,7 +6753,9 @@ DEFUN_NOSH (exit_address_family,
|
||||
|| vty->node == BGP_IPV4L_NODE || vty->node == BGP_VPNV4_NODE
|
||||
|| vty->node == BGP_IPV6_NODE || vty->node == BGP_IPV6M_NODE
|
||||
|| vty->node == BGP_IPV6L_NODE || vty->node == BGP_VPNV6_NODE
|
||||
|| vty->node == BGP_EVPN_NODE)
|
||||
|| vty->node == BGP_EVPN_NODE
|
||||
|| vty->node == BGP_FLOWSPECV4_NODE
|
||||
|| vty->node == BGP_FLOWSPECV6_NODE)
|
||||
vty->node = BGP_NODE;
|
||||
return CMD_SUCCESS;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user