summaryrefslogtreecommitdiff
path: root/op-mode-definitions
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2025-09-23 16:42:35 +0200
committerGitHub <noreply@github.com>2025-09-23 16:42:35 +0200
commit9952d21aa35fd40fe583de1ac20287a6784e8052 (patch)
treea38577f8fc1f7770ee53f0ff43c0f81edd790eea /op-mode-definitions
parent5bb78168ee43bad1ad93b3353b4753ae94aa3bd5 (diff)
parent868e45f86d39936ad04566e702ac95759b738149 (diff)
downloadvyos-1x-9952d21aa35fd40fe583de1ac20287a6784e8052.tar.gz
vyos-1x-9952d21aa35fd40fe583de1ac20287a6784e8052.zip
Merge pull request #4743 from sarthurdev/kea3.0
kea: T7281: Fix Kea 3.0 service failures
Diffstat (limited to 'op-mode-definitions')
-rw-r--r--op-mode-definitions/monitor-log.xml.in8
-rwxr-xr-xop-mode-definitions/show-log.xml.in8
2 files changed, 8 insertions, 8 deletions
diff --git a/op-mode-definitions/monitor-log.xml.in b/op-mode-definitions/monitor-log.xml.in
index e3bccba87..0195e89b6 100644
--- a/op-mode-definitions/monitor-log.xml.in
+++ b/op-mode-definitions/monitor-log.xml.in
@@ -44,13 +44,13 @@
<properties>
<help>Monitor last lines of DHCP server log</help>
</properties>
- <command>journalctl --no-hostname --follow --boot --unit kea-dhcp4.service</command>
+ <command>journalctl --no-hostname --follow --boot --unit isc-kea-dhcp4-server.service</command>
<children>
<tagNode name="vrf">
<properties>
<help>Monitor last lines of DHCP server log on specific vrf</help>
</properties>
- <command>journalctl --no-hostname --follow --boot --unit "kea-dhcp4@$6.service"</command>
+ <command>journalctl --no-hostname --follow --boot --unit "isc-kea-dhcp4-server@$6.service"</command>
</tagNode>
</children>
</node>
@@ -82,13 +82,13 @@
<properties>
<help>Monitor last lines of DHCPv6 server log</help>
</properties>
- <command>journalctl --no-hostname --follow --boot --unit kea-dhcp6.service</command>
+ <command>journalctl --no-hostname --follow --boot --unit isc-kea-dhcp6-server.service</command>
<children>
<tagNode name="vrf">
<properties>
<help>Monitor last lines of DHCPv6 server log on specific vrf</help>
</properties>
- <command>journalctl --no-hostname --follow --boot --unit "kea-dhcp6@$6.service"</command>
+ <command>journalctl --no-hostname --follow --boot --unit "isc-kea-dhcp6-server@$6.service"</command>
</tagNode>
</children>
</node>
diff --git a/op-mode-definitions/show-log.xml.in b/op-mode-definitions/show-log.xml.in
index 8c85f4e2c..b437bc273 100755
--- a/op-mode-definitions/show-log.xml.in
+++ b/op-mode-definitions/show-log.xml.in
@@ -104,13 +104,13 @@
<properties>
<help>Show log for DHCP server</help>
</properties>
- <command>journalctl --no-hostname --boot --unit kea-dhcp4.service</command>
+ <command>journalctl --no-hostname --boot --unit isc-kea-dhcp4-server.service</command>
<children>
<tagNode name="vrf">
<properties>
<help>Monitor last lines of DHCP server log on specific vrf</help>
</properties>
- <command>journalctl --no-hostname --follow --boot --unit "kea-dhcp4@$6.service"</command>
+ <command>journalctl --no-hostname --follow --boot --unit "isc-kea-dhcp4-server@$6.service"</command>
</tagNode>
</children>
</node>
@@ -142,13 +142,13 @@
<properties>
<help>Show log for DHCPv6 server</help>
</properties>
- <command>journalctl --no-hostname --boot --unit kea-dhcp6.service</command>
+ <command>journalctl --no-hostname --boot --unit isc-kea-dhcp6-server.service</command>
<children>
<tagNode name="vrf">
<properties>
<help>Monitor last lines of DHCPv6 server log on specific vrf</help>
</properties>
- <command>journalctl --no-hostname --boot --unit "kea-dhcp6@$6.service"</command>
+ <command>journalctl --no-hostname --boot --unit "isc-kea-dhcp6-server@$6.service"</command>
</tagNode>
</children>
</node>