diff --git a/templates/show/interfaces/system/enabled/node.def b/templates/show/interfaces/system/enabled/node.def deleted file mode 100644 index 26bf441d..00000000 --- a/templates/show/interfaces/system/enabled/node.def +++ /dev/null @@ -1,2 +0,0 @@ -help: Show network information of all enabled interfaces -run: ${vyatta_bindir}/vyatta-show-interfaces system enabled diff --git a/templates/show/interfaces/system/node.def b/templates/show/interfaces/system/node.def deleted file mode 100644 index 138a1591..00000000 --- a/templates/show/interfaces/system/node.def +++ /dev/null @@ -1,2 +0,0 @@ -help: Show network information of all interfaces -run: ${vyatta_bindir}/vyatta-show-interfaces system diff --git a/templates/show/interfaces/vrrp/detail/node.def b/templates/show/interfaces/vrrp/detail/node.def deleted file mode 100644 index dca40b93..00000000 --- a/templates/show/interfaces/vrrp/detail/node.def +++ /dev/null @@ -1,2 +0,0 @@ -help: Show detailed vrrp interface information -run: ${vyatta_bindir}/vyatta-show-interfaces.pl --vrrp --action=show diff --git a/templates/show/interfaces/vrrp/node.def b/templates/show/interfaces/vrrp/node.def deleted file mode 100644 index 7b973c9f..00000000 --- a/templates/show/interfaces/vrrp/node.def +++ /dev/null @@ -1,2 +0,0 @@ -help: Show vrrp interface information -run: ${vyatta_bindir}/vyatta-show-interfaces.pl --vrrp --action=show-brief diff --git a/templates/show/interfaces/vrrp/node.tag/brief/node.def b/templates/show/interfaces/vrrp/node.tag/brief/node.def deleted file mode 100644 index ca306f91..00000000 --- a/templates/show/interfaces/vrrp/node.tag/brief/node.def +++ /dev/null @@ -1,2 +0,0 @@ -help: Show summary of the specified vrrp interface information -run: ${vyatta_bindir}/vyatta-show-interfaces.pl --intf="$4" --action=show-brief diff --git a/templates/show/interfaces/vrrp/node.tag/node.def b/templates/show/interfaces/vrrp/node.tag/node.def deleted file mode 100644 index 3e261a75..00000000 --- a/templates/show/interfaces/vrrp/node.tag/node.def +++ /dev/null @@ -1,3 +0,0 @@ -help: Show specified vrrp interface information -allowed: ${vyatta_bindir}/vyatta-show-interfaces.pl --vrrp --action=allowed -run: ${vyatta_bindir}/vyatta-show-interfaces.pl --intf="$4"