diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-07-07 14:00:17 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-08-12 22:05:03 -0700 |
commit | 25e88ac8c0e5d74de1232fa9cb267a00886e1fee (patch) | |
tree | 8495aa352baf0e4e10caf5f7a94a29c27033f706 /templates/show | |
parent | ee1ed923035df021c65925b0f9a6d7e093947a73 (diff) | |
download | vyatta-op-25e88ac8c0e5d74de1232fa9cb267a00886e1fee.tar.gz vyatta-op-25e88ac8c0e5d74de1232fa9cb267a00886e1fee.zip |
Add missing template for 'show interfaces bonding bondX'
This was missing from alignment with ethernet in previous commits.
Diffstat (limited to 'templates/show')
-rw-r--r-- | templates/show/interfaces/bonding/node.tag/node.def | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/show/interfaces/bonding/node.tag/node.def b/templates/show/interfaces/bonding/node.tag/node.def new file mode 100644 index 0000000..a750c84 --- /dev/null +++ b/templates/show/interfaces/bonding/node.tag/node.def @@ -0,0 +1,3 @@ +help: Show specified bonding interface information +allowed: ${vyatta_sbindir}/vyatta-interfaces.pl --show bonding +run: ${vyatta_bindir}/vyatta-show-interfaces.pl --intf="$4" |