summaryrefslogtreecommitdiffstats
path: root/pyanaconda/network.py
Commit message (Expand)AuthorAgeFilesLines
* Set ONBOOT=no for default autoconnections (#905918, #886090)Radek Vykydal2013-02-191-0/+2
* Fixup kickstart script loggingBrian C. Lane2013-02-141-2/+1
* Remove unused modules (dbus) and stuff from network.pyRadek Vykydal2013-02-121-30/+0
* Replace get_NM_connection() using new nm module.Radek Vykydal2013-02-121-68/+18
* Replace get_NM_settings_value() using new nm moduleRadek Vykydal2013-02-121-14/+1
* Replace nmIsConnected() using new nm moduleRadek Vykydal2013-02-121-16/+5
* Replace hasActiveNetDev() using new nm moduleRadek Vykydal2013-02-121-12/+1
* Replace getDevicesProperies() using new nm moduleRadek Vykydal2013-02-121-25/+0
* Replace getIPAddresses() using new nm moduleRadek Vykydal2013-02-121-58/+4
* Replace getMacAddress() using new nm moduleRadek Vykydal2013-02-121-19/+18
* Replace isWirelessDevice() using new nm moduleRadek Vykydal2013-02-121-18/+0
* Replace getLinkStatus() using new nm moduleRadek Vykydal2013-02-121-18/+15
* Replace getActiveNetDevs() using new nm moduleRadek Vykydal2013-02-121-33/+3
* Replace getDevices() using new nm moduleRadek Vykydal2013-02-121-11/+10
* Move networking functions from isys to network module.Radek Vykydal2013-02-121-46/+226
* Remove unused stuff from network.pyRadek Vykydal2013-02-121-187/+1
* Fix typo "DHCPV6"Radek Vykydal2013-02-011-1/+1
* Adapt ifcfg -> ksdata mapping to NM change from IPADDR to IPADDR0.Radek Vykydal2013-02-011-0/+11
* NM defaults to IPV6_AUTOCONF=yesRadek Vykydal2013-02-011-1/+1
* Network: read ipv6 configuration type from NM settings instead of ifcfg fileRadek Vykydal2013-01-301-2/+15
* Don't fail on missing ifcfg file when setting default ONBOOT (#904817)Radek Vykydal2013-01-301-1/+5
* Don't fail on invalid network --device kickstart specification.Radek Vykydal2013-01-301-1/+3
* Network: fix disabling of ipv6 (noipv6 option)Radek Vykydal2013-01-301-9/+6
* Stop writing /etc/sysconfig/network (#895900)Radek Vykydal2013-01-301-35/+0
* We dont create missing ifcfg files on our own in anaconda anymore.Radek Vykydal2013-01-301-25/+1
* Use NM dbus interface to modify ifcfg configuration (#893892)Radek Vykydal2013-01-301-26/+54
* Remove the storage module and replace it with blivet.David Lehman2013-01-281-4/+4
* Start laying groundwork for splitting storage out of pyanaconda.David Lehman2013-01-281-13/+16
* Remove unused functions and move storage-specific utils to storage.David Lehman2013-01-281-2/+3
* Use constant for default hostname ("localhost.localdomain" currently)Radek Vykydal2013-01-241-3/+4
* Make update_hostname function do just one thing - update ksdata.Radek Vykydal2013-01-241-5/+5
* Rename wait_for_dhcp pieces to say what they actually doRadek Vykydal2013-01-241-3/+3
* Initialize network synchronously (#902090)Radek Vykydal2013-01-241-6/+6
* Dump missing ifcfg ifles only for ethernet devices (#893892)Radek Vykydal2013-01-161-1/+1
* Set the local hostname during installationVratislav Podzimek2013-01-111-9/+10
* Network spoke: add hostname setting (#856456)Radek Vykydal2013-01-081-4/+11
* Add logging for networking and improve logging of ifcfg filesRadek Vykydal2012-12-101-15/+35
* Use updated connection settings object for default auto config files (#883383)Radek Vykydal2012-12-071-1/+1
* Remove resetResolver function, we don't need it anymore (#868695)Radek Vykydal2012-12-051-5/+0
* Unify writeNetworkConf with other modules (rename, put in ks.execute)Radek Vykydal2012-12-051-18/+17
* Fix network command --onboot and --activate options.Radek Vykydal2012-12-051-0/+71
* Write /etc/hostname (#871543)Michal Schmidt2012-12-041-1/+13
* Improve and document network.sanityCheckHostnameVratislav Podzimek2012-12-031-8/+29
* Wait for slower dhcp for payload setup and hostname setting (#873468)Radek Vykydal2012-11-271-25/+37
* Dump default auto connection's ifcfg file instead of writing a new one (#870922)Radek Vykydal2012-11-191-5/+35
* Keep hostname when updating ksdata after GUI network configuration (#866516)Radek Vykydal2012-10-181-2/+5
* Don't look for ifcfgs of wireless devices (#860791)Radek Vykydal2012-10-031-0/+2
* Don't write HOSTNAME=HOSTNAME=myhostnamehere (#859141).Chris Lumens2012-09-241-2/+0
* networking: remove Network() objectRadek Vykydal2012-08-271-21/+38
* networking: use ksdata.network.hostname instead of actual installer hostnameRadek Vykydal2012-08-271-5/+1