From 1bd69a81dc32fdaa62be27e4f5ae3cfe333f2a26 Mon Sep 17 00:00:00 2001 From: Christian Breunig Date: Mon, 23 Jan 2023 06:33:53 +0100 Subject: op-mode: add "show|monitor log pppoe-server" command --- op-mode-definitions/monitor-log.xml.in | 8 +++++++- op-mode-definitions/show-log.xml.in | 8 +++++++- 2 files changed, 14 insertions(+), 2 deletions(-) (limited to 'op-mode-definitions') diff --git a/op-mode-definitions/monitor-log.xml.in b/op-mode-definitions/monitor-log.xml.in index 7feedaf7f..ec428a676 100644 --- a/op-mode-definitions/monitor-log.xml.in +++ b/op-mode-definitions/monitor-log.xml.in @@ -119,7 +119,7 @@ - Monitor last lines of PPPoE log + Monitor last lines of PPPoE interface log journalctl --no-hostname --boot --follow --unit "ppp@pppoe*.service" @@ -134,6 +134,12 @@ + + + Monitor last lines of PPPoE server log + + journalctl --no-hostname --boot --follow --unit accel-ppp@pppoe.service + Monitor log for Routing Protocol diff --git a/op-mode-definitions/show-log.xml.in b/op-mode-definitions/show-log.xml.in index 69e2b880e..f5e5b1493 100644 --- a/op-mode-definitions/show-log.xml.in +++ b/op-mode-definitions/show-log.xml.in @@ -268,7 +268,7 @@ - Show log for PPPoE + Show log for PPPoE interface journalctl --no-hostname --boot --unit "ppp@pppoe*.service" @@ -283,6 +283,12 @@ + + + Show log for PPPoE server + + journalctl --no-hostname --boot --unit accel-ppp@pppoe.service + Show log for Routing Protocol -- cgit v1.2.3