| 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
|
| |
|
|
|
|
|
| |
Empty ${RESOLV_MODS} was causing a deletion of config files in
/etc/ppp/peers/*
Resolves: #155
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is complete rework of how we generate the /etc/resolv.conf.
Fixes:
* always update 'nameserver' & 'search' entries when DNS* & DOMAIN
options (respectively) were updated in ifcfg-* files
* always update the order of 'nameserver' entries when the order of
DNS* options was updated
Enhancements:
* added support for DNS3 option (equals to MAXNS value in GLIBC)
* added logic to process duplicate DNS* options
* added logic to process randomly omitted DNS* options (e.g. omitting
DNS1 while specifying DNS2 and/or DNS3 will still work now)
This work was based on these two RHEL-7.5 BZs:
https://bugzilla.redhat.com/show_bug.cgi?id=1364895
https://bugzilla.redhat.com/show_bug.cgi?id=1357658
|
| | |
|
| |
|
|
|
| |
To speed things up. Based on patch & comments from:
https://bugzilla.redhat.com/show_bug.cgi?id=1497759
|
| |
|
|
|
| |
This commit contains a lot of whitespace changes.
Use 'git diff --ignore-all-space' to display the relevant changes.
|
| |
|
|
|
| |
Cherry-picked from: 3d1f30095582f84206826f7ede970c45e5a6b5ba
Resolves: #1273435
|
| |
|
|
| |
firewall-cmd has been using combined longopts since 0.2.6
|
| | |
|
| |
|
|
|
|
|
|
|
|
| |
ZONE in an ifcfg file describes the zone an interface should belong to.
Zones can be configured in the firewalld configuration file.
When interfaces are brought up, tell firewalld, if running, to add them
to the proper zone. Similarly, remove them when they're brought down.
Modified from a patch from Jiri Popelka.
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
| |
* ifup-ppp, network-functions: Save all default routes, lose no data.
* network-functions:
- (find_gateway_dev): Fix - it should find the device while $GATEWAY is not
the default route
- (add_default_route): Don't use configuration for the device that is being
brought down; document function purpose and bugs.
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
made ipup-post and ipdown-post invoke it
|
| | |
|
| |
|
|
|
|
|
| |
- use nameif
- determine device type from file first, and from device name as a
fallback
- ditto for aliases
|
| | |
|
| |
|
|
| |
- fix typo bug in network-functions
|
| | |
|
| |
|
|
|
| |
- don't give login name as a cmdline-option (Bug #23066)
- remove peer device file if ppp connection is down
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
attempt to reset the default route in case we dropped it for PPP
* src/ipcalc.1:
document the "--silent" option
* src/shvar.c:
strtok() and other cleanups
* rc.d/rc.sysinit:
make symlinks for System.map and module-info automatically
|
| | |
|
| | |
|
| |
|
|
|
| |
PPP Persisting fixed.
Moved netreport stuff into one place.
|
| | |
|
| |
|