summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2026-02-22 20:28:37 +0100
committerChristian Breunig <christian@breunig.cc>2026-02-22 20:33:29 +0100
commitd73eda6c858af3d266fb1755d566864ad977e7ab (patch)
tree23fc7e5dbcaf84c237c9c7c5c0707d76e77742a8
parent167c8c7a2f9220c55462d6ff7b076a0f72b2a1de (diff)
downloadvyos-1x-d73eda6c858af3d266fb1755d566864ad977e7ab.tar.gz
vyos-1x-d73eda6c858af3d266fb1755d566864ad977e7ab.zip
igmp-proxy: T8295: add op-mode commands for "show|monitor log igmp-proxy"
-rw-r--r--op-mode-definitions/monitor-log.xml.in6
-rwxr-xr-xop-mode-definitions/show-log.xml.in6
2 files changed, 12 insertions, 0 deletions
diff --git a/op-mode-definitions/monitor-log.xml.in b/op-mode-definitions/monitor-log.xml.in
index 0195e89b6..fe9fa0051 100644
--- a/op-mode-definitions/monitor-log.xml.in
+++ b/op-mode-definitions/monitor-log.xml.in
@@ -129,6 +129,12 @@
</properties>
<command>journalctl --no-hostname --boot --follow --unit haproxy.service</command>
</leafNode>
+ <leafNode name="igmp-proxy">
+ <properties>
+ <help>Monitor last lines of IGMP multicast proxy</help>
+ </properties>
+ <command>journalctl --no-hostname --boot --follow --unit igmpproxy.service</command>
+ </leafNode>
<leafNode name="ipoe-server">
<properties>
<help>Monitor last lines of IP over Ethernet server log</help>
diff --git a/op-mode-definitions/show-log.xml.in b/op-mode-definitions/show-log.xml.in
index 1f28418e5..302188602 100755
--- a/op-mode-definitions/show-log.xml.in
+++ b/op-mode-definitions/show-log.xml.in
@@ -587,6 +587,12 @@
</properties>
<command>journalctl --no-hostname --boot --unit nginx.service</command>
</leafNode>
+ <leafNode name="igmp-proxy">
+ <properties>
+ <help>Show log for IGMP multicast proxy</help>
+ </properties>
+ <command>journalctl --no-hostname --boot --unit igmpproxy.service</command>
+ </leafNode>
<tagNode name="image">
<properties>
<help>Show contents of master log file for image</help>