summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Southworth <john.southworth@vyatta.com>2011-09-26 13:02:19 -0500
committerJohn Southworth <john.southworth@vyatta.com>2011-09-26 13:02:19 -0500
commit7f037a063af0c96ec41f1b15306b690417374f4e (patch)
treeae8dccdf1aa363dc8c5c81d4556fc59e87b23c28
parent868c8d899f22fdde22f90afab326b61b11e199db (diff)
downloadvyatta-op-7f037a063af0c96ec41f1b15306b690417374f4e.tar.gz
vyatta-op-7f037a063af0c96ec41f1b15306b690417374f4e.zip
remove run from 'montior interface [type] [name] vif [name]' command
-rw-r--r--templates/monitor/interfaces/bonding/node.tag/vif/node.tag/node.def1
-rw-r--r--templates/monitor/interfaces/ethernet/node.tag/vif/node.tag/node.def1
2 files changed, 0 insertions, 2 deletions
diff --git a/templates/monitor/interfaces/bonding/node.tag/vif/node.tag/node.def b/templates/monitor/interfaces/bonding/node.tag/vif/node.tag/node.def
index 7ea18ad..89ac434 100644
--- a/templates/monitor/interfaces/bonding/node.tag/vif/node.tag/node.def
+++ b/templates/monitor/interfaces/bonding/node.tag/vif/node.tag/node.def
@@ -1,3 +1,2 @@
help: Monitor specified bonding interface
allowed: ${vyatta_sbindir}/vyatta-interfaces.pl --show bonding --vif ${COMP_WORDS[COMP_CWORD-2]}
-run: ${vyatta_bindir}/vyatta-show-interfaces.pl --intf="."
diff --git a/templates/monitor/interfaces/ethernet/node.tag/vif/node.tag/node.def b/templates/monitor/interfaces/ethernet/node.tag/vif/node.tag/node.def
index 6e13231..b353293 100644
--- a/templates/monitor/interfaces/ethernet/node.tag/vif/node.tag/node.def
+++ b/templates/monitor/interfaces/ethernet/node.tag/vif/node.tag/node.def
@@ -1,3 +1,2 @@
help: Monitor specified ethernet interface
allowed: ${vyatta_sbindir}/vyatta-interfaces.pl --show ethernet --vif ${COMP_WORDS[COMP_CWORD-2]}
-run: ${vyatta_bindir}/vyatta-show-interfaces.pl --intf="."