Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add support for firewalld zones. (#802415, from <jpopelka@redhat.com>) | Bill Nottingham | 2012-03-13 | 1 | -0/+4 |
| | | | | | | | | | | 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. | ||||
* | Clean up BOOTPROTO docs. | Bill Nottingham | 2012-03-13 | 1 | -5/+6 |
| | |||||
* | Clean up IPv6 disable docs some. | Bill Nottingham | 2012-02-10 | 1 | -6/+3 |
| | |||||
* | Document the additional ETHTOOL_OPTS enhancements | Raghu Udiyar | 2012-01-25 | 1 | -0/+3 |
| | |||||
* | If locale.conf exists, use it. (#706756, in part) | Bill Nottingham | 2011-10-25 | 1 | -5/+15 |
| | | | | | | | | | | | | | systemd's algorithm on startup is: - if /etc/locale.conf is parseable, use that - otherwise, use /etc/sysconfig/i18n Given that we have a heirarchy of system -> user settings here, simply go: ~/.i18n > /etc/locale.conf > /etc/sysconfig/i18n Add some documentation as well. | ||||
* | Add support for setting random bridge options via BRIDGING_OPTS. (#734045, ↵ | Bill Nottingham | 2011-08-31 | 1 | -0/+8 |
| | | | | #665378) | ||||
* | Support overriding hostname via /etc/hostname. | Bill Nottingham | 2011-04-18 | 1 | -0/+1 |
| | |||||
* | Document NM_CONTROLLED. (#692123) | Bill Nottingham | 2011-03-30 | 1 | -0/+3 |
| | |||||
* | Update and improve IPv6 disabling instructions. | Ville Skyttä | 2011-03-01 | 1 | -3/+6 |
| | |||||
* | Add GVRP support (#597598, <tomek@jot23.org>) | Bill Nottingham | 2011-02-28 | 1 | -0/+3 |
| | |||||
* | Support multiple IP addreses via IPADDRn, PREFIXn (or NETMASKn) (#633984) ↵ | Bill Nottingham | 2010-11-30 | 1 | -5/+9 |
| | | | | | | | | Adapted from <jklimes@redhat.com> In addition to legacy IP aliases, this commit adds a support for configuring mupliple IPs via single ifcfg file. It uses the same syntax and behaviour as NetworkManager. | ||||
* | Adjust clock docs (#637058) | Bill Nottingham | 2010-09-27 | 1 | -13/+9 |
| | |||||
* | Document PREFIX/NETMASK (#617481, <jklimes@redhat.com>) | Bill Nottingham | 2010-07-26 | 1 | -0/+6 |
| | |||||
* | Document NETWORKWAIT (#595386) | Bill Nottingham | 2010-07-01 | 1 | -0/+8 |
| | |||||
* | Tweak wording. | Bill Nottingham | 2010-06-29 | 1 | -1/+1 |
| | |||||
* | Mention WDM, though (#609037) | Bill Nottingham | 2010-06-29 | 1 | -1/+1 |
| | |||||
* | Document that DISPLAYMANAGER is deprecated. | Bill Nottingham | 2010-06-29 | 1 | -3/+7 |
| | |||||
* | Remove obsolete documentation (we don't support dhcpcd.) | Bill Nottingham | 2010-06-24 | 1 | -7/+1 |
| | |||||
* | Clean up some leftover VLAN code; clarify documentation. | Bill Nottingham | 2010-05-13 | 1 | -1/+1 |
| | |||||
* | use ip command for vlan instead of vconfig | Petr Lautrbach | 2010-05-13 | 1 | -2/+1 |
| | |||||
* | Document DHCLIENTARGS. | Bill Nottingham | 2010-02-16 | 1 | -0/+2 |
| | |||||
* | Run '/sbin/dhclient -6' instead of /sbin/dhcp6c (#553017, ↵ | Bill Nottingham | 2010-01-08 | 1 | -3/+3 |
| | | | | | | | | <dcantrell@redhat.com>) The ISC software is now used for DHCPv6 support, so run dhclient in DHCPv6 mode instead of the older /sbin/dhcp6c program. Still honor the same configuration variables. | ||||
* | ip_always_defrag was removed in the *2.4* kernel. | Bill Nottingham | 2010-01-06 | 1 | -6/+0 |
| | | | | I think we can safely remove this code. | ||||
* | Coalesce the multiple rcX and ttyX jobs into single files. | Bill Nottingham | 2009-12-03 | 1 | -0/+3 |
| | | | | | | Adjust other jobs accordingly. Use a configuration parameter for what ttys to start. | ||||
* | Remove deprecation for older route syntax. | Bill Nottingham | 2009-11-12 | 1 | -2/+2 |
| | |||||
* | Doucment DHCP_HOSTNAME (#498052) | Bill Nottingham | 2009-09-02 | 1 | -0/+2 |
| | |||||
* | Clarify docs. (#518614) | Bill Nottingham | 2009-08-21 | 1 | -2/+2 |
| | |||||
* | Allow use of either ESP only or AH only (#251494, <stijn.tintel@x-tend.be>) | Bill Nottingham | 2009-03-20 | 1 | -0/+2 |
| | |||||
* | Allow passing of arguments to dhcp6c (#437949, <pekkas@netcore.fi>) | Bill Nottingham | 2009-03-20 | 1 | -0/+4 |
| | |||||
* | Add support for creating TUN/TAP devices on the fly (#453973, <scott@zahna.com>) | Bill Nottingham | 2009-03-19 | 1 | -0/+3 |
| | |||||
* | Document CGROUP_DAEMON | Bill Nottingham | 2009-03-09 | 1 | -0/+10 |
| | |||||
* | Remove support for no longer existing 'brctl setgcint' command. (#360471) | Bill Nottingham | 2008-11-26 | 1 | -1/+0 |
| | |||||
* | Add some docs on BONDING_OPTS. | Bill Nottingham | 2008-11-21 | 1 | -0/+5 |
| | |||||
* | note that ETHTOOL_OPTS really should be done as udev rules | Bill Nottingham | 2008-04-24 | 1 | -6/+10 |
| | |||||
* | add support for overriding IKE dh group (#251506, <stijn.tintel@x-tend.be>) | Bill Nottingham | 2007-08-09 | 1 | -1/+2 |
| | |||||
* | clarify ipv6 note | Bill Nottingham | 2007-04-16 | 1 | -1/+3 |
| | |||||
* | allow overriding of my_identifier (#229343, <cmadams@hiwaay.net>) | Bill Nottingham | 2007-04-16 | 1 | -0/+5 |
| | |||||
* | disable link checking when PERSISTENT_DHCLIENT is set (#234075) | Bill Nottingham | 2007-04-16 | 1 | -1/+2 |
| | |||||
* | remove NETWORKING_IPV6 | Bill Nottingham | 2007-01-17 | 1 | -3/+4 |
| | |||||
* | - add bridging docs (#221412, <markmc@redhat.com>) | Bill Nottingham | 2007-01-04 | 1 | -0/+6 |
| | |||||
* | Add a way to manually manage racoon.conf, e.g. to handle separate tunnels with | Miloslav Trmac | 2006-11-15 | 1 | -0/+4 |
| | | | | a shared peer endpoint (#159343) | ||||
* | Document ~/.i18n (#199323) | Miloslav Trmac | 2006-11-10 | 1 | -0/+2 |
| | |||||
* | clarify font options (#206106) | Bill Nottingham | 2006-09-27 | 1 | -10/+8 |
| | |||||
* | clarify onboot/onparent | Bill Nottingham | 2006-09-15 | 1 | -1/+1 |
| | |||||
* | allow going to a shell if the system is shut down uncleanly | Bill Nottingham | 2006-09-08 | 1 | -2/+2 |
| | |||||
* | support LINKDELAY for dhcp (#191137) | Bill Nottingham | 2006-08-01 | 1 | -1/+0 |
| | |||||
* | GRE and IPIP tunnel support (#168990, based on patches by | Miloslav Trmac | 2006-07-25 | 1 | -2/+16 |
| | | | | | | | Razvan Corneliu C.R. Vilt <razvan.vilt@linux360.ro>, Aaron Hope <aaron.hope@unh.edu> and Sean Millichamp <sean@enertronllc.com>) check_device_down: Handle tunnel_device@NONE: <...> | ||||
* | add swap docs | Bill Nottingham | 2006-07-21 | 1 | -0/+4 |
| | |||||
* | - typo in docu | Florian La Roche | 2006-07-11 | 1 | -1/+2 |
| | |||||
* | Add support for rule-$device (#132252) | Miloslav Trmac | 2006-07-10 | 1 | -0/+7 |
| |