summaryrefslogtreecommitdiffstats
path: root/loader/net.h
Commit message (Collapse)AuthorAgeFilesLines
* Completely remove loader/Will Woods2012-02-151-109/+0
| | | | IT IS ACCOMPLISHED.
* Support prefix length in ipv6= cmdline option (#679108)Radek Vykydal2011-11-011-0/+1
| | | | | | e.g. ipv6=2001:aaaa::1/48 Related: rhbz#679108
* be more defensive -- check values for nonsensesVratislav Podzimek2011-06-221-0/+2
|
* enable netmask setting for wireless connectionsVratislav Podzimek2011-06-221-1/+2
|
* enable dns settings of wireless connectionVratislav Podzimek2011-06-221-1/+1
|
* enable gateway settings of wireless connectionVratislav Podzimek2011-06-221-1/+2
|
* enable establishing wpa connection in "early networking"Vratislav Podzimek2011-06-221-0/+15
|
* Consolidate ip address checking into functions.Radek Vykydal2011-03-101-0/+4
|
* Do not activate first ks network device automatically in non-network installs.Radek Vykydal2011-03-021-0/+1
| | | | | | | | | | | | For non-network installs it restores rhel 5 behaviour that was changed in master by commit 9767cb5fce174e8fcf28d06ad6f48384129a7cd4 (which would activate the device in any case). Now new --activate option can be used if bringing up the device in non-network install is desired. Port from rhel6-branch. Related: rhbz#638131
* Make kickstart network command reconfigure active device in loaderRadek Vykydal2011-03-021-0/+3
| | | | | | | | | | | Port from rhel6-branch. Resolves: rhbz#668395 If the device has already been activated, reactivate it with new configuration. Restores rhel 5 behaviour, changed in master most probably with commit 1980e9d377aa6089ae96740cd85593ec18d5344d.
* Reset only ifcfg file of device we failed to activateRadek Vykydal2011-03-021-0/+2
| | | | | | | | Port from rhel6-branch. Resolves: rhbz#638131 Not of all devices, e.g those brought up before activating devices from kickstart.
* Wait for activation of specific devices instead of NMRadek Vykydal2011-03-021-1/+1
| | | | | Port from rhel6-branch Resolves: rhbz#638131
* Activate all devices set by kickstart network --activate commandRadek Vykydal2011-03-021-0/+2
| | | | | Port from rhel6-branch. Resolves: rhbz#638131
* Move all kickstart functions into kickstart.c.Chris Lumens2011-01-251-2/+0
| | | | | Running the commands will now require operating on PyObjects, and I don't want to expose that outside of kickstart.c.
* Remember user's choice when going back in Configure TCP/IP (#609570)Radek Vykydal2010-08-051-0/+2
|
* Move isys and booty into the pyanaconda/ directory, adjust paths to match.Chris Lumens2010-06-281-1/+1
| | | | | | | This is required so the source layout and package layout have a similar enough structure to make our test setup work. Without this move, you can't run "make check" or checkbot without getting error messages about no such module pyanaconda.booty.
* Write ifcfg files to /etc/sysconfig/network-scripts instead of /.tmpDavid Cantrell2008-10-141-0/+3
| | | | | | Writing to /.tmp proved to work, now to move the temporary files to a better location. Using /etc/sysconfig/network-scripts, but writing the files as ".ifcfg-DEVICE" and then renaming to ifcfg-DEVICE.
* Fix problems dealing with PXE boot and the ksdevice= parameter.David Cantrell2008-10-061-2/+1
| | | | | | | | | | Fix some problems with the interaction between kickstartNetworkUp() and setupNetworkDeviceConfig(). Do not assume dhcp and do not assume that a setting has been provided. Hopefully this will let people specify manual settings when doing a ks install. Renamed setupNetworkDeviceConfig() to setupIfaceStruct(), since that's really what it's doing now.
* Disable more IPv6 code in loader for now.David Cantrell2008-10-061-3/+10
| | | | | Wrapping more IPv6 code in ENABLE_IPV6 since NM does not yet support IPv6.
* Renamed loader2 subdirectory to loader (hooray for git)David Cantrell2008-08-251-0/+68
|
* remove old loader dir. for referencing, go back to anaconda-8-0-branchJeremy Katz2003-01-071-32/+0
|
* get the easy bits of the merge first.... hampton loader and isys directoriesJeremy Katz2002-04-191-0/+1
| | | | should be fine since I had originally just copied them into hampton from head :)
* make it build againMatt Wilson2000-06-261-1/+6
|
* use device code tags to let us write ONBOOT=no for pcmcia devicesErik Troan2000-05-091-1/+3
|
* handle multiple nic'sErik Troan2000-05-021-1/+1
|
* look for pump.hErik Troan2000-03-291-4/+0
|
* getting kickstart file via the network should work nowErik Troan1999-09-231-1/+1
|
* fixes for building as standalone network configurator.Bill Nottingham1999-09-071-1/+7
| | | | also, fix domain writing.
* added initLoopback()Matt Wilson1999-08-291-0/+1
|
* first attempt at kickstartErik Troan1999-08-251-0/+2
|
* added hostname checking and resolv.conf creationErik Troan1999-08-081-0/+2
|
* 1) made back work for network setup :-)Erik Troan1999-08-071-1/+11
| | | | 2) write out /tmp/netinfo
* split some stuff into net.c/net.hErik Troan1999-08-071-0/+7