aboutsummaryrefslogtreecommitdiffstats
path: root/sysconfig/network-scripts
Commit message (Collapse)AuthorAgeFilesLines
* comment out linuxconf supportBill Nottingham1999-06-172-35/+38
|
* add routes after aliasesBill Nottingham1999-06-141-2/+1
|
* fix so it does aliases in orderBill Nottingham1999-06-141-15/+9
|
* typor4-13Matt Wilson1999-04-181-1/+1
|
* remove 2.0 kernel supportBill Nottingham1999-04-122-12/+3
|
* check for 2.0 kernels before doing some stuffBill Nottingham1999-04-082-3/+11
|
* fix check for non-existent devicesBill Nottingham1999-04-071-2/+2
|
* ifup-ipx ./_ confusion fixedMichael K. Johnson1999-04-061-3/+4
|
* run ifup-local as appropriateErik Troan1999-04-061-0/+4
|
* fix for $PARENTDEVNAMEBill Nottingham1999-04-051-1/+1
|
* fix channel bondingBill Nottingham1999-04-011-1/+1
|
* fix test for 2.0/2.2 kernelBill Nottingham1999-03-291-1/+1
|
* don't run linuxconf if /usr isn't mountedBill Nottingham1999-03-192-2/+4
|
* set macaddr before bootpBill Nottingham1999-03-191-2/+5
|
* don't set hostname on ppp/slip (kills X)Bill Nottingham1999-03-181-1/+3
|
* Exit the script if pump fails. Doh.Bill Nottingham1999-03-171-0/+1
|
* fix for CHATPID (bug #1343)Bill Nottingham1999-03-161-1/+1
|
* add routes to non-local subnets if they aren't already thereBill Nottingham1999-03-151-1/+3
|
* changes from ultrapenguin (bash2 stuff)Bill Nottingham1999-03-151-2/+12
|
* pump actually works nowErik Troan1999-03-102-9/+4
|
* updated for pumpErik Troan1999-03-101-46/+10
|
* outdated by pumpErik Troan1999-03-101-19/+0
|
* fix kernel-2.2 double net routes, remove '-x' from ifdhcpc-doneBill Nottingham1999-02-102-2/+3
|
* bill is a moron. also, fix ifup-aliases for bash2r3-84Bill Nottingham1999-02-051-1/+1
|
* random fixes from bugzilla: setsysfont only if font defined; do hwclockBill Nottingham1999-02-031-1/+1
| | | | --adjust; fix /forcefsck
* Explicitly force RX escape char negotiation if ESCAPECHARS = no (#519).Jeff Johnson1999-01-251-0/+2
|
* bootpc: 2.2 kernels complain about broadcast and netmask on ifup.Jeff Johnson1999-01-251-1/+7
| | | | bootpc: Give slow 10Mbps/100Mbps autodetecting cards a second chance.
* Bug #205 sez':Jeff Johnson1998-12-061-1/+1
| | | | | | | | | | | | | in ifup-ipx script underlines in next line should be changes to dots for frametype in 802_2 802_3 ETHERII SNAP ; do I have verified this to be a bug in the initscripts. If autoprimary and and autoframetype is enabled in /etc/sysconfig/network then the interface will come up properly. If they are set to no then whatever frametypes that are defined in the /etc/sysconfig/network-scripts/ifcfg-ethx will not become activated.
* linuxconf ipalias fix; work with both old and new linuxconfr3-79Michael K. Johnson1998-11-101-2/+8
|
* fix long-standing bug and work with (currently vaporware) newer ps versionsMichael K. Johnson1998-07-071-1/+1
|
* Invert logic for ESCAPECHARS=yes.Jeff Johnson1998-07-071-1/+1
|
* Always "cd /etc/sysconfig/network-scripts" before sourcing network_functions.Jeff Johnson1998-07-0710-11/+13
|
* Bug report:Jeff Johnson1998-07-071-0/+8
| | | | | | | | | | | | | | | I am running dip-3.3.7o-10 and initscripts-3.32-1 on Red Hat 5.0 Intel and was unable to terminate an established SLIP connection in the standard fashion. After some hacking around I discovered that the problem was that when dip establishes a connection, it changes it's argument list to '-dip (IP_ADDRESS)' where IP_ADDRESS is the local IP address. This of course breaks the network-scripts handling of the connection. I've modified /etc/sysconfig/network-scripts/ifdown-sl to take this into account and included the modified file below. I don't think it will work for people with dynamically allocated IP addresses though... -Mike Wittman support login: wittman@cs.berkeley.edu
* Fix bug track problems (#677, #731, #734, E-mail).Jeff Johnson1998-06-212-5/+4
|
* update to linuxconf 1.11r8 capabilities.Michael K. Johnson1998-05-033-2/+50
| | | | | Full support for IPX as configured by linuxconf. Updated sysconfig.txt documentation to reflect new parameters.
* linuxconf supportr3-56Michael K. Johnson1998-05-023-12/+56
|
* plip cleanupDonnie Barnes1998-04-301-1/+1
|
* moved adding /etc/resolv.conf search path to normal reverse name lookupr3-52Erik Troan1998-04-051-0/+4
| | | | handling
* added netmask calculationErik Troan1998-03-221-0/+4
|
* fixed network address calculationsErik Troan1998-03-221-2/+3
|
* look for ipcalc in /bin, not /sbinr3-50Erik Troan1998-03-102-3/+3
|
* added missing \Erik Troan1998-03-101-1/+1
|
* 1) added need_hostname and set_hostname functionsErik Troan1998-03-103-9/+25
| | | | 2) changed hostname lookup to use ipcalc
* use ipcalc to calculate netmask and/or broadcast addressErik Troan1998-03-101-0/+8
|
* removed senseless dhcp log in /tmpErik Troan1998-03-101-1/+0
|
* if bootp fails and there is no fallback IP, take down the deviceErik Troan1998-03-091-0/+1
|
* added check for mktemp failureErik Troan1998-03-091-1/+4
|
* /sbin/ isn't always in $PATHMichael K. Johnson1998-01-121-1/+1
|
* Inheritance was wrong.Michael K. Johnson1997-11-201-1/+1
|
* PPP debugging fixed.Michael K. Johnson1997-11-064-22/+21
| | | | | PPP Persisting fixed. Moved netreport stuff into one place.