summaryrefslogtreecommitdiffstats
path: root/lib/network/connection/ethernet.pm
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Change default DHCP client to dhcpcd and remove dhclient (mga#30938)"Martin Whitaker2023-08-191-2/+2
| | | | | | | This reverts commit 69b30df9af481c62601aa3a42b965f9ffebc921d. The change broke the ability to bring up networking (to add on-line media) when using the classical installer ISO to update a system that used the legacy network scripts.
* Change default DHCP client to dhcpcd and remove dhclient (mga#30938)Martin Whitaker2023-06-241-2/+2
|
* Enable IPv6 by defaultzezinho422020-05-231-1/+1
| | | | | | Nowadays, IPv6 connections are very common, and other OS enable it by default. Until now, we only enabled IPv6 is user asked for a tunnel. Mageia 8 will now be IPv6 ready ;-)
* simplify: use //= where appropirateThierry Vignaud2018-10-301-4/+4
|
* Nuke the use of udev rules for network device namesColin Guthrie2014-01-051-23/+0
| | | | | | Persistent device names make it no longer relevant. mga#11592
* Nuke the use of /etc/iftab (it's no longer useful) mga#11592Colin Guthrie2014-01-051-18/+0
|
* help perl_checker (increase SNR)Thierry Vignaud2013-04-271-0/+1
|
* tokenring support has been removed from kernel-3.5Thierry Vignaud2012-09-041-1/+1
|
* perl_checker cleanupsThierry Vignaud2012-03-201-5/+4
|
* revert buggy commitOlivier Blin2011-11-211-1/+0
|
* fix parsing (and thus writing back) ACCOUNTING and NM_CONTROLLED in ifcfgOlivier Blin2011-11-211-0/+1
|
* revert bogus part of last commitThierry Vignaud2011-11-181-1/+1
|
* update main catalog (#3371)Thierry Vignaud2011-11-181-1/+1
|
* fix detecting sysfs bus (only applies to ieee1394 subsystem)Olivier Blin2010-04-301-1/+1
|
* Don't guess gateway and nameserver if not specified (bug #28033)Claudio Matsuoka2010-01-141-2/+5
| | | | | | | | | Sometimes we don't want a default route to be set when configuring a network interface with static address. The typical case is when we have an external interface with dhcp and default route to the internet and a static interface connected to the local network. See bug 28033 for details.
* English fixes.Eugeni Dodonov2009-08-171-2/+2
|
* Simplify duplicated IP check and prevent crashing if not found.Eugeni Dodonov2009-07-111-3/+2
|
* Show what device we are conflicting with for duplicate addresses.Eugeni Dodonov2009-06-251-2/+6
|
* Added help for hostname settings (#35143, #38557, #47364).Eugeni Dodonov2009-06-251-2/+4
|
* Show default hostname when no hostname was defined, to have visualEugeni Dodonov2009-06-251-0/+2
| | | | | feedback on what will be used if user does not changes the hostname (#35143, #38557, #47364).
* Preserving wireless network settings (patch by Christian Lohmaier, bug #46010).Eugeni Dodonov2009-06-011-0/+4
|
* Added e1000e to the list of cards requiring LINK_DETECTION_DELAY (#49335).Eugeni Dodonov2009-05-061-1/+1
|
* Using correct 70-persistent-net-rules file during installation (#49156).Eugeni Dodonov2009-04-071-1/+1
|
* Spelling change for 'Assign host name from DHCP address' option (#41886).Eugeni Dodonov2009-03-301-1/+1
|
* Saving udev configuration when writing network settings.Eugeni Dodonov2009-03-201-0/+2
|
* Correctly writing udev rules for network devices.Eugeni Dodonov2009-02-191-3/+6
|
* More informative message when trying to configure an address which isEugeni Dodonov2009-02-111-1/+1
| | | | already in use (#16595).
* add description for ethernet and wireless typesOlivier Blin2008-11-171-0/+1
|
* remember ethernet interface, it is not likely to change, and it is useful to ↵Olivier Blin2008-11-171-1/+1
| | | | keep it to match objects with interfaces on device removal events
* rely on module name instead of sysfs driver name (#42990)Olivier Blin2008-09-101-2/+2
|
* do not blacklist ifplugd for via_velocity, use a link detection delay ↵Olivier Blin2008-05-151-2/+2
| | | | instead (reported working by Stefan van der Eijk)
* fix blacklisting via_velocity for ifplugdOlivier Blin2008-05-151-1/+1
|
* allow to skip protocol and address configuration (defaulting to dhcp) if ↵Olivier Blin2008-05-121-2/+4
| | | | AUTOMATIC_ADDRESS is true in /etc/sysconfig/drakx-net
* make modules_conf optional when finding interface driverOlivier Blin2008-04-291-3/+3
|
* do not set RESOLV_MODS to "yes" if PEERDNS is "yes" for ethernet connectionsOlivier Blin2008-04-031-1/+1
|
* add a link detection delay for b44 module (#38795)Olivier Blin2008-04-021-1/+1
|
* always set interface for unlisted devicesOlivier Blin2008-03-051-1/+2
|
* prefer real interfaces over virtual/vlanOlivier Blin2008-03-051-1/+2
|
* copy device hash not to override descriptionsOlivier Blin2008-03-051-5/+3
|
* perl_checker fixOlivier Blin2008-03-051-1/+1
|
* styleOlivier Blin2008-03-051-3/+6
|
* do not update iftab for vlan interfaces eitherOlivier Blin2008-03-051-2/+2
|
* add utility functions for real/vlan/virtual interfacesOlivier Blin2008-03-051-4/+5
|
* find sysfs device for alias interfaces (allows to uniquify Zeroconf ↵Olivier Blin2008-03-051-0/+1
| | | | interfaces, #38310)
* improve support for virtual interfacesOlivier Blin2008-03-051-1/+4
|
* fix crash during ethernet devices detection (#33517, undefined value as a ↵Olivier Blin2008-02-291-1/+2
| | | | HASH reference)
* use cached result for detected devices, update it when needed onlyOlivier Blin2008-02-281-3/+5
|
* write modalias for ethernet and wireless interfaces (#34660, #37026, #37106)Olivier Blin2008-02-221-0/+4
|
* expand for next commitOlivier Blin2008-02-221-1/+3
|
* do not hardcode icon size in get_type_icon implementation, make it optionalOlivier Blin2007-09-191-1/+1
|