From e982b78f24d1dca3d2bc92a39b8e9fcf35b39a37 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Sat, 9 Jan 2021 14:31:48 +0100 Subject: xml: op-mode: add preprocessor support as known from configuration mode --- op-mode-definitions/ipv4-route.xml | 87 -------------------------------------- 1 file changed, 87 deletions(-) delete mode 100644 op-mode-definitions/ipv4-route.xml (limited to 'op-mode-definitions/ipv4-route.xml') diff --git a/op-mode-definitions/ipv4-route.xml b/op-mode-definitions/ipv4-route.xml deleted file mode 100644 index 1bda3ac11..000000000 --- a/op-mode-definitions/ipv4-route.xml +++ /dev/null @@ -1,87 +0,0 @@ - - - - - Show system information - - - - - Show IPv4 information - - - - - Show IP multicast group membership - - netstat -gn4 - - - - - - - - - Reset a service - - - - - Reset Internet Protocol (IP) parameters - - - - - Reset Address Resolution Protocol (ARP) cache - - - - - Reset ARP cache for an IPv4 address - - <x.x.x.x> - - - sudo /sbin/ip neigh flush to "$5" - - - - Reset ARP cache for interface - - - - - sudo /sbin/ip neigh flush dev "$5" - - - - - - - Reset IP route - - - - - Flush the kernel route cache - - sudo /sbin/ip route flush cache - - - - - Flush the kernel route cache for a given route - - <x.x.x.x> <x.x.x.x/x> - - - sudo /sbin/ip route flush cache "$5" - - - - - - - - -- cgit v1.2.3