summaryrefslogtreecommitdiff
path: root/op-mode-definitions/dhcp.xml
AgeCommit message (Collapse)Author
2020-01-17T1376: improve show_dhcp and show_dhcpv6Jernej Jakob
(cherry picked from commit 9f20bee81c0a0f4632aa152297d0fdf89139d6af)
2020-01-17[dhcp] T1416: fix DHCP server status viewChristian Poessinger
(cherry picked from commit 7a27f6f93b58abd2fabc9e80e429e14a70ebd6aa)
2019-11-17 T1470: improve output of "show dhcpv6 server leases"Jernej Jakob
- change DUID to IAID_DUID - format IAID_DUID as colon-separated hex list - implement functions: pool, sort, state - add op-mode definitions for pool, sort, state - add columns: State, Type, Last communication, Pool - implement json output - implement completionHelp function
2018-11-17T1016: fix IPv4/IPv6 dhcp relay restart commandChristian Poessinger
Current implementation referred to a no longer existing Perl script to restart the IPv4 and IPv6 instance of dhcrelay. > restart dhcp relay-agent > restart dhcpv6 relay-agent (cherry picked from commit f9007c5f5e6e7957ab1c955c10b3842dca7b253d)
2018-09-04T823: extend the new DHCP op mode.Daniil Baturin