diff options
Diffstat (limited to 'templates/show/interfaces/system')
-rw-r--r-- | templates/show/interfaces/system/enabled/node.def | 2 | ||||
-rw-r--r-- | templates/show/interfaces/system/node.def | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/show/interfaces/system/enabled/node.def b/templates/show/interfaces/system/enabled/node.def index b0ca038..9abd87b 100644 --- a/templates/show/interfaces/system/enabled/node.def +++ b/templates/show/interfaces/system/enabled/node.def @@ -1,2 +1,2 @@ help: "Show network information of all enabled interfaces" -run: ${ofr_bindir}/show_interfaces_system enabled +run: ${vyatta_bindir}/show_interfaces_system enabled diff --git a/templates/show/interfaces/system/node.def b/templates/show/interfaces/system/node.def index e62ba92..46f8bfe 100644 --- a/templates/show/interfaces/system/node.def +++ b/templates/show/interfaces/system/node.def @@ -1,2 +1,2 @@ help: "Show network information of all interfaces" -run: ${ofr_bindir}/show_interfaces_system +run: ${vyatta_bindir}/show_interfaces_system |