summaryrefslogtreecommitdiffstats
path: root/perl-install/network/ethernet.pm
Commit message (Expand)AuthorAgeFilesLines
...
* update mac address in network::ethernet::get_eth_cards to be sure iftab is al...Olivier Blin2004-08-201-0/+20
* use network::ethernet::get_eth_categories() when neededOlivier Blin2004-08-171-0/+1
* add network::ethernet::get_eth_categoriesOlivier Blin2004-08-171-0/+4
* drop network::ethernet::conf_network_card_backendOlivier Blin2004-08-171-37/+0
* (conf_network_card_backend) set NET_INTERFACE tooOlivier Blin2004-08-171-1/+1
* kill set_cnx_script usage, replace cnx_scripts with ifup/ifdownOlivier Blin2004-08-041-8/+0
* - %modules::conf is no more a global, so many functions need passing $modules...Pascal Rigaux2004-07-211-13/+14
* - rename add_alias() into set_alias()Pascal Rigaux2004-07-081-2/+2
* modules::mergein_conf() doesn't need to be given /etc/modules.confPascal Rigaux2004-07-071-1/+1
* (get_eth_cards) fallback on sysfs in order to get driver and cardThierry Vignaud2004-05-281-0/+11
* (mapIntfToDevice) only try to lookup pci or usb device by bus locationThierry Vignaud2004-05-251-1/+2
* (get_eth_cards) brown paper bug: fix card name lookup when driver doesThierry Vignaud2004-05-251-1/+1
* use @cards instead of $#cards as told by master pipiDamien Chaumette2004-05-041-1/+1
* perl_checker fixesDamien Chaumette2004-05-041-3/+3
* (get_eth_cards) if SIOCETHTOOL ioctl is not supported by driver, tryThierry Vignaud2004-03-171-0/+4
* (mapIntfToDevice) do not try to match a physical device when SIOCETHTOOL ioct...Thierry Vignaud2004-03-151-2/+3
* write ethX aliases and ifup/ifdown scripts when configuring a LAN connectionThierry Vignaud2004-02-231-1/+0
* (conf_network_card_backend) update its doc now that it has been splited inThierry Vignaud2004-02-231-5/+6
* (mapIntfToDevice) match pci function too (not that important since weThierry Vignaud2004-02-101-2/+2
* (ether_conf) rename it as write_ether_conf()Thierry Vignaud2004-02-091-1/+1
* (mapIntfToDevice) fix pci/usb ethernet devices matchingThierry Vignaud2004-02-091-1/+1
* (get_eth_cards) try first to match a pcmcia device before trying toThierry Vignaud2004-02-051-4/+9
* - add network::ethernet::get_eth_cards_namesDamien Chaumette2004-02-041-0/+10
* this module does not need anymore pseudo global variablesThierry Vignaud2004-02-021-2/+0
* (get_eth_cards) handle not loaded driversThierry Vignaud2004-02-021-1/+2
* (conf_network_card_backend) make type and interface arguments mandatoryThierry Vignaud2004-01-301-6/+6
* convert some write_cnx_script() callers into set_cnx_script() onesThierry Vignaud2004-01-291-1/+1
* (conf_network_card_backend) insert a bug noticeThierry Vignaud2004-01-291-0/+1
* (conf_network_card_backend) remove compat stuff since callers wereThierry Vignaud2004-01-291-2/+0
* (mapIntfToDevice) actually use given interface rather than hardcoded "eth0"Thierry Vignaud2004-01-261-1/+1
* cleanupsThierry Vignaud2004-01-261-7/+4
* (get_eth_cards)Thierry Vignaud2004-01-261-15/+21
* (mapIntfToDevice) introduce it in order to map a network interface to aThierry Vignaud2004-01-261-1/+8
* get rid of pseudo global $prefix, just reuse global $::prefix :-)Thierry Vignaud2004-01-261-4/+4
* do not export dead functionsThierry Vignaud2004-01-161-1/+1
* write_conf() doesn't need $prefix anymorePascal Rigaux2004-01-051-1/+1
* (wip but requested for string freeze)Thierry Vignaud2003-12-291-107/+6
* (configureNetwork) fix zeroconf configuring: check that there noThierry Vignaud2003-12-041-1/+1
* (configureNetwork) configureNetworkNet() wrongly putThierry Vignaud2003-12-041-1/+1
* (conf_network_card_backend) use getNetDriver() rather than relying onThierry Vignaud2003-11-071-1/+1
* (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
* (configure_eth_aliases) introduce it to autoconfigure all ethernetThierry Vignaud2003-11-061-0/+10
* (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
* network interface configuration step: using network interface fromThierry Vignaud2003-10-081-3/+4
* fix #3276: when steping back in drakconnect wizard, do not overwriteThierry Vignaud2003-10-061-3/+3