summaryrefslogtreecommitdiffstats
path: root/perl-install/network/ethernet.pm
Commit message (Collapse)AuthorAgeFilesLines
...
* (wip but requested for string freeze)Thierry Vignaud2003-12-291-107/+6
| | | | | | | - do not silently discard errors by ignoring exceptions - use new wizard layer - begin to renew wizard steps (mdk10.0 specs)
* (configureNetwork) fix zeroconf configuring: check that there noThierry Vignaud2003-12-041-1/+1
| | | | | dynamic interfaces instead of just checking the last interface
* (configureNetwork) configureNetworkNet() wrongly putThierry Vignaud2003-12-041-1/+1
| | | | | | | | | | | | WIRELESS_NWID=HASH(0x8e93758) in ifcfg-<intf> because we give it the last configured network card intead of the interfaces list however, for a few weeks, it now checks if some interfaces are dynamic before offering to configure zeroconf, hence there was a bug since we only checked if *last* interfaces wasn't static which would results in wrong configuration if some interface were dynamics but the last one was static
* (conf_network_card_backend) use getNetDriver() rather than relying onThierry Vignaud2003-11-071-1/+1
| | | | | | ethX alias for mapping the ethX interface to the driver that created it thus fixing quite old detection bugs
* (configure_eth_aliases) let the autoprobing load modules tooThierry Vignaud2003-11-061-1/+0
|
* let only remove aliases on bootstrapping (ie only in harddrakeThierry Vignaud2003-11-061-1/+0
| | | | | caller); it's safer
* (configure_eth_aliases) introduce it to autoconfigure all ethernetThierry Vignaud2003-11-061-0/+10
| | | | | aliases (MdkMove, harddrake service, drakconnect)
* (configureNetwork) alter remove_alias() callers for new APIThierry Vignaud2003-11-061-1/+1
|
* simplify pcmcia matchingThierry Vignaud2003-11-061-5/+2
|
* save a useless ifconfig forkThierry Vignaud2003-11-061-1/+0
|
* document dams logicThierry Vignaud2003-11-061-1/+1
|
* (conf_network_card_backend) fix unseen/unconfigured usb wirelessThierry Vignaud2003-11-061-2/+1
| | | | | | | | | devices due to francois trap for aliased interfaces (new detect_device::getNet() filter out aliases which were the reasons for the test) btw, if no alias was found, there's a bug somewhere
* network interface configuration step: using network interface fromThierry Vignaud2003-10-081-3/+4
| | | | | | interface/driver list is more robust that relying on possibly empty int variable (better #3276 fix)
* fix #3276: when steping back in drakconnect wizard, do not overwriteThierry Vignaud2003-10-061-3/+3
| | | | | first card parameters with last one's
* fix typo (thanks to perl_checker)Pascal Rigaux2003-07-301-1/+1
|
* cleanup (especially ensure $interface is not something like "eth0 (usingPascal Rigaux2003-07-301-12/+10
| | | | | module ...)" but only "eth0" (cf network/network.pm 1.130 nasty change)
* proxy configuration step: do not go back two steps back on "previous"Thierry Vignaud2003-07-171-1/+2
| | | | | click, but only one back
* - drop $::ExpertDamien Chaumette2003-06-121-4/+4
| | | | | - drop $netc->{ZEROCONF_HOSTNAME}, only need regexp
* - drop $::ExpertDamien Chaumette2003-06-121-23/+9
| | | | | - simplify code
* #763 #2336 fix alias in modules.confDamien Chaumette2003-05-201-0/+5
|
* perl_checker compliantDamien Chaumette2003-05-201-8/+7
|
* perl_checker fixesDamien Chaumette2003-05-051-5/+5
|
* fix typoDamien Chaumette2003-05-021-1/+1
|
* new perl_checker compliancePascal Rigaux2003-04-171-1/+1
|
* use $::prefix, waiting for 9.1 to be out before cleaning network modules.Francois Pons2003-03-111-1/+1
|
* avoid virtual ethX to be reconfigured by drakconnectFrancois Pons2003-03-061-7/+5
|
* fixed ifconfig invocation and state analysis in install mode.Francois Pons2003-03-061-3/+4
|
* fix to avoid creating an ifcfg-1 config file.Frederic Lepied2003-03-051-7/+8
|
* avoid being pertubed by created virtual interface (no inet addre norFrancois Pons2003-03-041-3/+3
| | | | | physicall card behing)
* Configure hostname only in expert mode.Frederic Lepied2003-02-281-7/+3
|
* to workaround perl bug removing UTF8 flag when passing scalars to die's, passGuillaume Cottenceau2003-02-191-1/+1
| | | | | | a scalar-ref. but we need to de-ref, so it might break many things :). let's make a prayer :).
* perl generate undef indefinitely from the voidThierry Vignaud2003-02-171-1/+1
|
* - set_help is deprecatedPascal Rigaux2003-02-131-3/+3
| | | | | | | - it is replaced by interactive_help_id on each ask_* - many set_help do not have any correspondance in help.pm (drakxid-*), those are commented for now
* add CVS $IdPascal Rigaux2003-02-131-1/+1
|
* added a text to describe the Zeroconf host name fieldFrederic Lepied2003-02-101-2/+5
|
* perl_checker fixesThierry Vignaud2003-02-101-1/+1
|
* check that zeroconf hostname doesn"t contain a .Frederic Lepied2003-02-091-1/+9
|
* fixed my own suckingDamien Chaumette2003-02-051-0/+1
|
* - fix zeroconf supportDamien Chaumette2003-02-031-8/+3
| | | | | - cleanups
* zeroconfDamien Chaumette2003-01-311-1/+3
|
* adapt to new category network/gigabit (which used to be in network/main)Pascal Rigaux2003-01-301-3/+3
|
* - perl_checker compliantDamien Chaumette2003-01-231-3/+1
| | | | | | | | - s/$pump/$auto_ip/ - use join('', if_(..), if_(..)) - each_index instead of for - various fixes
* - force use strictThierry Vignaud2003-01-231-1/+1
| | | | | - perl_checker fix
* English proofreading by Stew BenedictsPablo Saratxaga2003-01-211-2/+2
|
* - zero conf is avaible in drakconnect, with/without dhcpDamien Chaumette2003-01-201-15/+5
| | | | | - install tmdns and zcip packages when needed
* - some changes to dhcp behavior for beta2 (not clean yet)Damien Chaumette2003-01-171-1/+3
|
* use "if any" instead of "if grep", and various other occurences of "any", ↵Pascal Rigaux2003-01-071-1/+1
| | | | "every", "partition"
* move any::load_category() to network::interactive::load_category()Pascal Rigaux2002-12-291-3/+3
| | | | | (and a few other functions which are only used by load_category())
* - move any::pppConfig() to network::modem::ppp_configure()Pascal Rigaux2002-12-291-1/+1
| | | | | | | | | | | | | | | | - move any::miscellaneousNetwork() to network::network::proxy_configure() (and uses the parameter instead of $::o->{miscellaneous}) - move network::network::miscellaneousNetwork() to network::network::miscellaneous_choose() (and do not export it) (and uses a parameter instead of $::o->{miscellaneous}) - move network::modem::pppConfig() to network::modem::ppp_choose() (and change parameter order, and drop unused parameter $intf) - do not export network::network::write_interface_conf() (since it is only used locally (?)) - cleanup network::network::write_interface_conf() (one still needs to pass $::o->{miscellaneous}{track_network_id} more cleanly, and use run_program::rooted when calling /sbin/ip)
* remove unused variables or rename them with an underscore (eg: $o becomes $_o)Pascal Rigaux2002-12-041-2/+2
|