summaryrefslogtreecommitdiffstats
path: root/perl-install/network
Commit message (Expand)AuthorAgeFilesLines
* fix typoOlivier Blin2004-09-131-4/+4
* (setup_capi_conf) install isdn4k-utilsOlivier Blin2004-09-131-0/+2
* (get_default_ippp_interface) use interfaces with true DIAL_ON_IFUPOlivier Blin2004-09-131-1/+1
* do not auto-select static/dhcp if the provider uses pppoeOlivier Blin2004-09-131-1/+1
* only write ifcfg-sagem when neededOlivier Blin2004-09-131-6/+6
* add isdn_driver step to be able to choose between hisax and capi driversOlivier Blin2004-09-131-5/+25
* handle capi driversOlivier Blin2004-09-131-8/+61
* do not ask if network should be started on boot if it has already beenOlivier Blin2004-09-101-1/+1
* fix stupid thingsOlivier Blin2004-09-101-3/+3
* fix indentation and CVS IdOlivier Blin2004-09-101-59/+59
* (update_status) handle decimal ping time with comma instead of dotOlivier Blin2004-09-101-1/+1
* add @isdn_capi array of cards than can use capi driversOlivier Blin2004-09-091-1/+106
* (read_all_conf) remove spurous character from regexpThierry Vignaud2004-09-091-1/+1
* (read_all_conf) ignore rpm's backups (#10816)Thierry Vignaud2004-09-091-0/+1
* (configureNetwork2) update iftab when config is writtenOlivier Blin2004-09-081-0/+3
* remove update_eth_card_iftab(), add update_iftab()Olivier Blin2004-09-081-12/+10
* load modules for pppoe connections during install (partial fix for #11189)Olivier Blin2004-09-071-0/+1
* I suxOlivier Blin2004-09-071-1/+1
* (get_interface_type) ethernet devices can be used as adsl devicesOlivier Blin2004-09-071-1/+1
* pppoa shouldn't be selected by default for ethernet devices, fallback on pppoeOlivier Blin2004-09-071-0/+2
* use fctStartAdsl for eagle-usb in dhcp/static modesOlivier Blin2004-09-071-2/+3
* fix stupid errorOlivier Blin2004-09-061-1/+1
* adjust tests, dhcp/static adsl connections can now use non-ethernet devicesOlivier Blin2004-09-061-2/+2
* write sagem specific stuff for dhcp/static connectionsOlivier Blin2004-09-061-0/+1
* (adsl_conf_backend) explode sagem specific stuff to sagem_set_parameters()Olivier Blin2004-09-061-13/+15
* always ask adsl providerOlivier Blin2004-09-061-2/+1
* (ppp_read_conf) override Authentication if it does not contain a digit charac...Olivier Blin2004-09-061-1/+1
* (ppp_read_conf) try to read kppp config from user dirOlivier Blin2004-09-061-1/+11
* (ppp_read_conf) return modem configurationOlivier Blin2004-09-061-0/+2
* (ppp_read_conf) use /dev/modem if no modem was detected (do not crashOlivier Blin2004-09-061-1/+4
* keep linmodem message for Hcf and HsfOlivier Blin2004-09-061-0/+6
* remove wrong message about linmodems (#11224)Olivier Blin2004-09-061-6/+0
* (findIntf, read_all_conf) use default DEVICE field only at lastOlivier Blin2004-09-031-4/+6
* (write_interface_conf) remove quotes if DEVICE is the result of a commandOlivier Blin2004-09-031-0/+1
* support DHCP and manual for sagem devicesOlivier Blin2004-09-031-1/+6
* remove horrible and unneeded workaroundOlivier Blin2004-09-031-1/+1
* (configureNetwork2) use key from $intf hash to determine ifcfgOlivier Blin2004-09-031-1/+1
* shut up perl_checker!Olivier Blin2004-09-031-1/+1
* remove test_internet_connection(), use network::test insteadOlivier Blin2004-09-031-17/+0
* (get_interface_type) enhance detection for adsl devicesOlivier Blin2004-09-031-1/+2
* (write_interface_conf) allow TYPE field, will be used to recognize ADSL inter...Olivier Blin2004-09-031-1/+1
* adapt to new fctStartAdslOlivier Blin2004-09-031-1/+1
* initial import of connection test packageOlivier Blin2004-09-021-0/+158
* revert titi fix, do not return random interface if internet connectionOlivier Blin2004-09-011-3/+1
* symlink resolv.conf in install root, so that it works for dhcp tooOlivier Blin2004-09-011-4/+4
* write /etc/resolv.conf in install rootOlivier Blin2004-09-011-1/+5
* do not use find over grep, just findOlivier Blin2004-09-011-10/+3
* (get_internet_connection) if no default route exits, take first route in orderThierry Vignaud2004-09-011-1/+3
* use the loc zone in policy only if the loc interface existsFlorin Grad2004-08-311-2/+1
* write ifcfg files for NET_DEVICE if it's ethernet (pptp, pppoe)Olivier Blin2004-08-301-2/+14