diff options
Diffstat (limited to 'templates/show/interfaces/ethernet')
4 files changed, 4 insertions, 4 deletions
diff --git a/templates/show/interfaces/ethernet/node.def b/templates/show/interfaces/ethernet/node.def index 9d70e68..299c6e2 100644 --- a/templates/show/interfaces/ethernet/node.def +++ b/templates/show/interfaces/ethernet/node.def @@ -1,2 +1,2 @@ help: "Show ethernet interface information" -run: ${ofr_bindir}/show_interfaces_ethernet +run: ${vyatta_bindir}/show_interfaces_ethernet diff --git a/templates/show/interfaces/ethernet/node.tag/node.def b/templates/show/interfaces/ethernet/node.tag/node.def index df23e1d..1354886 100644 --- a/templates/show/interfaces/ethernet/node.tag/node.def +++ b/templates/show/interfaces/ethernet/node.tag/node.def @@ -2,4 +2,4 @@ help: "Show given ethernet interface information" allowed: local -a array ; array=( /sys/class/net/{eth,vmnet}* ) ; echo -n ${array[@]##*/} -run: ${ofr_bindir}/show_interfaces_ethernet $4 +run: ${vyatta_bindir}/show_interfaces_ethernet $4 diff --git a/templates/show/interfaces/ethernet/node.tag/vif/node.tag/node.def b/templates/show/interfaces/ethernet/node.tag/vif/node.tag/node.def index 6e114d8..10eb140 100644 --- a/templates/show/interfaces/ethernet/node.tag/vif/node.tag/node.def +++ b/templates/show/interfaces/ethernet/node.tag/vif/node.tag/node.def @@ -2,4 +2,4 @@ help: "Show given virtual network interface information" allowed: for eth in /sys/class/net/eth${4}.* ; do echo ${eth/*eth${4}./} ; done -run: ${ofr_bindir}/show_interfaces_ethernet $4 vif $6 +run: ${vyatta_bindir}/show_interfaces_ethernet $4 vif $6 diff --git a/templates/show/interfaces/ethernet/node.tag/vif/node.tag/physical/node.def b/templates/show/interfaces/ethernet/node.tag/vif/node.tag/physical/node.def index 56f986f..058e2a1 100644 --- a/templates/show/interfaces/ethernet/node.tag/vif/node.tag/physical/node.def +++ b/templates/show/interfaces/ethernet/node.tag/vif/node.tag/physical/node.def @@ -1,2 +1,2 @@ help: "Show given virtual network interface pseudo-physical information" -run: ${ofr_bindir}/show_interfaces_ethernet $4 vif $6 physical +run: ${vyatta_bindir}/show_interfaces_ethernet $4 vif $6 physical |