diff options
author | Dmytro Aleksandrov <alkersan@gmail.com> | 2019-08-22 17:26:30 +0300 |
---|---|---|
committer | Dmytro Aleksandrov <alkersan@gmail.com> | 2019-08-23 21:36:27 +0300 |
commit | 4eae0fb5ff1c3678a36279e6f2e29d99f0679a31 (patch) | |
tree | 6bac1a62639f50e3ff74fd3cab2a27afaabed413 /templates/reset/ip/route/cache | |
parent | bbbbfe2452cb78c894209671114bf6575ca5007e (diff) | |
download | vyatta-op-4eae0fb5ff1c3678a36279e6f2e29d99f0679a31.tar.gz vyatta-op-4eae0fb5ff1c3678a36279e6f2e29d99f0679a31.zip |
T1607 remove 'reset conntrack', 'reset & show ip[v6]' ops after xml rewrite
Diffstat (limited to 'templates/reset/ip/route/cache')
-rw-r--r-- | templates/reset/ip/route/cache/node.def | 2 | ||||
-rw-r--r-- | templates/reset/ip/route/cache/node.tag/node.def | 3 |
2 files changed, 0 insertions, 5 deletions
diff --git a/templates/reset/ip/route/cache/node.def b/templates/reset/ip/route/cache/node.def deleted file mode 100644 index b97e0c9..0000000 --- a/templates/reset/ip/route/cache/node.def +++ /dev/null @@ -1,2 +0,0 @@ -help: Flush the kernel route cache -run: sudo /sbin/ip route flush cache diff --git a/templates/reset/ip/route/cache/node.tag/node.def b/templates/reset/ip/route/cache/node.tag/node.def deleted file mode 100644 index 4af1915..0000000 --- a/templates/reset/ip/route/cache/node.tag/node.def +++ /dev/null @@ -1,3 +0,0 @@ -help: Flush the kernel route cache for a given route -allowed: echo -n '<x.x.x.x | x.x.x.x/x>' -run: sudo /sbin/ip route flush cache "$5" |