Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-02-27 | op-mode: T4952: use list_interfaces from vyos-utils | John Estabrook | |
2022-12-23 | dhcp: T4758: implement missing functionality from old script to new op-mode ↵ | Christian Poessinger | |
script Sorting DHCP pools and filtering for state can now be done using the new op-mode mode scripts in DHCP. This allows us to drop the old helpers show_dhcp.py and show_dhcpv6.py. | |||
2022-11-02 | T4758: Rewrite show DHCP(v6) server leases to vyos.opmode format | Viacheslav Hletenko | |
Rewrite op-mode DHCP and DHCPv6 leases to vyos.opmode format Abbility to show 'raw' format show dhcp server leases show dhcpv6 server leases | |||
2021-09-19 | dhcpv6: op-mode: xml: error out if DHCPv6 service not configured | Christian Poessinger | |
Restarting DHCPv6 server should not be possible when service is not configured on the CLI. | |||
2021-09-19 | dhcpv6: op-mode: xml: fix duplicate help strings | Christian Poessinger | |
2021-09-19 | dhcp: op-mode: xml: error out if DHCP service not configured | Christian Poessinger | |
2021-09-19 | dhcp: op-mode: xml: fix duplicate help string | Christian Poessinger | |
2021-09-02 | op-mode: T1376: speed up tab-completion for DHCP pool listing | Christian Poessinger | |
Commit 9f20bee81c ("T1376: improve show_dhcp and show_dhcpv6") added the tab completion helper to list the availbale IP pools to query. This was done by calling a python script which then called cli-shell-api which resulted in a penalty by the Python interpreter startup. This can be solved by directly using the cli-shell-api wrapper available as <path> in op-mode - as also seen for DHCPv6. | |||
2021-01-15 | op-mode: restart: cleanup help strings | Christian Poessinger | |
2021-01-10 | xml: op-mode: add preprocessor support as known from configuration mode | Christian Poessinger | |