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/ipv6 | |
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/ipv6')
-rw-r--r-- | templates/show/ipv6/neighbors/node.def | 2 |
1 files changed, 2 insertions, 0 deletions
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 |