summaryrefslogtreecommitdiffstats
path: root/network.py
Commit message (Expand)AuthorAgeFilesLines
* Structure the repo layout so it matches final structure better and make isys ...Martin Sivak2010-05-311-897/+0
* Use correct NM dbus interfaces (#594716)Radek Vykydal2010-05-241-10/+11
* Make ssid and wepkey in boot params and stage 1 kickstart work (#473803)Radek Vykydal2010-05-241-1/+1
* Fix bad patches reordering (#473803)Radek Vykydal2010-05-141-2/+7
* Don't ask if we have ESSID specified by kickstart or stage 1 (#473803)Radek Vykydal2010-05-131-2/+6
* Make ks option network --wepkey work in stage 2 (#473803)Radek Vykydal2010-05-131-16/+30
* Add support for wireless configuration using nm-c-e in stage 2 (#473803)Radek Vykydal2010-05-131-0/+61
* Write out ifcfg files only when necessary (#520146)Radek Vykydal2010-05-131-11/+35
* Use separate method for copying network configuration to system (#520146).Radek Vykydal2010-05-131-86/+91
* Network: remove functions that are not used anymore (#520146)Radek Vykydal2010-05-131-47/+0
* Wait for specific activated network devices (#520146).Radek Vykydal2010-05-131-1/+28
* Remove no longer needed devices argument from Network.write() (#520146)Radek Vykydal2010-05-131-5/+4
* Actually generate contents of 70-persistent-net.rules (#520146)Radek Vykydal2010-05-131-1/+1
* Do not mess value change with line formatting (#520146)Radek Vykydal2010-05-131-4/+6
* Log change of ifcfg files by nm-c-e (#520146)Radek Vykydal2010-05-131-0/+22
* Enable networking in stage 2 using nm-c-e (#520146)Radek Vykydal2010-05-131-7/+36
* Write ifcfg files via NetworkDevice in Network.write() method (#520146)Radek Vykydal2010-05-131-53/+4
* Use ifcfg files via NetworkDevice in Network class (#520146)Radek Vykydal2010-05-131-124/+35
* Use proper attribute instead of NetworkDevice 'DESC' hack (#520146)Radek Vykydal2010-05-131-4/+3
* Quote values when writing out to ifcfg files (#520146)Radek Vykydal2010-05-131-1/+1
* Network.__str__() little cleanup (#520146)Radek Vykydal2010-05-131-1/+1
* Use IfcfgFile class to back NetworkDevice objects (#520146)Radek Vykydal2010-05-131-6/+53
* Move some consts to module globals for use in other places (#520146)Radek Vykydal2010-05-131-3/+7
* Strip quoting from OPTIONS when composing rd_CCW line (#577193).David Cantrell2010-04-301-1/+1
* Simplify HWADDR removal check on s390x (#546005)David Cantrell2010-04-141-2/+1
* network.dracutSetupString(): handle hosts outside the subnet (#577193)Hans de Goede2010-03-311-2/+3
* Write rd_CCW when root fs is on a network device on s390x (#577193)David Cantrell2010-03-311-0/+13
* 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