Magellan Linux

Annotation of /trunk/initscripts/patches/initscripts-0.7.0.3-alx-dhcp-identifier-support.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2739 - (hide annotations) (download)
Wed Dec 9 10:42:00 2015 UTC (8 years, 6 months ago) by niro
File size: 590 byte(s)
-added dhcp-identifier support with alx-config to fix win2012 dhcp id issues
1 niro 2739 diff -Naur initscripts-0.7.0.3/busybox/conf.d/network initscripts-0.7.0.3-dhcp-identifier/busybox/conf.d/network
2     --- initscripts-0.7.0.3/busybox/conf.d/network 2015-12-09 11:21:45.882393866 +0100
3     +++ initscripts-0.7.0.3-dhcp-identifier/busybox/conf.d/network 2015-12-09 11:43:39.523320459 +0100
4     @@ -1,5 +1,5 @@
5     DEFAULT_DHCP_PROG="/sbin/udhcpc"
6     # -i must be the last argument!
7     -DEFAULT_DHCP_START="-T10 -t3 -n -x hostname:$(hostname) -i"
8     +DEFAULT_DHCP_START="-T10 -t3 -n -x hostname:$(hostname) -c $(dhcp-identifier $(alx-iface)) -i"
9     DEFAULT_DHCP_STOP=""
10     DEFAULT_NETMASK="255.255.255.0"