diff options
author | Stig Thormodsrud <stig@io.vyatta.com> | 2008-11-05 12:27:15 -0800 |
---|---|---|
committer | Stig Thormodsrud <stig@io.vyatta.com> | 2008-11-05 12:27:15 -0800 |
commit | 6eab2bc4ed73907bfe82b16d176b98ada99d5293 (patch) | |
tree | 34052176ea8c32f5617b3ba4f32df0f5c11ed0c2 /templates/show | |
parent | 47a84e37613d6441c3460fd4919b59b420d4f1ec (diff) | |
download | vyatta-op-6eab2bc4ed73907bfe82b16d176b98ada99d5293.tar.gz vyatta-op-6eab2bc4ed73907bfe82b16d176b98ada99d5293.zip |
Rename "show arp6" to "show ipv6 neighbors".
Rename "clear arp6" to "clear ipv6 neighbors".
Diffstat (limited to 'templates/show')
-rw-r--r-- | templates/show/arp6/node.def | 2 | ||||
-rw-r--r-- | templates/show/ipv6/neighbors/node.def | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/show/arp6/node.def b/templates/show/arp6/node.def deleted file mode 100644 index c45f295..0000000 --- a/templates/show/arp6/node.def +++ /dev/null @@ -1,2 +0,0 @@ -help: Show IPv6 Address Resolution Protocol (ARP) information -run: /bin/ip -f inet6 neigh list diff --git a/templates/show/ipv6/neighbors/node.def b/templates/show/ipv6/neighbors/node.def new file mode 100644 index 0000000..184e8c1 --- /dev/null +++ b/templates/show/ipv6/neighbors/node.def @@ -0,0 +1,2 @@ +help: Show IPv6 Neighbor Discovery (ND) information +run: /bin/ip -f inet6 neigh list |