diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-11-10 17:06:14 -0800 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-11-10 17:06:14 -0800 |
commit | 25fcf6dc13e367b63f958a64f4d91c5816cbfd7a (patch) | |
tree | 7b7bb217da30bb88c4d61ce3a134f29bc3bedfd4 /templates/show | |
parent | bc7e2f59ab8a27af9624bbee715d19be4f947513 (diff) | |
parent | 6eab2bc4ed73907bfe82b16d176b98ada99d5293 (diff) | |
download | vyatta-op-25fcf6dc13e367b63f958a64f4d91c5816cbfd7a.tar.gz vyatta-op-25fcf6dc13e367b63f958a64f4d91c5816cbfd7a.zip |
Merge branch 'islavista' of suva.vyatta.com:/git/vyatta-op into islavista
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 |