diff options
author | John Southworth <john.southworth@vyatta.com> | 2011-08-18 18:25:29 -0500 |
---|---|---|
committer | John Southworth <john.southworth@vyatta.com> | 2011-10-27 17:11:28 -0500 |
commit | 20f811096765700c5eff5fd86c29be3bd53f0d7b (patch) | |
tree | 555f5c836656fe1ec6b323b9b29f7120e4974130 /templates/clear/ipv6/neighbors/address | |
parent | 48c7c6e6e2cf737158822191adbc55924de1137e (diff) | |
download | vyatta-op-20f811096765700c5eff5fd86c29be3bd53f0d7b.tar.gz vyatta-op-20f811096765700c5eff5fd86c29be3bd53f0d7b.zip |
Move some more commands
'clear ip route' to 'reset ip route'
'clear ipv6 route' to 'reset ipv6 route'
'clear ipv6 neighbors' to 'reset ipv6 route'
Modified some telnet help text
(cherry picked from commit 8d494099bcbeda63eabe8ef268dbc8838a17ffe9)
Diffstat (limited to 'templates/clear/ipv6/neighbors/address')
-rw-r--r-- | templates/clear/ipv6/neighbors/address/node.def | 1 | ||||
-rw-r--r-- | templates/clear/ipv6/neighbors/address/node.tag/node.def | 3 |
2 files changed, 0 insertions, 4 deletions
diff --git a/templates/clear/ipv6/neighbors/address/node.def b/templates/clear/ipv6/neighbors/address/node.def deleted file mode 100644 index ffb7376..0000000 --- a/templates/clear/ipv6/neighbors/address/node.def +++ /dev/null @@ -1 +0,0 @@ -help: Clear ND cache for an IPv6 address diff --git a/templates/clear/ipv6/neighbors/address/node.tag/node.def b/templates/clear/ipv6/neighbors/address/node.tag/node.def deleted file mode 100644 index 4aaec8a..0000000 --- a/templates/clear/ipv6/neighbors/address/node.tag/node.def +++ /dev/null @@ -1,3 +0,0 @@ -help: Clear ND cache for an IPv6 address -allowed: echo -n '<h:h:h:h:h:h:h:h>' -run: sudo /sbin/ip -f inet6 neigh flush to "$5" |