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
/
inc
/
interfaces.inc
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Cleanup some code and use function for easier management
Ermal LUÇI
2014-11-28
1
-25
/
+3
*
Fixes #4040 for pppoe use static route with -iface option to help when more t...
Ermal LUÇI
2014-11-27
1
-0
/
+19
*
Correct logic of skipping for gif/gre/bridge on top of _vips. Even though thi...
Ermal LUÇI
2014-11-27
1
-3
/
+3
*
Actually comment this code out since it causes more troubles than solves for ...
Ermal LUÇI
2014-11-26
1
-1
/
+3
*
Make at least the code correct here even though it does not make sense on wha...
Ermal LUÇI
2014-11-26
1
-1
/
+2
*
Mute this since only spams logs when interface is not there
Ermal LUÇI
2014-11-26
1
-1
/
+1
*
Move these functions nearby since thy are related
Ermal LUÇI
2014-11-26
1
-18
/
+18
*
Actually get the correct value here!
Ermal LUÇI
2014-11-26
1
-1
/
+1
*
Actually consider parentmtu 0 here to get the real value when unassgined
Ermal LUÇI
2014-11-26
1
-1
/
+1
*
Properly respect other configured MTUs for other vlans. Properly respect pare...
Ermal LUÇI
2014-11-26
1
-9
/
+14
*
Partially revert the previous modification on vlan mtu. The function job is t...
Ermal LUÇI
2014-11-26
1
-11
/
+5
*
convert_real_interface_to_friendly_interface_name() goes and checks the paren...
Ermal LUÇI
2014-11-26
1
-2
/
+5
*
Skip the interface being configured from the list to check the mtu
Ermal LUÇI
2014-11-26
1
-2
/
+5
*
Add checks for requirement as array here. Reported-by: garga
Ermal LUÇI
2014-11-26
1
-21
/
+27
*
Rather than set the g['booting'] on globals provide a function to test for th...
Ermal LUÇI
2014-11-26
1
-33
/
+33
*
Use the new available function
Ermal LUÇI
2014-11-26
1
-1
/
+1
*
fix typo
Chris Buechler
2014-11-25
1
-1
/
+1
*
Use proper function now that this call is not needed anymore
Ermal LUÇI
2014-11-25
1
-4
/
+2
*
Ticket #2786 handle the mtu on bridge same as on lagg. Cleanup some not neede...
Ermal LUÇI
2014-11-25
1
-10
/
+4
*
Remove the mac address propagation to vlans since FreeBSD 10 handles this itself
Ermal LUÇI
2014-11-25
1
-13
/
+1
*
Fixes #2786, properly handle the chain of interfaces during lagg configuratio...
Ermal LUÇI
2014-11-25
1
-15
/
+53
*
Remove useless check
Ermal LUÇI
2014-11-25
1
-1
/
+1
*
Correct logic for lagg mtu. Also optimize and cleanup dead code
Ermal LUÇI
2014-11-24
1
-16
/
+4
*
Fix issue of previous commit on adding bridge memebers.
Ermal LUÇI
2014-11-24
1
-1
/
+1
*
Fixes #1047, overhaul handling of flags for hardware offloading and make it w...
Ermal LUÇI
2014-11-24
1
-121
/
+17
*
Properly remove IPv6 carp vips as reported from https://forum.pfsense.org/ind...
Ermal LUÇI
2014-11-21
1
-2
/
+6
*
Make this a bit more clean to read
Ermal LUÇI
2014-11-20
1
-4
/
+7
*
Fixes #1047, Actually the code is trying to set flags on the parent. so allow...
Ermal LUÇI
2014-11-20
1
-1
/
+1
*
Do the tests check properly related to Ticket #2786
Ermal
2014-11-19
1
-9
/
+5
*
Actually use all hex values on the gateway of 6rd to please route command
Ermal
2014-11-19
1
-1
/
+3
*
Correct gateway for Ticket #2882 to the proper value as reported by: cmb
Ermal
2014-11-19
1
-1
/
+1
*
update error log in accordance with change in input validation. thanks Phil D...
Chris Buechler
2014-11-18
1
-1
/
+1
*
Actually trim if the user put any : on the prefix of the ISP to be able to pr...
Ermal
2014-11-18
1
-1
/
+1
*
Properly generate the default gw for 6rd set it to prefix:BR and also the pre...
Ermal
2014-11-18
1
-7
/
+3
*
Blah fix typo
Ermal
2014-11-18
1
-1
/
+1
*
Actually issue stfv4net even for /0|/32 subnet since its required
Ermal
2014-11-18
1
-1
/
+1
*
add vmx to list of ALTQ capable interfaces
Chris Buechler
2014-11-17
1
-1
/
+1
*
Don't try to clear states to gateway, all that does is wipe the entire state ...
Chris Buechler
2014-11-16
1
-5
/
+0
*
Use route command directly rather than trying to make a route search on php t...
Ermal
2014-11-12
1
-32
/
+17
*
hn(4) is ALTQ-capable, mark as such.
Chris Buechler
2014-11-11
1
-1
/
+1
*
Do not do this during boot
Ermal
2014-11-11
1
-10
/
+12
*
Fixes #3967, properly resolve interface
Ermal
2014-11-11
1
-2
/
+2
*
touch up text
Chris Buechler
2014-11-11
1
-2
/
+2
*
Lets put a logging to see what is bing passed to the rtsold script on calling...
Ermal
2014-11-10
1
-0
/
+1
*
Fixes #3967, configure ip alias on top of carp by joining them to the same vh...
Ermal
2014-11-10
1
-9
/
+19
*
Ticket #3967. Allow to have carp as parent of ipaliases - continued
Ermal
2014-11-10
1
-0
/
+9
*
FreeBSD fails to set advskew back to 0 after you set it to any other
Chris Buechler
2014-10-28
1
-4
/
+16
*
rename interfaces_carp_setup to interfaces_sync_setup and call it during boot...
Ermal
2014-10-15
1
-3
/
+3
*
Make proper check here
Ermal
2014-10-14
1
-1
/
+1
*
Properly set MTU for lagg interface, it fixes #3922
Renato Botelho
2014-10-13
1
-24
/
+53
[prev]
[next]