index
:
pfsense
RELENG_1_2
RELENG_2_0
RELENG_2_1
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4_0
RELENG_2_4_4
master
Raptor Engineering's fork of the main repository for pfSense
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
etc
/
rc.linkup
Commit message (
Expand
)
Author
Age
Files
Lines
*
Code style bits and pieces from etc
Phil Davis
2015-05-31
1
-1
/
+1
*
Code style for etc files
Phil Davis
2015-02-25
1
-43
/
+53
*
Fix lineup of copyright lines
Phil Davis
2015-01-01
1
-21
/
+21
*
Do not restart unneeded services. Also triger configuration for the proper in...
Ermal LUÇI
2014-12-18
1
-1
/
+3
*
Lock rc.linkup based on interface to avoid races in between up/down events wh...
Ermal LUÇI
2014-12-02
1
-1
/
+4
*
use correct variable here
Chris Buechler
2014-11-27
1
-1
/
+1
*
Simplify code flow not functional change just aesthetics.
Ermal LUÇI
2014-11-27
1
-42
/
+43
*
Put a comment for the wierd code here
Ermal LUÇI
2014-11-27
1
-0
/
+1
*
Handle recovering of ppp types as pppoe/l2tp/pp2p when the parent comes up. I...
Ermal LUÇI
2014-11-27
1
-1
/
+17
*
This is revrsed conversion. The linkup script should run after booting not du...
Ermal LUÇI
2014-11-26
1
-1
/
+1
*
Actually rc.linkup needs the parent search for example on ppp type wans.
Ermal LUÇI
2014-11-26
1
-1
/
+1
*
Go through the same checks when called from command line and when called from...
Ermal LUÇI
2014-11-26
1
-12
/
+14
*
Silence this error during bootup
Ermal LUÇI
2014-11-26
1
-1
/
+2
*
Rather than set the g['booting'] on globals provide a function to test for th...
Ermal LUÇI
2014-11-26
1
-2
/
+1
*
Make this more readble and also do not trigger an interface_bring_up on a dow...
Ermal LUÇI
2014-11-26
1
-5
/
+9
*
Correct the variable name typo to allow rc.linkup to function properly.
Ermal LUÇI
2014-11-26
1
-1
/
+1
*
Ignore linkup/down events on disabled interfaces.
Ermal LUÇI
2014-11-25
1
-0
/
+5
*
Ignore empty interfaces and ovpn ones on linkup since they should not trigger...
Ermal LUÇI
2014-11-24
1
-5
/
+11
*
Pass friendlyifname to handle_argument_group, not realifname. Fixes #3984. cl...
Chris Buechler
2014-11-05
1
-4
/
+6
*
isset($_GET) seems to always evaluate to true, use something more specific. F...
Chris Buechler
2014-11-05
1
-1
/
+1
*
Take care of the loops reported for OpenVPN in tap mode. Also fixes the probl...
Ermal
2014-04-12
1
-1
/
+2
*
Make scripts able to react when called from FCGI with GET method
Ermal
2013-12-13
1
-0
/
+5
*
Correct typo on variable name
Ermal
2013-09-03
1
-1
/
+1
*
Enforce the checking of booting up for linkup events
Ermal
2013-07-03
1
-3
/
+1
*
Pull code from the calling place rather than the interfaces.inc
Ermal
2013-05-07
1
-0
/
+2
*
Reload routes etc when rc.linkup happens
Phil Davis
2013-05-07
1
-1
/
+1
*
Configure static arp inside interface_configure() since it removes all interf...
Renato Botelho
2013-04-11
1
-1
/
+0
*
Properly tune rc.linkup for dual stack
Ermal
2013-03-18
1
-7
/
+12
*
Make the script rc.linkuip compatible with ipv6 as well.
Ermal
2012-12-19
1
-23
/
+24
*
Move interfaces_staticarp_configure() to interfaces.inc where it really belongs.
jim-p
2011-06-29
1
-1
/
+0
*
Instead of deleting arp entries, reconfigure static arp. For interfaces witho...
jim-p
2011-06-29
1
-5
/
+4
*
Fixes #1508. When an interface is configured as static and an up event comes ...
Ermal
2011-05-19
1
-0
/
+2
*
At least bring the interface up. Sometimes even though the linkup is reported...
Ermal
2011-01-26
1
-0
/
+1
*
Ticket #846. Do not try to add an interface to the bridge during an event of ...
Ermal
2010-08-30
1
-1
/
+2
*
Ticket #846. Do not reconfigure an 'none' configured interface.
Ermal
2010-08-30
1
-1
/
+1
*
partially fix linkup. ticket #656
Chris Buechler
2010-07-25
1
-0
/
+6
*
Fix booting checks. Part of ticket #53.
jim-p
2010-05-11
1
-1
/
+2
*
fix text
Chris Buechler
2009-12-20
1
-1
/
+1
*
Decouple filter.inc from functions.inc. There is no need to process filter f...
Scott Ullrich
2009-11-21
1
-0
/
+2
*
* Hide interfaces internals to other code and use the propper interfaces.
Ermal Luçi
2009-03-30
1
-2
/
+2
*
Remove blank newline
Scott Ullrich
2009-03-18
1
-1
/
+2
*
Do not ignore interface events even for pppoe/pptp it does no good.
Ermal Luçi
2009-03-01
1
-14
/
+13
*
Use correct variable
Ermal Luçi
2009-02-28
1
-1
/
+1
*
Remove redundant check
Seth Mos
2008-11-10
1
-11
/
+0
*
Be smarter parsing the command line before passing it into handle_argument_gr...
Seth Mos
2008-11-10
1
-5
/
+21
*
Bring order and simplify logic.
Ermal Luçi
2008-10-19
1
-56
/
+50
*
* Remove bigpond support from backend.
Ermal Luçi
2008-10-06
1
-1
/
+1
*
Rename interfaces_wan_configure to interface_configure now that it is used fo...
Ermal Luçi
2008-09-09
1
-1
/
+1
*
Merge lan configuration to the interfaces_wan.php page wich does the configur...
Ermal Luçi
2008-09-07
1
-18
/
+6
*
* Merge multiple PPPoE/PPTP interfaces from RELENG_1_MULTI_ANYTHING
Ermal Luçi
2008-07-14
1
-2
/
+2
[next]