Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-02-14 | T5009: relay: correct service name for restarting dhcp relay service | Nicolas Fort | |
2020-04-13 | op-mode: T2185: adjust restart 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. | |||
2018-11-17 | T1016: fix IPv4/IPv6 dhcp relay restart command | Christian 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 |