diff options
Diffstat (limited to 'op-templates/show/interfaces/system')
-rw-r--r-- | op-templates/show/interfaces/system/enabled/node.def | 2 | ||||
-rw-r--r-- | op-templates/show/interfaces/system/node.def | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/op-templates/show/interfaces/system/enabled/node.def b/op-templates/show/interfaces/system/enabled/node.def new file mode 100644 index 0000000..b0ca038 --- /dev/null +++ b/op-templates/show/interfaces/system/enabled/node.def @@ -0,0 +1,2 @@ +help: "Show network information of all enabled interfaces" +run: ${ofr_bindir}/show_interfaces_system enabled diff --git a/op-templates/show/interfaces/system/node.def b/op-templates/show/interfaces/system/node.def new file mode 100644 index 0000000..e62ba92 --- /dev/null +++ b/op-templates/show/interfaces/system/node.def @@ -0,0 +1,2 @@ +help: "Show network information of all interfaces" +run: ${ofr_bindir}/show_interfaces_system |