Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Repository scheme updated to new layout | David Kaspar [Dee'Kej] | 2018-05-30 | 1 | -72/+0 |
| | | | | | NOTE: This commit just moves files around, without actually fixing the Makefiles and specfile. See follow up commits which resolve this. | ||||
* | ifdown-post: fix logical error in commit 5d61564 | David Kaspar [Dee'Kej] | 2018-01-02 | 1 | -1/+1 |
| | | | | | | | Empty ${RESOLV_MODS} was causing a deletion of config files in /etc/ppp/peers/* Resolves: #155 | ||||
* | network-functions: use POSIX forwarding instead of bash-ism | David Kaspar [Dee'Kej] | 2017-11-09 | 1 | -1/+1 |
| | |||||
* | ifup-post: always update nameserver & search entries in /etc/resolv.conf | David Kaspar [Dee'Kej] | 2017-10-31 | 1 | -18/+22 |
| | | | | | | | | | | | | | | | | | | | | | | 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 * always keep /etc/resolv.conf.save as a proper backup - do not overwrite it everytime when updating 'nameserver' or 'search' 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 | ||||
* | network-scripts: forward DBus calls to /dev/null | David Kaspar [Dee'Kej] | 2017-10-31 | 1 | -1/+2 |
| | |||||
* | network-scripts: firewall-cmd replaced with DBus calls | David Kaspar [Dee'Kej] | 2017-10-16 | 1 | -3/+6 |
| | | | | | To speed things up. Based on patch & comments from: https://bugzilla.redhat.com/show_bug.cgi?id=1497759 | ||||
* | [3/3] Remove tabs and fix spacing: ifup/ifdown scripts | Phil Dibowitz | 2016-10-12 | 1 | -18/+20 |
| | |||||
* | ifdown-post: remove resolv.conf only in specific cases | Lukas Nykryn | 2015-01-08 | 1 | -1/+2 |
| | |||||
* | Fix calling of firewall-cmd in ifup-post/ifdown-post. | Jiri Popelka | 2012-10-08 | 1 | -1/+1 |
| | | | | firewall-cmd has been using combined longopts since 0.2.6 | ||||
* | Add quotes to device/zone in the firewalld support. | Bill Nottingham | 2012-03-16 | 1 | -1/+1 |
| | |||||
* | Add support for firewalld zones. (#802415, from <jpopelka@redhat.com>) | Bill Nottingham | 2012-03-13 | 1 | -0/+5 |
| | | | | | | | | | | 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. | ||||
* | pass path to '.' always (#206035) | Bill Nottingham | 2006-09-11 | 1 | -1/+1 |
| | |||||
* | Add support for rule-$device (#132252) | Miloslav Trmac | 2006-07-10 | 1 | -0/+10 |
| | |||||
* | Add METRIC= support for default routes (#124045) | Miloslav Trmac | 2006-05-10 | 1 | -2/+4 |
| | | | | | | | | | * 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. | ||||
* | handle saved resolv.conf on all device types | Bill Nottingham | 2005-02-01 | 1 | -3/+5 |
| | |||||
* | use change_resolv_conf | Jason Vas Dias | 2004-08-03 | 1 | -1/+1 |
| | |||||
* | revert | Bill Nottingham | 2004-07-30 | 1 | -1/+1 |
| | |||||
* | fix for bug 125712: added change_resolv_conf function to network-functions; ↵ | Jason Vas Dias | 2004-07-30 | 1 | -1/+1 |
| | | | | made ipup-post and ipdown-post invoke it | ||||
* | allow default window size for routes to be set with WINDOW=... (#98112) | Bill Nottingham | 2003-06-27 | 1 | -2/+2 |
| | |||||
* | support randomly named network devices, part 1 | Bill Nottingham | 2003-06-24 | 1 | -2/+0 |
| | | | | | | | - use nameif - determine device type from file first, and from device name as a fallback - ditto for aliases | ||||
* | - set PATH also in /etc/sysconfig/network-scripts/network-functions | Florian La Roche | 2002-06-26 | 1 | -2/+0 |
| | |||||
* | - fix ISDN dial on demand bugr6-32 | Than Ngo | 2001-08-29 | 1 | -1/+10 |
| | | | | - fix typo bug in network-functions | ||||
* | * fix channel bundlingr6-14 | Than Ngo | 2001-08-10 | 1 | -4/+3 |
| | |||||
* | - don't set MSN if it' empty (it's now optional) | Than Ngo | 2001-08-10 | 1 | -0/+4 |
| | | | | | - don't give login name as a cmdline-option (Bug #23066) - remove peer device file if ppp connection is down | ||||
* | add_default_route now takes a device as an argument | Preston Brown | 2001-05-11 | 1 | -1/+1 |
| | |||||
* | remove /etc/resolv.conf.save after the ippp connection down | Than Ngo | 2000-04-04 | 1 | -1/+4 |
| | |||||
* | fix overwrite problem of resolv.conf on ippp/ppp/slip connections | Than Ngo | 2000-04-04 | 1 | -0/+6 |
| | |||||
* | PATH is not set -> added PATH=/sbin:/usr/sbin:/bin:/usr/bin | Than Ngo | 2000-02-21 | 1 | -0/+2 |
| | |||||
* | * sysconfig/network-scripts/ifdown-post: | Nalin Dahyabhai | 2000-01-31 | 1 | -0/+5 |
| | | | | | | | | | | | | | 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 | ||||
* | add support for an ifdown-local | Bill Nottingham | 1999-09-13 | 1 | -0/+4 |
| | |||||
* | Always "cd /etc/sysconfig/network-scripts" before sourcing network_functions. | Jeff Johnson | 1998-07-07 | 1 | -1/+1 |
| | |||||
* | PPP debugging fixed. | Michael K. Johnson | 1997-11-06 | 1 | -11/+4 |
| | | | | | PPP Persisting fixed. Moved netreport stuff into one place. | ||||
* | Support alternative device configurations. | Michael K. Johnson | 1997-09-18 | 1 | -1/+4 |
| | |||||
* | Initial revision | Erik Troan | 1997-09-16 | 1 | -0/+18 |