dracut/modules.d/40network
Lukas Nykryn 337a55eb2d network/dhclient-script: also parse dot separated $new_classless_static_routes
Previously our dhclient-script expected that $new_classless_static_routes
will have all values separated by a whitespace. But at least on F25
dhclient will put there the destination descriptor in the same format
as it is used by ISC dhcp-server.
For example:
new_classless_static_routes=32.10.198.122.47 192.168.78.4
while our current code expects
new_classless_static_routes=32 10 198 122 47 192 168 78 4

So let's just accept both of these formats by adding "." to IFS.

For details plesse see https://tools.ietf.org/html/rfc3442
"Classless Route Option Format"
2017-06-26 10:12:46 +02:00
..
dhclient-script.sh network/dhclient-script: also parse dot separated $new_classless_static_routes 2017-06-26 10:12:46 +02:00
dhclient.conf network/dhclient.conf: add missing commata 2016-06-23 16:38:17 +02:00
dhcp-root.sh remove all vim and emacs code format comments 2014-08-29 13:38:47 +02:00
ifname-genrules.sh remove all vim and emacs code format comments 2014-08-29 13:38:47 +02:00
ifup.sh enabling some ipv6 config before running wait_for_ipv6_dad 2017-04-04 12:59:45 -07:00
kill-dhclient.sh remove all vim and emacs code format comments 2014-08-29 13:38:47 +02:00
module-setup.sh network: enhance team support 2017-03-30 11:50:35 +02:00
net-genrules.sh network: fix vlan handling 2017-01-18 13:28:47 +01:00
net-lib.sh more ipv6 improvements 2017-04-05 00:23:36 -07:00
netroot.sh network/netroot.sh: better handling of $netroot and dhcp 2015-11-11 16:44:29 +01:00
parse-bond.sh add 'mtu' parameter for bond options 2016-05-16 00:16:47 -04:00
parse-bridge.sh Fixed vlan, bonding, bridging, team logic 2016-01-19 11:35:23 +01:00
parse-ibft.sh network: move "ip=ibft" handling to network module 2015-11-11 16:38:49 +01:00
parse-ifname.sh remove all vim and emacs code format comments 2014-08-29 13:38:47 +02:00
parse-ip-opts.sh network: if rd.neednet=0 we don't need a bootdev 2016-01-26 12:26:03 +01:00
parse-team.sh network: enhance team support 2017-03-30 11:50:35 +02:00
parse-vlan.sh network: fixup VLAN handling 2017-01-18 15:16:01 +01:00