summaryrefslogtreecommitdiffstats
path: root/etc/rc.linkup
Commit message (Expand)AuthorAgeFilesLines
* Fix lineup of copyright linesPhil Davis2015-01-011-21/+21
* Do not restart unneeded services. Also triger configuration for the proper in...Ermal LUÇI2014-12-181-1/+3
* Lock rc.linkup based on interface to avoid races in between up/down events wh...Ermal LUÇI2014-12-021-1/+4
* use correct variable hereChris Buechler2014-11-271-1/+1
* Simplify code flow not functional change just aesthetics.Ermal LUÇI2014-11-271-42/+43
* Put a comment for the wierd code hereErmal LUÇI2014-11-271-0/+1
* Handle recovering of ppp types as pppoe/l2tp/pp2p when the parent comes up. I...Ermal LUÇI2014-11-271-1/+17
* This is revrsed conversion. The linkup script should run after booting not du...Ermal LUÇI2014-11-261-1/+1
* Actually rc.linkup needs the parent search for example on ppp type wans.Ermal LUÇI2014-11-261-1/+1
* Go through the same checks when called from command line and when called from...Ermal LUÇI2014-11-261-12/+14
* Silence this error during bootupErmal LUÇI2014-11-261-1/+2
* Rather than set the g['booting'] on globals provide a function to test for th...Ermal LUÇI2014-11-261-2/+1
* Make this more readble and also do not trigger an interface_bring_up on a dow...Ermal LUÇI2014-11-261-5/+9
* Correct the variable name typo to allow rc.linkup to function properly.Ermal LUÇI2014-11-261-1/+1
* Ignore linkup/down events on disabled interfaces.Ermal LUÇI2014-11-251-0/+5
* Ignore empty interfaces and ovpn ones on linkup since they should not trigger...Ermal LUÇI2014-11-241-5/+11
* Pass friendlyifname to handle_argument_group, not realifname. Fixes #3984. cl...Chris Buechler2014-11-051-4/+6
* isset($_GET) seems to always evaluate to true, use something more specific. F...Chris Buechler2014-11-051-1/+1
* Take care of the loops reported for OpenVPN in tap mode. Also fixes the probl...Ermal2014-04-121-1/+2
* Make scripts able to react when called from FCGI with GET methodErmal2013-12-131-0/+5
* Correct typo on variable nameErmal2013-09-031-1/+1
* Enforce the checking of booting up for linkup eventsErmal2013-07-031-3/+1
* Pull code from the calling place rather than the interfaces.incErmal2013-05-071-0/+2
* Reload routes etc when rc.linkup happensPhil Davis2013-05-071-1/+1
* Configure static arp inside interface_configure() since it removes all interf...Renato Botelho2013-04-111-1/+0
* Properly tune rc.linkup for dual stackErmal2013-03-181-7/+12
* Make the script rc.linkuip compatible with ipv6 as well.Ermal2012-12-191-23/+24
* Move interfaces_staticarp_configure() to interfaces.inc where it really belongs.jim-p2011-06-291-1/+0
* Instead of deleting arp entries, reconfigure static arp. For interfaces witho...jim-p2011-06-291-5/+4
* Fixes #1508. When an interface is configured as static and an up event comes ...Ermal2011-05-191-0/+2
* At least bring the interface up. Sometimes even though the linkup is reported...Ermal2011-01-261-0/+1
* Ticket #846. Do not try to add an interface to the bridge during an event of ...Ermal2010-08-301-1/+2
* Ticket #846. Do not reconfigure an 'none' configured interface.Ermal2010-08-301-1/+1
* partially fix linkup. ticket #656Chris Buechler2010-07-251-0/+6
* Fix booting checks. Part of ticket #53.jim-p2010-05-111-1/+2
* fix textChris Buechler2009-12-201-1/+1
* Decouple filter.inc from functions.inc. There is no need to process filter f...Scott Ullrich2009-11-211-0/+2
* * Hide interfaces internals to other code and use the propper interfaces.Ermal Luçi2009-03-301-2/+2
* Remove blank newlineScott Ullrich2009-03-181-1/+2
* Do not ignore interface events even for pppoe/pptp it does no good.Ermal Luçi2009-03-011-14/+13
* Use correct variableErmal Luçi2009-02-281-1/+1
* Remove redundant checkSeth Mos2008-11-101-11/+0
* Be smarter parsing the command line before passing it into handle_argument_gr...Seth Mos2008-11-101-5/+21
* Bring order and simplify logic.Ermal Luçi2008-10-191-56/+50
* * Remove bigpond support from backend.Ermal Luçi2008-10-061-1/+1
* Rename interfaces_wan_configure to interface_configure now that it is used fo...Ermal Luçi2008-09-091-1/+1
* Merge lan configuration to the interfaces_wan.php page wich does the configur...Ermal Luçi2008-09-071-18/+6
* * Merge multiple PPPoE/PPTP interfaces from RELENG_1_MULTI_ANYTHINGErmal Luçi2008-07-141-2/+2
* Continue interface improvements.Ermal Luçi2008-06-211-4/+3
* Do not reconfigure on pptp interfaces.Seth Mos2007-10-091-2/+3
OpenPOWER on IntegriCloud