summaryrefslogtreecommitdiffstats
path: root/network.py
Commit message (Expand)AuthorAgeFilesLines
* Revert "Write ARP=no to ifcfg file when VSWITCH=1 is set on s390x (#561926)."David Cantrell2010-02-111-10/+3
* Merge branch 'no-instdata'Chris Lumens2010-02-081-3/+3
|\
| * Move storage into the Anaconda class.Chris Lumens2010-02-041-2/+2
| * Move network to the Anaconda object.Chris Lumens2010-02-041-1/+1
* | Write ARP=no to ifcfg file when VSWITCH=1 is set on s390x (#561926).David Cantrell2010-02-051-3/+10
|/
* pylint error fixes round 2Hans de Goede2010-01-141-1/+1
* Do not write HWADDR to ifcfg file on s390x for OSA Layer 2 (#546005)David Cantrell2010-01-131-0/+3
* Do not modify /etc/hosts from setup package (#530343).David Cantrell2009-11-021-23/+0
* Remove support for IUCV networking devices on s390. (#531494)David Cantrell2009-10-281-3/+1
* Write LAYER2 and PORTNO correctly as parts of OPTIONS to ifcfg for s390xSteffen Maier2009-10-151-1/+1
* Do not copy over 70-persistent.rules if instPath is '' (#527707)David Cantrell2009-10-071-1/+1
* Take 70-persistent-net.rules generated at installation (#526322)David Cantrell2009-10-061-24/+30
* Only write network --netmask if one has been defined (#527083).Chris Lumens2009-10-051-2/+4
* write ifname=eth#:MAC to kernel cmdline in grub.conf for dracutHans de Goede2009-09-151-29/+46
* Expose common fsset methods and properties in class Storage.David Cantrell2009-09-031-1/+1
* When bringing up network in UI, update only ifcfg file of selected device (#5...Radek Vykydal2009-08-261-5/+9
* Fix backtrace in network.dracutSetupString in the static ip caseHans de Goede2009-08-051-3/+7
* Add a dracutSetupString method to network.pyHans de Goede2009-08-041-0/+34
* Fix selection of alternative iface in UI after fail (#507084).Radek Vykydal2009-07-201-1/+6
* Write out NM_CONTROLLED=no for NICs used for FCoEHans de Goede2009-07-091-2/+2
* Update /etc/hosts with hostname for loopback IP address (#506384)Radek Vykydal2009-07-071-0/+23
* Move simpleconfig (back) into anaconda from rhplJeremy Katz2009-07-011-3/+1
* Test NM_CONTROLLED setting correctly in network.py (#502466)David Cantrell2009-06-021-4/+5
* Write out correct hostname during LiveCD installs (#492515)David Cantrell2009-05-061-4/+5
* Avoid writing out NAME= in ifcfg files (#497485)David Cantrell2009-05-051-1/+1
* Collect network interfaces from NetworkManager (#493995)David Cantrell2009-05-041-21/+19
* Do not write /etc/hosts since setup owns that now (#491808)David Cantrell2009-03-301-46/+15
* Tell NM not to touch interfaces when / is on a network diskHans de Goede2009-03-171-5/+8
* Fix testing for whether a device requires networking.Chris Lumens2009-03-041-1/+2
* Updates to make existing code use the new storage module.David Lehman2009-02-231-2/+2
* Fix a logic problem with network file write outs. (480769)Jesse Keating2009-01-211-4/+4
* Only skip (over)writing netconfig if we have an actual instPathJesse Keating2009-01-151-5/+5
* Initialize domainname to None (#477831)David Cantrell2008-12-231-0/+1
* Only write the short hostname to the localhost line (#474086)David Cantrell2008-12-171-8/+3
* Copy /etc/dhclient-DEV.conf file to target system (#476364)David Cantrell2008-12-161-2/+9
* Do not write SEARCH line to ifcfg-DEVICE file (#474858)David Cantrell2008-12-051-4/+0
* Preserve existing network configuration files during install (#461550)David Cantrell2008-12-051-77/+90
* Prevent traceback for vnc installs on KVM guests (#470559)David Cantrell2008-11-081-1/+4
* Make sure we look up the IP address for the correct device (#469439)David Cantrell2008-11-031-0/+30
* Only copy /etc/resolv.conf if instPath != '/'David Cantrell2008-10-291-1/+1
* 'is not' -> '!='David Cantrell2008-10-291-1/+1
* Write --dhcpclass instead of --class to the anaconda ks file.Joel Granados Moreno2008-10-291-1/+1
* Let DNS lookups work from %post scripts (#468132)David Cantrell2008-10-271-1/+4
* Do not use /.tmp for temporary files (#468720)David Cantrell2008-10-271-17/+13
* Fix traceback in network.bringUp() (#468651)David Cantrell2008-10-261-4/+5
* Tell NetworkManager not to touch network interfaces when / is a netfsHans de Goede2008-10-241-1/+9
* Fix a typo when using network --gateway (#468364).Chris Lumens2008-10-241-1/+1
* Do not write NM_CONTROLLED=yes to ifcfg files (#468028)David Cantrell2008-10-221-1/+0
* Handle unknown hosts in getDefaultHostname (#466775)David Cantrell2008-10-141-3/+8
* Try to look up the hostname by the IP address NM reports (#466775)David Cantrell2008-10-141-0/+36