]> git.pld-linux.org Git - projects/rc-scripts.git/history - sysconfig/network-scripts/functions.network
One more fix.
[projects/rc-scripts.git] / sysconfig / network-scripts / functions.network
2011-03-23 Arkadiusz MiśkiewiczOne more fix.
2011-03-23 Arkadiusz MiśkiewiczReally disable IPv6.
2011-03-23 Arkadiusz MiśkiewiczDisable IPv6 if it is not enabled in config.
2011-03-21 Jan Rękorajski- add static-routes6 support (IPv6-only ip routes and...
2011-03-20 Jan Rękorajski- use proper device
2011-03-18 Jan Rękorajski- setup static routes for loopback,
2011-03-08 Arkadiusz MiśkiewiczRevert previous commit. Fix is_module instead to do...
2011-03-08 Arkadiusz MiśkiewiczLoad ipv6 and ipx only when not built into kernel.
2010-05-17 Arkadiusz MiśkiewiczSupport for max timeout as parameter.
2010-05-17 Arkadiusz MiśkiewiczDon't rely on ip link UP checking. Always to mii-tool...
2010-05-10 Jacek Konieczny- upstart_native branch merged
2010-05-02 Jacek Konieczny- support for zeroconf networking (based on information...
2009-11-22 Elan Ruusamäe- formatting
2009-11-22 Elan Ruusamäe- nwid already set earlier
2009-11-16 Tomasz Pala- unknown/unsupported: return 2 if no tools found or...
2009-11-16 Tomasz Pala- don't call check_mii_tool if ethtool or iwconfig...
2009-11-16 Tomasz Pala- check rfkill before iwconfig (more common and doesn...
2009-11-16 Tomasz Pala- it's common for WiFi that all the methods of link...
2009-08-07 hawk- '-k' is no longer valid modprobe switch
2009-06-03 Elan Ruusamäe- one local should be enough
2009-06-03 Elan Ruusamäe- i don't think cat output is localized
2009-06-02 Arkadiusz MiśkiewiczAdd rfkill support.
2009-04-23 Arkadiusz MiśkiewiczDon't rely on mii check (it's unreliable). 'radio off...
2009-03-20 Arkadiusz MiśkiewiczSet nickname only when specified in config since many...
2009-03-19 Elan Ruusamäe- use "local" not "typeset" (compatible with: pdksh...
2009-03-10 Jan Rękorajski- addlabel is IPv6 only
2009-03-10 Jan Rękorajski- allow addrlabel setting for ipv4 adresses
2009-03-10 Jan Rękorajski- remove IP6_SRC_IF dead code
2009-03-09 Jan Rękorajski- man grep, "Direct invocation as either egrep or fgrep...
2009-02-21 Arkadiusz MiśkiewiczComparsion correction.
2009-01-23 Elan Ruusamäe- local output for func internal vars
2009-01-23 Elan Ruusamäe- force LC_ALL=C when grepping data from possibly local...
2009-01-22 Arkadiusz MiśkiewiczPrefer vlan creation using iproute2, fallback to vconfig.
2008-03-24 Elan Ruusamäe- return val doc for check_{mii_tool,ethtool,iwconfig}
2007-12-08 Elan Ruusamäe- minor cosetics
2007-11-26 Elan Ruusamäe- apply SOURCES/rc-scripts-dev_alias.patch
2007-10-28 Elan Ruusamäe- allow WLAN_MODE=managed in lowercase (as it's in...
2007-10-28 Elan Ruusamäe- key index and value should be different arguments
2007-10-28 Elan Ruusamäe- [ -n "" ] and [ "" ] are the same, save some bytes...
2007-10-28 Elan Ruusamäe- handle wlan different four keys
2007-10-28 Elan Ruusamäe- reuse WLAN_ENCRYPTION
2007-10-28 Elan Ruusamäe- optimize wireless_param() by calling eval once
2007-10-28 Elan Ruusamäe- no need for LC_ALL=C to grep fixed string
2007-10-03 Arkadiusz MiśkiewiczDo sanity check only when configuration file exists.
2007-10-01 Elan Ruusamäe- support $IPADDR + $NETMASK combination if no prefix...
2007-04-26 Jan Rękorajski- use $() for command substitution
2007-04-16 Jan Rękorajski- use shell construct instead of grep in calcnetmask
2007-04-16 Jan Rękorajski- calcprefix without need of awk
2007-02-08 Elan Ruusamäe- allow tnlcfg- prefix in interface CONFIGs
2007-01-22 Elan Ruusamäe- be sure that dhcp client detection is same for ifup...
2007-01-22 Elan RuusamäeCache hostname output to call it less times
2007-01-22 Elan RuusamäeLess subshells in source_config().
2006-11-01 Elan RuusamäeAvoid "RTNETLINK answers: File exists" message and...
2006-10-18 Elan RuusamäeAvoid bringing down eth0 in case of bad config.
2006-10-02 Paweł Sikora- wireless-tools >= 29 uses `nick' command.
2006-08-31 Arkadiusz MiśkiewiczDetect if wireless interface is turned on.
2006-07-09 Adam Gołębiowski- typo; noticed by Szymon Siwek (sls (at) poczta wp pl)
2006-05-23 Elan RuusamäeTry harder to get value for WLAN_NICKNAME.
2006-01-09 Arkadiusz MiśkiewiczTypos fixed.
2006-01-07 Arkadiusz MiśkiewiczESSID setting is done only once, at the end just before...
2005-12-26 Arkadiusz MiśkiewiczFix WLAN power, txpower, retry settings. Patch by Łukas...
2005-10-26 Jan Rękorajski- more vim setting removed (don't convert tabs to spaces)
2005-10-19 Arkadiusz MiśkiewiczWorking version of calcprefix().
2005-10-16 Jan Rękorajski- removed dumb tw=78 vim setting
2005-01-02 radek- unified indentation (ts=8 sw=4, as vi modeline says)
2004-11-13 Arkadiusz MiśkiewiczLink status checking for ifup dhcp iface (from FC3).
2004-07-04 Arkadiusz MiśkiewiczAdd #!/bin/sh to fool file(1).
2004-01-10 Arkadiusz MiśkiewiczSet wireless nick to $WLAN_NICKNAME (variable) not...
2004-01-09 Arkadiusz MiśkiewiczSencond part of ppp DEVNAME fixes.
2004-01-08 Arkadiusz MiśkiewiczWhen shutting down ip rule and ip route, clear rules...
2003-12-27 Arkadiusz MiśkiewiczFix static routes conf parsing. (Arkadiusz Chomicki...
2003-12-05 Arkadiusz MiśkiewiczMove setting wireless specific settings into separate...
2003-10-12 Arkadiusz Miśkiewicz- kill gnu in PLD name (qboosh)
2003-09-22 Arkadiusz Miśkiewicz- preparation for upcoming 0.4.0.1 release
2003-06-19 Arkadiusz Miśkiewicz- use static-routes for ip rule configuration; drop...
2002-12-17 Jan Rękorajski- removed references to IPV*_FORWARDING
2002-11-08 alchemyx- updated static-nat (reversed parameters) so it works...
2002-08-24 Arkadiusz Miśkiewicz- added userspace and kernelspace PPPoE support
2002-08-21 Arkadiusz Miśkiewicz- fix support for src addresses option
2002-07-13 Arkadiusz Miśkiewicz- more TOTALNEW merge (ppp, irda, other vlan, wireless...
2002-05-11 Arkadiusz Miśkiewicz- functions.network back in old place
This page took 0.48481 seconds and 88 git commands to generate.