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
/
src
/
etc
/
inc
/
interfaces.inc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix script name in error log
Chris Buechler
2016-05-15
1
-1
/
+1
*
Fix misspellings.
Chris Buechler
2016-05-15
1
-3
/
+3
*
Unbound and dnsmasq can both be enabled so restart both if need be
k-paulius
2016-05-13
1
-4
/
+6
*
Don't start unbound in track6 config if system is booting. Add dnsmasq here a...
Chris Buechler
2016-05-12
1
-1
/
+5
*
Merge pull request #2831 from NOYB/Includes_-_Remove_Personalizations
Stephen Beaver
2016-04-04
1
-1
/
+1
*
After recreating the VLAN interface, run interface_configure on it if it's as...
Chris Buechler
2016-03-05
1
-0
/
+8
*
Revert "Always send a -HUP to dhcp6c in interfaces_track6_configure for DHCP6...
Chris Buechler
2016-03-03
1
-4
/
+12
*
Always send a -HUP to dhcp6c in interfaces_track6_configure for DHCP6 WAN typ...
Chris Buechler
2016-03-02
1
-12
/
+4
*
Add function to return the physical interface(s) for a given parent. related ...
Chris Buechler
2016-03-01
1
-0
/
+21
*
Makes interface_bring_down() remove all the CARP and IP aliases from interface.
Luiz Otavio O Souza
2016-02-25
1
-13
/
+32
*
Correct ALTQ interface test for ix interfaces, fixes #5923
jim-p
2016-02-24
1
-1
/
+1
*
Make link_interface_to_vips() also return the IP aliases on the specified vhid.
Luiz Otavio O Souza
2016-02-24
1
-1
/
+2
*
Fixes the handling of MTU with VLANs and PPPoE.
Luiz Otavio O Souza
2016-02-21
1
-101
/
+69
*
Makes get_real_interface() work with VLAN too.
Luiz Otavio O Souza
2016-02-21
1
-1
/
+2
*
replaced original copyright message from 2005 / Espen Johansen
Chris Buechler
2016-02-20
1
-0
/
+2
*
Need $config here. No need to check count() as it'll always evaluate to true ...
Chris Buechler
2016-02-17
1
-1
/
+2
*
Set bridgeif for new bridge creation.
Chris Buechler
2016-02-17
1
-0
/
+5
*
Merge pull request #2660 from phil-davis/gtetc1
Renato Botelho
2016-02-17
1
-27
/
+27
|
\
|
*
Internationalize etc inc a-i files
Phil Davis
2016-02-17
1
-27
/
+27
*
|
Fix printf(printf())
Phil Davis
2016-02-17
1
-1
/
+1
*
|
Separate bridge application of STP and advanced parameters into their own fun...
Chris Buechler
2016-02-16
1
-7
/
+28
*
|
Clean up logic here. It makes no sense to proceed if bridgeif isn't defined b...
Chris Buechler
2016-02-16
1
-4
/
+1
*
|
Remove variables deprecated some time ago.
Chris Buechler
2016-02-16
1
-2
/
+0
*
|
Fix link_interface_to_vips() to account for IP alias over CARP.
Luiz Otavio O Souza
2016-02-16
1
-7
/
+13
*
|
Simplify the code with the use the newly introduced function to list CARP add...
Luiz Otavio O Souza
2016-02-16
1
-1
/
+2
|
/
*
Add support for multiple span ports on bridge.
Luiz Otavio O Souza
2016-02-14
1
-3
/
+6
*
Logic correction
NewEraCracker
2016-02-14
1
-6
/
+5
*
Make a couple changes to PPP default gateway handling to address issues with ...
jim-p
2016-02-14
1
-0
/
+3
*
Return loopback description for friendly interface. noticed as part of Ticket...
Chris Buechler
2016-02-11
1
-0
/
+3
*
Fix style issues.
Chris Buechler
2016-02-09
1
-11
/
+21
*
Fix get_interface_ip[v6]() to try first the IP from our configuration before ...
Luiz Otavio O Souza
2016-02-09
1
-0
/
+17
*
Review of CARP uniqid changes.
Luiz Otavio O Souza
2016-02-09
1
-230
/
+48
*
get_failover_interface returns the parent physical NIC for _lloc interfaces, ...
Chris Buechler
2016-02-08
1
-0
/
+3
*
Fix get_interface_ip to return correct IP for CARP VIPs. Ticket #4858
Chris Buechler
2016-02-06
1
-0
/
+4
*
Fix find_interface_ip for gateway groups with VIPs. Ticket #4858
Chris Buechler
2016-02-05
1
-3
/
+3
*
Merge pull request #2585 from k-paulius/patch-pkg-syslog-v2
Chris Buechler
2016-02-04
1
-1
/
+2
|
\
|
*
Adding ability to run dhcp6c in debug mode.
k-paulius
2016-02-04
1
-1
/
+2
*
|
Set gif interface MTU in interface_gif_configure if it's not already correct....
Chris Buechler
2016-02-04
1
-0
/
+14
|
/
*
Import David W's patch fixing issues with dhcp6c being launched multiple time...
Chris Buechler
2016-01-28
1
-2
/
+36
*
handle bridge interface IPs so they don't get added in the wrong order. Match...
Chris Buechler
2016-01-26
1
-1
/
+4
*
Simplify logic and fixes on interface_vlan_adapt_mtu()
Renato Botelho
2016-01-14
1
-14
/
+13
*
When parent of a VLAN is LAGG and need to set a different MTU, interface must...
Renato Botelho
2016-01-14
1
-1
/
+14
*
Use proper variable ($wantedmtu) to get vlan MTU
Renato Botelho
2016-01-14
1
-3
/
+1
*
All lagg members are exclusive, set the same MTU defined on interface instead...
Renato Botelho
2016-01-14
1
-11
/
+7
*
Rename variables to make more sense
Renato Botelho
2016-01-14
1
-4
/
+4
*
Simplify logic
Renato Botelho
2016-01-14
1
-3
/
+4
*
Prevent GIF/GRE from making dummy/unusable gateways that show up for monitori...
jim-p
2016-01-13
1
-2
/
+6
*
Update copyright notice
Stephen Beaver
2016-01-13
1
-35
/
+53
*
Fix attribution. Spotted-by BBcan177
Renato Botelho
2016-01-12
1
-1
/
+1
*
Add missing spaces
Renato Botelho
2016-01-12
1
-2
/
+2
[next]