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
*
Remove duplicated line that makes dhcp6c not run correctly
Ermal
2013-07-04
1
-1
/
+0
*
Add a checkbox that can be used to request only a IPv6 prefix without a IPv6 ...
smos
2013-07-02
1
-5
/
+11
*
Add a field to allow rejecting DHCP leases from a specific upstream DHCP server.
jim-p
2013-06-18
1
-0
/
+10
*
* Use when needed the family for get_real_interface
Ermal
2013-06-17
1
-13
/
+12
*
Do not do the same tricks here that are done on get_real_interface but just c...
Ermal
2013-06-17
1
-4
/
+1
*
Provide full path to route binary
Ermal
2013-06-17
1
-3
/
+3
*
Correct the command for setting the 6rd gw
Ermal
2013-06-11
1
-1
/
+1
*
Wait 1 second before starting the other dhcp6c since pkill does not wait for ...
Ermal
2013-06-11
1
-0
/
+1
*
Add the 6rd gateway information
Ermal
2013-06-04
1
-0
/
+1
*
Replace all linklocal checks by is_linklocal()
Renato Botelho
2013-05-09
1
-3
/
+3
*
Nuke interface_track6_dhcp6_configure()
Renato Botelho
2013-05-08
1
-47
/
+0
*
Revert "Fixes for track6 interfaces:"
Renato Botelho
2013-05-07
1
-5
/
+4
*
Pull code from the calling place rather than the interfaces.inc
Ermal
2013-05-07
1
-2
/
+0
*
Merge pull request #626 from phil-davis/master
Ermal Luçi
2013-05-07
1
-0
/
+2
|
\
|
*
Add includes to interfaces.inc
Phil Davis
2013-05-07
1
-0
/
+2
*
|
Fixes for track6 interfaces:
Renato Botelho
2013-05-07
1
-4
/
+5
|
/
*
Fix IPv6 Prefix ID default value
Renato Botelho
2013-05-06
1
-9
/
+0
*
Correct issue reported on: http://forum.pfsense.org/index.php/topic,61239.0.html
Ermal
2013-04-17
1
-1
/
+1
*
Make fe80: addresses check case insensitive
Renato Botelho
2013-04-14
1
-3
/
+3
*
Configure static arp inside interface_configure() since it removes all interf...
Renato Botelho
2013-04-11
1
-0
/
+1
*
Fix whitespaces and indent
Renato Botelho
2013-03-28
1
-50
/
+39
*
Give the process time to exit before running a new one
Ermal
2013-03-25
1
-1
/
+3
*
Escape the argument to avoid potential issues
Ermal
2013-03-21
1
-1
/
+1
*
No need for the ::(separators) they will be there
Ermal
2013-03-20
1
-1
/
+1
*
Check lower bound as well
Ermal
2013-03-20
1
-1
/
+1
*
The default gateway for 6rd type is $prefix|$wanv4::$wanv4gw. Also add suppor...
Ermal
2013-03-20
1
-13
/
+4
*
To actually use the linklocal of :1 delete the auto assigned linklocal
Ermal
2013-03-20
1
-0
/
+3
*
Remove even this seems dhclient is smart enough to avoid this by itself
Ermal
2013-03-19
1
-3
/
+0
*
Remove functions that are not used now with once mode of rtsold
Ermal
2013-03-19
1
-14
/
+0
*
Simplify a bit logic
Renato Botelho
2013-03-19
1
-12
/
+6
*
Fix typo
Renato Botelho
2013-03-19
1
-1
/
+1
*
Use full patch
Ermal
2013-03-19
1
-1
/
+1
*
Run rtsold only for one reply since it will spam with dhcp6c processes otherw...
Ermal
2013-03-19
1
-5
/
+9
*
Fix missed ;
jim-p
2013-03-19
1
-1
/
+1
*
Bring down even rtsold process
Ermal
2013-03-19
1
-0
/
+15
*
The workflow is rtsold calls dhcp6c which calls rc.newwanipv6 to make the con...
Ermal
2013-03-19
1
-29
/
+23
*
Do not run this during startup since it will be called anyhow
Ermal
2013-03-19
1
-3
/
+5
*
Initialize array
Ermal
2013-03-19
1
-0
/
+1
*
Remove not used call
Ermal
2013-03-19
1
-1
/
+0
*
When reconfiguring interfaces with dhcp types set try to kill any previous dh...
Ermal
2013-03-19
1
-1
/
+7
*
Do not cleanup states on this call
Ermal
2013-03-19
1
-1
/
+1
*
Remove useless function calls
Ermal
2013-03-18
1
-8
/
+5
*
Unset the ip from the cache to retrieve the right ip
Ermal
2013-03-18
1
-0
/
+12
*
Correct get_interface_subnetv6 and use get_interface_ipv6 during dhcp config ...
Ermal
2013-03-18
1
-30
/
+16
*
Try to remove as much as possible _stf special case through the code
Ermal
2013-03-18
1
-12
/
+4
*
Use get_interface_ipv6 on rc.newwanipv6 to and teach it to flush the cache on...
Ermal
2013-03-18
1
-10
/
+25
*
Handle _stf interface in convertion from real to friendly. Also do no cal lpf...
Ermal
2013-03-18
1
-1
/
+5
*
Use realif on dhcp6 pid filename since find_dhcp6c_process() looks for it and...
Renato Botelho
2013-03-16
1
-1
/
+1
*
Use empty which is more strict
Ermal
2013-03-14
1
-1
/
+1
*
Be consistent on vlan checks
Renato Botelho
2013-03-08
1
-4
/
+4
[next]