diff options
author | Stig Thormodsrud <stig@vyatta.com> | 2008-07-30 15:58:18 -0700 |
---|---|---|
committer | Stig Thormodsrud <stig@vyatta.com> | 2008-07-30 15:58:18 -0700 |
commit | 40e9f064b6cedd1a01fb1fd793666d417f81bd2c (patch) | |
tree | 77aa8300872cc28e4130634bfd644fc997da4635 /templates/show/ipv6 | |
parent | 54d18d355f8a0cbb02c82dff616b8588a5aa80d0 (diff) | |
download | vyatta-op-40e9f064b6cedd1a01fb1fd793666d417f81bd2c.tar.gz vyatta-op-40e9f064b6cedd1a01fb1fd793666d417f81bd2c.zip |
Fix IPv6 help string.
Diffstat (limited to 'templates/show/ipv6')
-rw-r--r-- | templates/show/ipv6/route/forward/node.tag/node.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show/ipv6/route/forward/node.tag/node.def b/templates/show/ipv6/route/forward/node.tag/node.def index 942a4f1..e6b92e2 100644 --- a/templates/show/ipv6/route/forward/node.tag/node.def +++ b/templates/show/ipv6/route/forward/node.tag/node.def @@ -1,3 +1,3 @@ help: Show kernel IPv6 route table for a given route -allowed: echo -n '<x.x.x.x | x.x.x.x/x>' +allowed: echo -n '<h:h:h:h:h:h:h:h | h:h:h:h:h:h:h:h/x>' run: ip -s -f inet6 route list $5 |