diff options
author | An-Cheng Huang <ancheng@vyatta.com> | 2008-02-13 14:48:04 -0800 |
---|---|---|
committer | An-Cheng Huang <ancheng@vyatta.com> | 2008-02-13 14:48:04 -0800 |
commit | 2c7d42c518187e4e2ee36ddb14c36fc4d5e12bbd (patch) | |
tree | 911055efe56061d1321b97653b3745f01ce688c5 /templates | |
parent | 779df7e2f84b2750f33c073b2f310398d9f8a0fa (diff) | |
download | vyatta-op-2c7d42c518187e4e2ee36ddb14c36fc4d5e12bbd.tar.gz vyatta-op-2c7d42c518187e4e2ee36ddb14c36fc4d5e12bbd.zip |
fix for bug 2587: add "identify" command under "show interfaces ethernet".
Diffstat (limited to 'templates')
-rw-r--r-- | templates/show/interfaces/ethernet/node.tag/identify/node.def | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/show/interfaces/ethernet/node.tag/identify/node.def b/templates/show/interfaces/ethernet/node.tag/identify/node.def new file mode 100644 index 0000000..c0082e1 --- /dev/null +++ b/templates/show/interfaces/ethernet/node.tag/identify/node.def @@ -0,0 +1,2 @@ +help: Visually identify the specified Ethernet interface +run: sudo ${vyatta_bindir}/sudo-users/vyatta-identify-interface.pl $4 |