summaryrefslogtreecommitdiff
path: root/op-mode-definitions
diff options
context:
space:
mode:
authorsarthurdev <965089+sarthurdev@users.noreply.github.com>2025-09-22 22:29:45 +0200
committersarthurdev <965089+sarthurdev@users.noreply.github.com>2025-09-22 22:29:45 +0200
commitf2f2d3c0f0c8f6772f4f24b4bd7203837c1afed9 (patch)
treebc29f17798fbf162355c78cf9246ad3e20c9bd1b /op-mode-definitions
parentc035c4d627ed53c9744d956b7a4d9878e36020cb (diff)
downloadvyos-1x-f2f2d3c0f0c8f6772f4f24b4bd7203837c1afed9.tar.gz
vyos-1x-f2f2d3c0f0c8f6772f4f24b4bd7203837c1afed9.zip
kea: T7281: Use correct Kea unit files
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>