From 34d789579cda1a940ac65671b41466880267944b Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Fri, 9 Apr 2021 19:44:44 +0200 Subject: op-mode: bgp: move common includes to include/bgp directory This change makes it easier to group all BGP related operational level command building blocks in one place. --- .../include/bgp-afi-ipv4-ipv6-common.xml.i | 243 --------------------- 1 file changed, 243 deletions(-) delete mode 100644 op-mode-definitions/include/bgp-afi-ipv4-ipv6-common.xml.i (limited to 'op-mode-definitions/include/bgp-afi-ipv4-ipv6-common.xml.i') diff --git a/op-mode-definitions/include/bgp-afi-ipv4-ipv6-common.xml.i b/op-mode-definitions/include/bgp-afi-ipv4-ipv6-common.xml.i deleted file mode 100644 index dc0926375..000000000 --- a/op-mode-definitions/include/bgp-afi-ipv4-ipv6-common.xml.i +++ /dev/null @@ -1,243 +0,0 @@ - - - - Display routes matching the community - - - - - Should accept local VPN route if exported and imported into different VRF (well-known community) - - ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@ - - - - Should accept VPN route with local nexthop (well-known community) - - ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@ - - - - Inform EBGP peers to blackhole traffic to prefix (well-known community) - - ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@ - - - - Exact match of the communities - - ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@ - - - - Graceful shutdown (well-known community) - - ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@ - - - - Staled Long-lived Graceful Restart VPN route (well-known community) - - ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@ - - - - Do not send outside local AS (well-known community) - - ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@ - - - - Do not advertise to any peer (well-known community) - - ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@ - - - - Do not export to next AS (well-known community) - - ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@ - - - - Removed because Long-lived Graceful Restart was not enabled for VPN route (well-known community) - - ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@ - - - - Do not export to any peer (well-known community) - - ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@ - - - - RT translated VPNv4 route filtering (well-known community) - - ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@ - - - - RT translated VPNv6 route filtering (well-known community) - - ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@ - - - - RT VPNv4 route filtering (well-known community) - - ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@ - - - - RT VPNv6 route filtering (well-known community) - - ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@ - - - ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@ - - - - Display routes matching the community-list - - 1-500 name - - - - - - Show BGP routes exactly matching specified community list - - ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@ - - - ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@ - - - - Display detailed information about dampening - - - - - Display paths suppressed due to dampening - - ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@ - - - - Display flap statistics of routes - - ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@ - - - - Display detail of configured dampening parameters - - ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@ - - - - - - Display routes conforming to the filter-list - - - - - - - - Show BGP routes matching the specified large-communities - - ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@ - - - - Detailed information on TCP and BGP neighbor connections - - ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@ - - - - Show detailed BGP IPv4 unicast neighbor information - - - - - ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@ - - - - Show routes advertised to a BGP neighbor - - ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@ - - - - Show dampened routes received from BGP neighbor - - ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@ - - - - Show flap statistics of the routes learned from BGP neighbor - - ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@ - - - - Show detailed prefix count information for BGP neighbor - - ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@ - - - - Show information received from BGP neighbor - - - - - Show prefixlist filter - - ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@ - - - - - - Show received routes from BGP neighbor - - ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@ - - - - Show routes learned from BGP neighbor - - ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@ - - - - - - Display routes conforming to the prefix-list - - ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@ - - - - Display routes matching the AS path regular expression - - ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@ - - - - Show BGP routes matching the specified route map - - policy route-map - - - ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@ - - -- cgit v1.2.3