mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-09 03:51:39 +00:00
Merge pull request #8112 from pguibert6WIND/bgp_flowspec_attrunchanged
bgpd: add attribute-unchanged attribute to flowspec
This commit is contained in:
commit
ecb98792bf
@ -18077,6 +18077,11 @@ void bgp_vty_init(void)
|
||||
install_element(BGP_EVPN_NODE, &neighbor_attr_unchanged_cmd);
|
||||
install_element(BGP_EVPN_NODE, &no_neighbor_attr_unchanged_cmd);
|
||||
|
||||
install_element(BGP_FLOWSPECV4_NODE, &neighbor_attr_unchanged_cmd);
|
||||
install_element(BGP_FLOWSPECV4_NODE, &no_neighbor_attr_unchanged_cmd);
|
||||
install_element(BGP_FLOWSPECV6_NODE, &neighbor_attr_unchanged_cmd);
|
||||
install_element(BGP_FLOWSPECV6_NODE, &no_neighbor_attr_unchanged_cmd);
|
||||
|
||||
/* "nexthop-local unchanged" commands */
|
||||
install_element(BGP_IPV6_NODE, &neighbor_nexthop_local_unchanged_cmd);
|
||||
install_element(BGP_IPV6_NODE,
|
||||
|
Loading…
Reference in New Issue
Block a user