summaryrefslogtreecommitdiffstats
path: root/perl-install/network/ethernet.pm
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'MDK92-AMD64'.MDK92-AMD64Mystery Man2003-11-211-3/+4
* 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
* proxy configuration step: do not go back two steps back on "previous"Thierry Vignaud2003-07-171-1/+2
* - drop $::ExpertDamien Chaumette2003-06-121-4/+4
* - drop $::ExpertDamien Chaumette2003-06-121-23/+9
* #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
* 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
* perl generate undef indefinitely from the voidThierry Vignaud2003-02-171-1/+1
* - set_help is deprecatedPascal Rigaux2003-02-131-3/+3
* 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
* 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
* - force use strictThierry Vignaud2003-01-231-1/+1
* English proofreading by Stew BenedictsPablo Saratxaga2003-01-211-2/+2
* - zero conf is avaible in drakconnect, with/without dhcpDamien Chaumette2003-01-201-15/+5
* - 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", "ev...Pascal Rigaux2003-01-071-1/+1
* move any::load_category() to network::interactive::load_category()Pascal Rigaux2002-12-291-3/+3
* - move any::pppConfig() to network::modem::ppp_configure()Pascal Rigaux2002-12-291-1/+1
* remove unused variables or rename them with an underscore (eg: $o becomes $_o)Pascal Rigaux2002-12-041-2/+2
* perl_checker adaptationsPascal Rigaux2002-11-281-1/+1
* perl_checker adaptationsPascal Rigaux2002-11-271-1/+1
* add support ADIModem.Francois Pons2002-11-251-2/+3
* removed reference to ...->{nb_cards} no more used.Francois Pons2002-11-251-2/+0
* removed 2 labels and 2 gotos by a very simple while, dam's is really greatFrancois Pons2002-11-251-6/+5
* default dhcp client is dhcp-clientFrederic Lepied2002-11-191-8/+8
* add/remove spaces to make perl_checker happyPascal Rigaux2002-11-131-6/+6
* add or remove spaces where need to please perl_checkerPascal Rigaux2002-11-111-3/+3
* various small syntax enhancements to please perl_checkerPascal Rigaux2002-11-111-1/+1
* replace "_" with "N" and "__" with "N_"Pascal Rigaux2002-11-061-17/+17
* Fix configureNetwork to fit with new any::load_category_prompt_for_more behaviorDamien Chaumette2002-09-241-1/+1
* - check DNS & Gateway IPDamien Chaumette2002-09-091-1/+1
* - fix previous behavior in Expert mode... (100% lazy loop free this time)Damien Chaumette2002-09-021-1/+2