Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-18 | op-mode: dhcp/dhcpv6: T2268: prettify output for invalid input | Jernej Jakob | |
2020-04-13 | op-mode: T2185: adjust dhcpv4/v6 systemd service name | Christian Poessinger | |
2020-04-09 | util: T2226: os.system was wrongly converted to run | Thomas Mangin | |
os.system does print the ouput of the command, run() does not. A new function called call() does the printing and return the error code. | |||
2020-04-06 | util: T2226: covert most calls from os.system to util | Thomas Mangin | |
As little change a possible but the function call The behaviour should be totally unchanged. | |||
2019-12-13 | T1873: DHCP: add current year to copyright notice | Jernej Jakob | |
2019-12-13 | T1873: DHCP: fix service name in op-mode "show dhcp" | Jernej Jakob | |
2019-07-19 | T1376: improve show_dhcp and show_dhcpv6 | Jernej Jakob | |
2019-05-30 | [dhcp] T1416: fix DHCP server status view | Christian Poessinger | |
2019-03-08 | T1277: [dhcp-server] bugfix 'show dhcp server leases' | Christian Poessinger | |
The script did not check if the service was actually configured or not. This caused a FileNotFoundError for unconfigured services. vyos@vyos:~$ show dhcp server leases Traceback (most recent call last): File "/usr/libexec/vyos/op_mode/show_dhcp.py", line 123, in <module> leases = get_leases(lease_file, state='active') File "/usr/libexec/vyos/op_mode/show_dhcp.py", line 60, in get_leases leases = IscDhcpLeases(lease_file).get() File "/usr/lib/python3/dist-packages/isc_dhcp_leases/iscdhcpleases.py", line 110, in get with open(self.filename) as lease_file: FileNotFoundError: [Errno 2] No such file or directory: '/config/dhcpd.leases' | |||
2018-10-13 | Update show_dhcp.py | Ewald van Geffen | |
I don't really do python, please check/test. | |||
2018-09-04 | T823: extend the new DHCP op mode. | Daniil Baturin | |
2018-09-02 | T823: add a new DHCP op mode script, only capable of showing leases now. | Daniil Baturin | |