diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-05-21 18:44:43 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-05-21 18:44:43 +0200 |
commit | e7ebf1c54c26e281e9eebd78c7ab4884ffd0ee16 (patch) | |
tree | ee9ce3dbebaa0718842dcbb59dae96414ed60796 /op-mode-definitions | |
parent | 2c9bbd821d6cb6f9ea66435e5a2161e85c1b9350 (diff) | |
download | vyos-1x-e7ebf1c54c26e281e9eebd78c7ab4884ffd0ee16.tar.gz vyos-1x-e7ebf1c54c26e281e9eebd78c7ab4884ffd0ee16.zip |
pppoe: wwan: T2488: drop individual ppp logs
Diffstat (limited to 'op-mode-definitions')
-rw-r--r-- | op-mode-definitions/show-interfaces-pppoe.xml | 14 | ||||
-rw-r--r-- | op-mode-definitions/show-interfaces-wirelessmodem.xml | 14 |
2 files changed, 0 insertions, 28 deletions
diff --git a/op-mode-definitions/show-interfaces-pppoe.xml b/op-mode-definitions/show-interfaces-pppoe.xml index 211ad9808..f9903ee08 100644 --- a/op-mode-definitions/show-interfaces-pppoe.xml +++ b/op-mode-definitions/show-interfaces-pppoe.xml @@ -13,20 +13,6 @@ </properties> <command>${vyos_op_scripts_dir}/show_interfaces.py --intf="$4"</command> <children> - <node name="log"> - <properties> - <help>Show PPPoE logs</help> - </properties> - <command>cat /var/log/vyatta/ppp_$4.log</command> - <children> - <leafNode name="tail"> - <properties> - <help>Watch PPPoE logs</help> - </properties> - <command>tail --follow=name /var/log/vyatta/ppp_$4.log</command> - </leafNode> - </children> - </node> <leafNode name="statistics"> <properties> <help>Show specified wirelessmodem interface statistics</help> diff --git a/op-mode-definitions/show-interfaces-wirelessmodem.xml b/op-mode-definitions/show-interfaces-wirelessmodem.xml index c17efbc4e..d9690f521 100644 --- a/op-mode-definitions/show-interfaces-wirelessmodem.xml +++ b/op-mode-definitions/show-interfaces-wirelessmodem.xml @@ -13,20 +13,6 @@ </properties> <command>${vyos_op_scripts_dir}/show_interfaces.py --intf="$4"</command> <children> - <node name="log"> - <properties> - <help>Show PPPoE logs</help> - </properties> - <command>cat /var/log/vyatta/ppp_$4.log</command> - <children> - <leafNode name="tail"> - <properties> - <help>Watch PPPoE logs</help> - </properties> - <command>tail --follow=name /var/log/vyatta/ppp_$4.log</command> - </leafNode> - </children> - </node> <leafNode name="statistics"> <properties> <help>Show specified wirelessmodem interface statistics</help> |