summaryrefslogtreecommitdiffstats
path: root/network.py
Commit message (Collapse)AuthorAgeFilesLines
...
* * network.py: Make sure we compare the lowercase version of bootprotoDavid Cantrell2006-09-191-6/+6
| | | | because 'dhcp' does not equal 'DHCP'.
* * network.py: Added the useIPv4 and useIPv6 flags to the Network class.David Cantrell2006-09-181-2/+13
| | | | | | | | | | | | | | These are used in the network configuration dialog boxes. Set based on existing network configuration, or initialize to true. * network.py: Read in IPV6_AUTOCONF variable from the network-script if it exists. We need this for the RFC 2462 auto configuration setting. * iw/network_gui.py: Set the IPv4 and IPv6 enable check boxes based on the useIPv4 and useIPv6 flags in the Network class. * iw/network_gui.py: Add column labels so users have an idea of what goes in the _____ / _____ entry boxes.
* * network.py (Network.lookupHostname): Use socket.getaddrinfo() soDavid Cantrell2006-08-111-3/+10
| | | | we can support IPv4 and IPv6.
* 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
| | | | | | | | * loader2/net.c (setupNetworkDeviceConfig): Remove s390 hack * network.py (sanityCheckIPString): Remove s390 hack * isys/isys.py (sync): Remove s390 hack
* 2006-06-15 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-06-161-0/+7
| | | | * network.py (sanityCheckIPString): More s390 inet_pton breakage
* 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
| | | | IPv6 addresses so we don't have a thousand little boxes on the screen.
* 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
| | | | line (#191328).
* 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
| | | | | * network.py (Network.__init__): Don't reconfig network if using rootpath mode
* 2006-04-26 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-04-261-5/+6
| | | | | * network.py (Network.lookupHostname): Don't change network config in rootpath mode (#185930)
* Get ready for a surprise...David Cantrell2006-03-241-1/+2
| | | | not really. It's just iutil.getArch() -> rhpl.getArch() updates.
* Create a dictionary in flags.py for storing /proc/cmdline. Nuke allChris Lumens2006-03-221-5/+3
| | | | references to /proc/cmdline from everywhere else in favor of this dict.
* 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
|
* 2005-08-25 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-08-251-4/+0
| | | | | * network.py (NetworkDevice.__init__): Don't set some types that aren't really relevant (#136188, #157193)
* Use new logging system.Chris Lumens2005-08-121-6/+8
|
* Use the right enum. Not that it makes much difference here.Bill Nottingham2005-07-211-1/+1
|
* Fix multiple NICs in kickstart config files (#158566).Chris Lumens2005-07-131-0/+1
|
* Put fixes for #138852 and #146915 on HEADPaul Nasrat2005-02-081-0/+10
|
* 2004-12-23 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-12-231-0/+8
| | | | | | * network.py (Network.available): Work around kudzu not being able to determine which netdev is which and set hwaddrs anyway (except on s390 to avoid setting it on qeth) (#143535)
* 2004-11-30 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-12-011-1/+11
| | | | | * network.py (Network.write): Write WEPKEY in /etc/sysconfig/network-scripts/keys-$DEVNAME with mode 0600 (#140645)
* 2004-10-12 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-10-121-0/+3
| | | | | * network.py (Network.__init__): Don't save the hwaddr for qeth (#135023)
* - add support for CTC protocol selection #132324, #132325Karsten Hopp2004-09-131-1/+1
|
* - Things are getting complicated.Karsten Hopp2004-09-011-6/+2
| | | | | | | qeth can hav eth, hsi and tr interfaces, lcs can have eth and tr interfaces, too. We can't tell apart if p.e. eth0 is qeth or lcs, but need to know it for sysfs configuration. Remove TYPE=QETH hack and use a more generic NETTYPE instead
* there are no esconX or lcsX interfaces anymoreKarsten Hopp2004-08-301-4/+0
|
* - first attempt to fix iucv configuration (#127844)Karsten Hopp2004-08-021-1/+1
|
* preserve essid and wepkeyJeremy Katz2004-05-271-1/+2
|
* add support for LCS and ccwgroup devices, fix tracebackKarsten Hopp2004-05-261-2/+8
|
* really fixJeremy Katz2004-05-061-1/+1
|
* token ring fix (#120940)Jeremy Katz2004-05-061-1/+1
|
* don't do probe allJeremy Katz2004-03-041-1/+1
|
* only try to add the key if the value isn't None (#113054)Jeremy Katz2004-01-071-1/+1
|
* add dhcp class id support (#107946). requires pump >= 0.8.20Jeremy Katz2004-01-061-1/+5
|
* fix overzealous overriding of hostname for dhcpJeremy Katz2003-10-211-2/+0
|
* only try to get nameserver information from onboot devs and try to avoidJeremy Katz2003-10-161-4/+10
| | | | ending up with an empty resolv.conf for post-install (#107241, others)
* overridedhcp hostname if dhcp and --hostname specifiedJeremy Katz2003-09-291-2/+5
|
* write out DHCP_HOSTNAME if we have an overriden hostname (#81613)Jeremy Katz2003-09-251-0/+6
|
* merge from taroon branchJeremy Katz2003-08-271-0/+4
|
* fix for bug #78627 - enhancements and fixes for ks network directiveMike Fulbright2003-08-251-0/+3
|
* merge changes from taroon branchJeremy Katz2003-08-201-1/+4
|
* write out device description to ifcfg-ethX filesMike Fulbright2003-08-141-0/+3
|
* add length check for hostnameMike Fulbright2003-08-121-0/+3
|
* Fix typo.sopwith2003-08-081-1/+1
|
* add the short hostname (#101728)Jeremy Katz2003-08-071-1/+5
|