diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-06-03 16:31:04 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-06-03 16:31:09 +0200 |
commit | b90c428efd97c4112061f4acd7b866ea230fb507 (patch) | |
tree | 9ea9b7624f22935f936e25dd6b8452dd819a9b14 /templates/show/license | |
parent | ec98378a9223f6fbddb3ce1494279f991088cdde (diff) | |
download | vyatta-op-b90c428efd97c4112061f4acd7b866ea230fb507.tar.gz vyatta-op-b90c428efd97c4112061f4acd7b866ea230fb507.zip |
T2546: initial migration to vyos-1x
- show interfaces ethernet eth0 physical
- show interfaces ethernet eth0 physical offload
- show interfaces ethernet eth0 statistics
- show interfaces ethernet eth0 transceiver
- show license
Diffstat (limited to 'templates/show/license')
-rw-r--r-- | templates/show/license/node.def | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/templates/show/license/node.def b/templates/show/license/node.def deleted file mode 100644 index 8231a5d..0000000 --- a/templates/show/license/node.def +++ /dev/null @@ -1,4 +0,0 @@ -help: Show VyOS license information -run: less $_vyatta_less_options \ - --prompt=".license, page %dt of %D" \ - -- ${vyatta_sysconfdir}/LICENSE |