summaryrefslogtreecommitdiffstats
path: root/network.py
Commit message (Expand)AuthorAgeFilesLines
* 2007-10-28 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-10-281-0/+2
* * network.py (Network.write): Set IPV6INIT for all cases (#328931).f8-baseDavid Cantrell2007-10-231-2/+7
* * network.py (Network.write): Write out the IPV6* variables to theDavid Cantrell2007-10-231-0/+15
* Filter available network devices by checking their type in sysfs (#338461).Chris Lumens2007-10-191-1/+11
* * network.py: add ATTR{type}=="1" to rule to avoid matching wmaster*Bill Nottingham2007-10-181-1/+1
* 2007-10-11 Bill Nottingham <notting@redhat.com>Bill Nottingham2007-10-111-0/+25
* 2007-10-11 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-10-111-2/+2
* 2007-10-10 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-10-101-1/+2
* * network.py (Network.write): Add the short hostname to theDavid Cantrell2007-09-041-5/+9
* (merges from f7-branch)Jeremy Katz2007-05-301-0/+8
* * network.py: Update calls to configNetDevice() and dhcpNetDevice() inDavid Cantrell2007-05-071-5/+2
* * network.py (Network.write): Do not write out a disable-ipv6 fileDavid Cantrell2007-04-261-16/+0
* * network.py (Network.write): Only write out one disable-ipv6 file toDavid Cantrell2007-04-241-10/+5
* * isys/nl.c (netlink_init_interfaces_list): Fix RTM_GETLINK messageDavid Cantrell2007-04-171-20/+28
* * network.py (Network.write): Do not write out NETWORKING_IPV6 lineDavid Cantrell2007-04-171-34/+40
* * gui.py (releaseNotesButtonClicked): Spaces vs. tabs, tonight at 11.David Cantrell2007-03-271-9/+2
* * network.py: When gathering network device description from kudzu,David Cantrell2007-03-261-1/+1
* Don't write out an extraneous "yes" (#227250).Chris Lumens2007-02-231-3/+3
* 2007-01-10 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-01-101-2/+8
* * network.py: Set NETWORKING_IPV6 in /etc/sysconfig/network toDavid Cantrell2007-01-101-3/+3
* This new UI change is meant to match (as much as possible) what users seeDavid Cantrell2006-12-121-5/+7
* * network.py (Network): Add missing \n to localhost6 line (#210050)David Cantrell2006-10-291-1/+1
* * network.py (Network): Write out ::1 in /etc/hosts as localhost6David Cantrell2006-10-231-1/+1
* * anaconda (parseOptions): Add the --noipv4 and --noipv6 opts (#208334).David Cantrell2006-10-181-2/+2
* * network.py (Network): If not has key BOOTPROTO, s'il vous plaƮt.David Cantrell2006-10-121-1/+1
* 2006-10-09 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-10-091-10/+6
* Fix traceback on looking up hostnames (#209672).Chris Lumens2006-10-091-2/+2
* * network.py (sanityCheckIPString): Change two >1 to >0 so that IPDavid Cantrell2006-10-061-2/+2
* * network.py (sanityCheckIPString): Test IP more accurately toDavid Cantrell2006-10-041-4/+6
* * network.py (Network): UI isn't using it, so removed references toDavid Cantrell2006-09-261-6/+1
* * network.py: Make sure we compare the lowercase version of bootprotoDavid Cantrell2006-09-191-6/+6
* * network.py: Added the useIPv4 and useIPv6 flags to the Network class.David Cantrell2006-09-181-2/+13
* * network.py (Network.lookupHostname): Use socket.getaddrinfo() soDavid Cantrell2006-08-111-3/+10
* Don't clobber /etc/resolv.conf during VNC installs (#201874).Chris Lumens2006-08-111-7/+7
* 2006-06-21 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-06-211-7/+0
* 2006-06-15 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-06-161-0/+7
* Filter out sitX devices from the list.David Cantrell2006-06-131-7/+9
* A better validation check that takes IPv6 into account.Chris Lumens2006-06-081-6/+12
* Move from IPEditors to gtk.Entrys. This will help when people can enterChris Lumens2006-06-071-16/+12
* Write out IPv6 localhost (#44984).Chris Lumens2006-06-021-5/+6
* ipv6: The choice of a new generationPaul Nasrat2006-05-181-0/+1
* Allow MTU to be specified in a kickstart file as well as on the commandChris Lumens2006-05-151-0/+7
* Finish making non-UI steps pass around the anaconda object.Chris Lumens2006-05-041-3/+3
* 2006-04-26 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-04-261-0/+3
* 2006-04-26 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-04-261-5/+6
* Get ready for a surprise...David Cantrell2006-03-241-1/+2
* Create a dictionary in flags.py for storing /proc/cmdline. Nuke allChris Lumens2006-03-221-5/+3
* Move hasActiveNetDev frmo vnc to network.Chris Lumens2006-02-141-0/+15
* Put quotes around ethtool arguments (#176918).Chris Lumens2006-01-041-1/+1
* Check for ff:ff:ff:ff:ff:ff as well.Chris Lumens2005-11-291-3/+2