| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
For currently unknown reason the dbus-send calls will fail to set the
firewall zone for the given interface if we omit the --print-reply
option...
This looks like some kind of race-condition in dbus-send, since the
--print-reply makes the call synchronous and slower.
Hopefully this is only a temporary workaround until DBus is fixed.
Resolves: #1586284
|
| | |
|
| |
|
|
|
| |
Otherwise obtaining IP from DHCP might fail. Based on patch from:
* Rich Alloway <richard.alloway@roguewave.com> | CentOS BZ #0011138
|
| |
|
|
|
| |
To speed things up. Based on patch & comments from:
https://bugzilla.redhat.com/show_bug.cgi?id=1497759
|
| |
|
|
|
|
|
|
|
| |
The ARPUPDATE option has been introduced. It defaults to 'yes'.
By setting the ARPUPDATE to 'no', administrator can disable
updating neighbouring computers with ARP information about current
NIC. This is especially needed when using LVS Load Balancing with
Direct routing enabled.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
The way DHCP_HOSTNAME is being sent to DHCP server has been completely
reworked...
DHCP_FQDN now allows user to specify fully qualified domain name to be
sent to DHCP server instead of just using simple hostname. This option
takes precedence before DHCP_HOSTNAME variable.
DHCP_SEND_HOSTNAME can be used to tell initscripts to not send either
DHCP_HOSTNAME or DHCP_FQDN to DHCP server.
Both of these options should behave same as they do in NetworkManager.
|
| |
|
|
|
| |
With quote marks all the parameters to dhclient are passed as one
Resolves: #1410429
|
| |
|
|
|
| |
This commit contains a lot of whitespace changes.
Use 'git diff --ignore-all-space' to display the relevant changes.
|
| |
|
|
|
| |
Cherry-picked from: 1087a2776ab6d27c65233918db7cffecd326dec0
Resolves: #1240775
|
| |
|
|
|
| |
Cherry-picked from: 9a55596dbdc402348e56c3f519e6218e8708a5e2
Resolves: #1257544
|
| |
|
|
|
| |
Cherry-picked from: 1a4607f
Resolves: #1240775
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1162822
When ifup is called on an interface that has BOOTPROTO=dhcp, ifup-eth
will call network-functions:check_link_down() to wait for carrier on
the interface before starting dhclient. If the interface happens to be
a bridge device, carrier will not come on until at least one attached
device is in "forwarding" mode. If the bridge has STP enabled, it
takes at least $DELAY * 2 + 5 seconds (sometimes slightly longer) for
any attached device to go into forwarding mode.
However, check_link_down() will only wait for max(${LINKDELAY}, 5)
seconds for carrier, and there are *many* existing configs that have
STP enabled but no setting for LINKDELAY. Every one of those configs
will now fail to ifup the bridge device.
The solution implemented in this patch is for ifup-eth to set
LINKDELAY to at least ${DELAY} * 2 + 7 when the device is a bridge an
STP is enabled. Since check_link_down() returns within .5 sec of
carrier coming up, the worst effect this could have would be to take
longer to fail in the case of a config where carrier was *never* going
to come up. Otherwise, it will not create any more delay than is
already present in cases that currently work, and will cause many
other configs to become unbroken.
|
| | |
|
| |
|
|
|
| |
Conflicts:
sysconfig/network-scripts/ifup-eth
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Currently, team masters and slaves are supported via ifup-Team* and
ifdown-Team* scripts shipped in teamd package. It uses somehow ugly
workaround where user have to specify DEVIVETYPE to "Team" or
"TeamPort". This turned out to be non-optimal solution as this is
confusing users. Also it does not work when TYPE is set.
So fix this by adding the team support hooks directly into initscripts.
Now for team port, user needs only to set:
TEAM_MASTER="teamx"
and for team master, user needs only to set:
TEAM_CONFIG="...whatever..."
Signed-off-by: Jiri Pirko <jiri@resnulli.us>
|
| | |
|
| |
|
|
|
|
|
| |
Conflicts:
rc.d/init.d/network
sysconfig.txt
sysconfig/network-scripts/ifup-ipx
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
from <jpopelka@redhat.com>)
|
| | |
|
| |
|
|
|
|
|
|
| |
Misguided people may name their bridge '-foo', with a leading dash.
Let us indulge them. It is better than showing the usage string of
brctl.
Signed-off-by: Dan Kenigsberg <danken@redhat.com>
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
| |
Current dracut saves state to /run/initramfs, since /run is standard
now.
This patch makes rc.sysinit and fedora-readonly check for files in
/run/initramfs/rwtab and /run/initramfs/state (which is where dracut
writes them).
It also makes ifup-eth look for lease files in /run/initramfs.
|
| | |
|
| |
|
|
| |
#665378)
|
| |
|
|
| |
(#692410, #693583)
|
| |
|
|
| |
(#697877)
|
| | |
|
| |
|
|
|
|
|
|
|
| |
Only add arp_ip_target, if not yet present.
Only remove arp_ip_target, if present in BONDING_OPTS, to prevent clash
with module options.
https://bugzilla.redhat.com/show_bug.cgi?id=604669
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|