From: Roy Marples Date: Mon, 29 Jun 2015 15:04:37 +0000 (+0000) Subject: Add an ipv4ll suffix just in case X-Git-Tag: v6.9.1~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74dc2ea49467bf6bb5870aee6cd60fad6eb4090d;p=thirdparty%2Fdhcpcd.git Add an ipv4ll suffix just in case --- diff --git a/dhcpcd-run-hooks.in b/dhcpcd-run-hooks.in index 4d4490dc..f1e86900 100644 --- a/dhcpcd-run-hooks.in +++ b/dhcpcd-run-hooks.in @@ -7,6 +7,8 @@ case "$reason" in ifsuffix=".ra";; INFORM6|BOUND6|RENEW6|REBIND6|REBOOT6|EXPIRE6|RELEASE6|STOP6) ifsuffix=".dhcp6";; + IPV4LL) + ifsuffix=".ipv4ll";; *) ifsuffix=".dhcp";; esac