summaryrefslogtreecommitdiff
path: root/docs/configuration/service
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2021-10-04 20:53:05 +0200
committerChristian Poessinger <christian@poessinger.com>2021-10-04 20:53:05 +0200
commit25d7f7d78e514d7164091397faafea61902d29bd (patch)
tree0f6557d9165f4f91a669abcc20ce6a017bd80ea7 /docs/configuration/service
parent125bd7b713b8d901fdc29958020f320ad1a2f678 (diff)
downloadvyos-documentation-25d7f7d78e514d7164091397faafea61902d29bd.tar.gz
vyos-documentation-25d7f7d78e514d7164091397faafea61902d29bd.zip
dhcp: add "show log" op-mode commands
Diffstat (limited to 'docs/configuration/service')
-rw-r--r--docs/configuration/service/dhcp-server.rst26
1 files changed, 26 insertions, 0 deletions
diff --git a/docs/configuration/service/dhcp-server.rst b/docs/configuration/service/dhcp-server.rst
index 115c57c2..9d0e0855 100644
--- a/docs/configuration/service/dhcp-server.rst
+++ b/docs/configuration/service/dhcp-server.rst
@@ -468,6 +468,30 @@ Option 43 for UniFI
Operation Mode
==============
+.. opcmd:: show log dhcp server
+
+ Show DHCP server daemon log file
+
+.. opcmd:: show log dhcp client
+
+ Show logs from all DHCP client processes.
+
+.. opcmd:: show log dhcp client interface <interface>
+
+ Show logs from specific `interface` DHCP client process.
+
+.. opcmd:: show log dhcpv6 server
+
+ Show DHCPv6 server daemon log file
+
+.. opcmd:: show log dhcpv6 client
+
+ Show logs from all DHCPv6 client processes.
+
+.. opcmd:: show log dhcpv6 client interface <interface>
+
+ Show logs from specific `interface` DHCPv6 client process.
+
.. opcmd:: restart dhcp server
Restart the DHCP server
@@ -516,6 +540,8 @@ Operation Mode
Show only leases with the specified state. Possible states: all, active,
free, expired, released, abandoned, reset, backup (default = active)
+
+
***********
IPv6 server
***********