summaryrefslogtreecommitdiff
path: root/scripts/vyatta-dhcp-helper.pl
AgeCommit message (Collapse)Author
2018-11-25T1045: static route dhcp-interface: check for ip in responseRunar Borge
Checks done to verify a dhcp-lease on the interface is updated to look for a ip-address like response from dhclient before returning an error. This fixes the error where a newline was enough to make the checks fail.. Updated to also make sure no newline is returned after the address to make sure commands using adresses from this script is not cut in half by the newline, and to be in line with the syntax on all errors. (no newline at the end)
2016-02-09Use directory /var/lib/dhcp instead of /var/lib/dhcp3.Kim Hagen
Use directory /etc/dhcp instead of /etc/dhcp3.
2015-06-13allow dhcp interface for the local end of a tunnelCarl Byington
Signed-off-by: Daniil Baturin <daniil@baturin.org>