summaryrefslogtreecommitdiffstats
path: root/lib/network/connection.pm
Commit message (Collapse)AuthorAgeFilesLines
* Fix 'automatic' setting for network manager.Colin Guthrie2014-01-271-1/+1
| | | | | | | | | It seems to come through as a string here and is thus 'defined' so passes the check and as a string it equates to true/yes. This just adds a simple fix for this, as it's beyond my perl-fu. More eleqant fixes welcome.
* ifcfg: do not force NM_CONTROLLED to no when previously unset (interactive UI)Olivier Blin2014-01-271-1/+9
| | | | | | | | | This introduces a new "Automatic" choice for the "NM controlled" option in the UI. This "Automatic" choice removes the NM_CONTROLLED variable from the ifcfg file. The system will then choose between NetworkManager and initscripts depending on the activation of the NetworkManager daemon.
* ifcfg: Do not write the NM_CONTROLLED flag unless we know it's value.Colin Guthrie2014-01-271-1/+2
| | | | | | | | | | | If it's not read from the config, it will be read as undef, but written back as 'no'. This changes the behaviour where no setting means 'automatic' - i.e. if NM is installed, use it, otherwise don't. If the user wants to be specific, then they make the consious choice to tick the box in drakx-net. mga#6675 mga#9261
* help perl_checker (increase SNR)Thierry Vignaud2013-04-271-0/+1
|
* typo fixThierry Vignaud2013-03-071-1/+1
|
* improve MAC adress helpThierry Vignaud2013-03-061-4/+4
|
* add support for MACADDR and ETHTOOL_OPTS (Oden Eriksson, mga#8811)Thierry Vignaud2013-02-191-0/+12
|
* make sure net object is passed to get_provider_settings and set_provider methodsOlivier Blin2012-03-201-4/+3
|
* (set_provider) add a FIXME issue about an undeclared variableThierry Vignaud2012-03-201-0/+1
| | | | undeclared variable $net introduced by blino in r242689 on May 23 2008
* remove unused settings variable in connection hashOlivier Blin2011-11-231-1/+0
|
* fix parsing (and thus writing back) ACCOUNTING and NM_CONTROLLED in ifcfgOlivier Blin2011-11-211-2/+2
|
* Keep UUID, NAME and LAST_CONNECT for NetworkManager to work correctly.Dexter Morgan2011-02-031-0/+6
| | | | | Merge mdv commit 271837
* Allow interface to be controlled by NetworkManagerDexter Morgan2011-02-031-0/+3
| | | | | Merge mdv commit 271832
* Spelling fix.Eugeni Dodonov2009-08-171-1/+1
|
* Support for network accounting configuration.Eugeni Dodonov2009-05-081-0/+3
|
* do not crash if no o_net is passedOlivier Blin2009-04-151-1/+1
|
* Correctly saving hostname (#49827).Eugeni Dodonov2009-04-141-1/+4
|
* Checking for connection to be up during installation.Eugeni Dodonov2009-03-311-0/+2
|
* set NETWORKING=yes when configuring an interfaceOlivier Blin2009-03-251-1/+2
|
* Support editing MTU value (#45394).Eugeni Dodonov2009-02-161-0/+2
|
* Preserving MTU settings (#45969).Eugeni Dodonov2009-02-131-0/+2
|
* add has_unique_network methodOlivier Blin2008-05-281-0/+2
|
* reload provider settings only when apply provider settingsOlivier Blin2008-05-261-1/+1
|
* apply provider settings when provider is setOlivier Blin2008-05-231-0/+7
|
* do not incorrectly provide get_networks in network::connectionOlivier Blin2008-05-191-2/+1
|
* do not override already selected providerOlivier Blin2008-05-181-1/+1
|
* move provider settings guess in connection objectOlivier Blin2008-05-181-0/+9
|
* add usage commentOlivier Blin2008-05-181-0/+1
|
* move provider settings interactive data in connection objectOlivier Blin2008-05-181-0/+13
|
* move more provider setting code in connection objectOlivier Blin2008-05-181-2/+5
|
* add network::connection::get_networks (so that we can know if a networks ↵Olivier Blin2008-05-181-0/+6
| | | | probe has already been performed)
* include interface name when selecting device in drakconnectOlivier Blin2008-03-051-0/+7
|
* update docOlivier Blin2008-02-261-2/+6
|
* add check_hardware_is_slow in network::connectionOlivier Blin2008-02-261-0/+2
|
* factorize selected_network_is_configuredOlivier Blin2008-02-201-0/+7
|
* do not hardcode icon size in get_type_icon implementation, make it optionalOlivier Blin2007-09-191-1/+18
|
* fallback on type icon if no status icon is availableOlivier Blin2007-09-101-0/+1
|
* add get_status_icon()Olivier Blin2007-09-101-0/+13
|
* do not hardcode icon extension and pathOlivier Blin2007-09-101-1/+1
|
* replace pipe characters with space in device descriptionsOlivier Blin2007-08-201-1/+3
|
* sync with 2007.1 (because of SVN loss)2007.1Olivier Blin2007-05-251-0/+235