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
*
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
*
Continue interface improvements.
Ermal Luçi
2008-06-21
1
-4
/
+3
*
Do not reconfigure on pptp interfaces.
Seth Mos
2007-10-09
1
-2
/
+3
*
Check if interface is passed along, otherwise return
Seth Mos
2007-10-09
1
-0
/
+4
*
Switch on correct argument variable
Seth Mos
2007-10-09
1
-5
/
+8
*
Do not handle blank interface names. Ticket #1461
Scott Ullrich
2007-10-05
1
-1
/
+3
*
$config needs to be a global. Someone needs a pointy-hat!
Scott Ullrich
2007-04-29
1
-1
/
+2
*
Use $_SERVER['argvc'] and $_SERVER['argv'][$x]. This fixes the linkup issues...
Scott Ullrich
2007-04-29
1
-4
/
+4
*
rc.linkup is a event queue of sorts. It needs to to loop through all argumen...
Scott Ullrich
2007-03-12
1
-53
/
+51
*
* Show arguments being passed * Remove argument == 2 check, there could be 4,...
Scott Ullrich
2007-03-12
1
-3
/
+0
*
Remove logging helper entries
Scott Ullrich
2007-03-09
1
-0
/
+4
*
Remove logging helper entries
Scott Ullrich
2007-03-09
1
-6
/
+0
*
Link up patch submitted by billm.
Scott Dale
2007-02-14
1
-59
/
+55
*
Do not loop forever
Scott Ullrich
2007-02-06
1
-2
/
+4
*
Read in argspassed
Scott Ullrich
2007-02-06
1
-0
/
+1
*
Simply note the arguments passed to rc.linkup instead of exiting.
Scott Ullrich
2007-02-06
1
-5
/
+1
*
Do not process the same events twice. A nic may be stopped and restarted but...
Scott Ullrich
2007-02-06
1
-2
/
+2
*
Do not process nics twice.
Scott Ullrich
2007-02-06
1
-0
/
+6
*
Output args passed so that we can get a better idea of what is happening.
Scott Ullrich
2007-02-06
1
-1
/
+2
*
Log the interface number / opt that we are running dhclient on optional inter...
Scott Ullrich
2007-02-02
1
-1
/
+1
*
Do not newline on syslog items
Scott Ullrich
2007-02-02
1
-1
/
+1
*
Note when arguments are passed incorrectly to rc.linkup
Scott Ullrich
2007-02-02
1
-1
/
+2
*
Instead of echoing out the value where nobody will see it, send it to log_err...
Scott Ullrich
2007-02-02
1
-9
/
+9
*
Woops, set $int before calling!
Scott Ullrich
2006-05-19
1
-2
/
+2
*
Do not pass opt1, pass 1 instead.
Scott Ullrich
2006-05-19
1
-1
/
+3
*
Backout last commit
Scott Ullrich
2006-03-13
1
-2
/
+0
*
Move /tmp/rc.linkup unlink operation into rc.linkup
Scott Ullrich
2006-03-13
1
-1
/
+4
*
Transfer rc.linkup over to devd
Scott Ullrich
2006-03-13
1
-43
/
+52
*
MFC 8080
Scott Ullrich
2005-11-27
1
-41
/
+47
*
Only exit linkup when interface is not a dynamic type. Prior we where exitin...
Scott Ullrich
2005-11-25
1
-1
/
+8
[next]