diff options
| author | sarthurdev <965089+sarthurdev@users.noreply.github.com> | 2025-09-22 22:29:45 +0200 |
|---|---|---|
| committer | sarthurdev <965089+sarthurdev@users.noreply.github.com> | 2025-09-22 22:29:45 +0200 |
| commit | f2f2d3c0f0c8f6772f4f24b4bd7203837c1afed9 (patch) | |
| tree | bc29f17798fbf162355c78cf9246ad3e20c9bd1b /op-mode-definitions | |
| parent | c035c4d627ed53c9744d956b7a4d9878e36020cb (diff) | |
| download | vyos-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.in | 8 | ||||
| -rwxr-xr-x | op-mode-definitions/show-log.xml.in | 8 |
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> |
