Harald Hoyer
ebe7411691
network: DCHPv6: set valid_lft and preferred_lft
...
https://bugzilla.redhat.com/show_bug.cgi?id=1064365
2014-04-02 09:58:11 +02:00
Harald Hoyer
a9d30a4066
network:dhclient-script do PREINIT6 for DHCP6
2014-03-17 13:00:17 +01:00
Harald Hoyer
43a85a7365
network: merge setup_net_$netif.ok and net.$netif.did-setup
...
one marker per interface is enough
2014-02-28 12:10:41 +01:00
Harald Hoyer
2ac599dc75
network/dhclient-script.sh:DHCP IPv6 interface setup
...
configure IPv6 interface for DHCP6
https://bugzilla.redhat.com/show_bug.cgi?id=1064365
2014-02-26 15:02:51 +01:00
Harald Hoyer
247d6d4270
network/dhclient-script.sh: set lease time
...
The dracut dhclient-script.sh should set address lifetimes to the DHCP
lease time, so that other stuff (like NetworkManager!) knows that the
address is temporary and was created by DHCP.
https://bugzilla.redhat.com/show_bug.cgi?id=1058519
2014-01-28 12:12:43 +01:00
Harald Hoyer
8795467533
network/fcoe: only redirect output to loginit.pipe, if exists
2013-10-16 11:39:34 +02:00
Harald Hoyer
ffc68f357e
use ${var:+val} rather than ${var+val}
...
${var:+val} also catches var=""
2013-08-22 11:24:01 +02:00
Harald Hoyer
b093aa2dc7
beautified shell code
...
checked with shellcheck http://www.shellcheck.net/about.html
2013-07-04 12:31:15 +02:00
Harald Hoyer
32bd2fbb4c
use "rm --" to guard against filenames beginning with "-"
2013-06-28 10:31:18 +02:00
Harald Hoyer
d6d3173916
network/dhclient-script.sh: also touch "/tmp/setup_net_<mac>.ok"
2013-01-23 15:24:27 +01:00
Dave Young
6cb77ea91f
use linkup in dhclient-script.sh
...
linkup is a wrapper function for waiting interface ready and up.
change to use linkup as what we do in ifup script.
Signed-off-by: Dave Young <dyoung@redhat.com>
2013-01-23 15:24:27 +01:00
dyoung@redhat.com
efa5eb424d
Move wait for if functions to net lib
...
net-lib.sh are created for net related functions, move the wait_for_if* to
net-lib.sh naturally.
Signed-off-by: Dave Young <dyoung@redhat.com>
2012-12-14 09:08:59 +01:00
Dave Young
a17fc9902e
dhclient initqueue hook fix
...
dhclient initqueue hook fix
setup_net is scheduled in initqueue, sometimes it does not get chance to run
So the default route will not be set properly
Add a check in initqueue/finished to resolve this issue.
Signed-off-by: Dave Young <dyoung@redhat.com>
2012-07-09 12:03:55 +02:00
Harald Hoyer
8b88dc7f71
network: do not arping with qeth layer3 interfaces
...
https://bugzilla.redhat.com/show_bug.cgi?id=825783
2012-05-29 17:39:17 +02:00
Harald Hoyer
c6c704fda6
network: fix ifup and netroot calling
2012-04-23 11:32:45 +02:00
Harald Hoyer
552ecca6db
Renamed all shell scripts to *.sh
2012-02-22 15:15:21 +01:00