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.initial.setlanip
Commit message (
Expand
)
Author
Age
Files
Lines
*
add gateways to config from cmdline
Darren Embry
2012-06-07
1
-1
/
+60
*
again, string interpolation kinda defeats the purpose of gettext. ;-)
Darren Embry
2012-06-07
1
-5
/
+9
*
variable interpolation defeats the purpose of gettext.
Darren Embry
2012-06-07
1
-15
/
+23
*
work in progress: set gateway IPs from console
Darren Embry
2012-06-07
1
-21
/
+63
*
show dhcp/dhcp6/static/staticv6 along with descriptions in console
Darren Embry
2012-06-07
1
-2
/
+27
*
show real interface names
Darren Embry
2012-06-07
1
-2
/
+3
*
minor variable name change.
Darren Embry
2012-06-07
1
-4
/
+4
*
actually display webconfigurator port numbers on console
Darren Embry
2012-06-07
1
-3
/
+3
*
setting $config['interfaces']['wan']['ipaddrv6'] to 'dhcp6' *should* work now.
Darren Embry
2012-06-07
1
-1
/
+1
*
now shows ipv6 webConfigurator URLs (#2413)
Darren Embry
2012-06-07
1
-2
/
+20
*
feature #2413 Allow IPv6 interface configuration from the menu
Darren Embry
2012-05-17
1
-53
/
+107
*
normalize indentation
Darren Embry
2012-05-17
1
-210
/
+210
*
Correct behaviour of switching from console from any ppp type device to other...
Ermal
2011-09-12
1
-3
/
+26
*
Simplify message that wraps off screen
Scott Ullrich
2011-06-19
1
-1
/
+1
*
Fixes #1444. Implements the same fix that issue ermal made in #1522 to the co...
lgcosta
2011-05-23
1
-1
/
+1
*
When setting the ip from the console also enable the interface otherwise the ...
Ermal
2011-01-28
1
-1
/
+2
*
Show disabled interfaces as well
Scott Ullrich
2010-08-09
1
-1
/
+1
*
Make sure <dhcpd><wan> exists before blindly unsetting.
Scott Ullrich
2010-03-10
1
-1
/
+3
*
if reverted to HTTP, restart lighty
Chris Buechler
2010-02-27
1
-1
/
+7
*
Decouple filter.inc from functions.inc. There is no need to process filter f...
Scott Ullrich
2009-11-21
1
-0
/
+3
*
Really restart DHCPD server after changes
Scott Ullrich
2009-08-12
1
-3
/
+9
*
move killall dhcpd above section that exits if no DHCP servers are enabled, a...
Chris Buechler
2009-03-10
1
-1
/
+3
*
Add services_dhcp_server_enable which allows the DHCP server to be turned
Scott Ullrich
2008-10-29
1
-2
/
+3
*
Reload interface being worked on, not blindly lan
Scott Ullrich
2008-10-27
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
-1
/
+1
*
we don't care if rm can't find old dhcpd database files
Bill Marquette
2008-09-07
1
-1
/
+1
*
fix debug code that never worked and make it disabled by default
Bill Marquette
2008-09-07
1
-2
/
+4
*
Semicolons after if's apparently parse...but it's not terribly helpful
Bill Marquette
2008-09-07
1
-2
/
+2
*
Check to see if key exists before unsetting
Scott Ullrich
2008-09-07
1
-1
/
+2
*
Check to see if a interface has a dhcp key before trying to unset
Scott Ullrich
2008-09-07
1
-1
/
+2
*
Correctly set interface to dhcp in wan case.
Ermal Luçi
2008-07-08
1
-1
/
+1
*
clean up text a bit, still some issues remaining (like "http://DHCP", my logi...
Chris Buechler
2008-07-07
1
-7
/
+17
*
Remove unneeded code.
Ermal Luçi
2008-07-07
1
-2
/
+0
*
Fix interface ip assignment. Originally commited by Ermal
Scott Ullrich
2008-07-07
1
-1
/
+10
*
Missed interface improvements commit.
Ermal Luçi
2008-07-02
1
-13
/
+3
*
fix typo
Chris Buechler
2008-06-23
1
-1
/
+1
*
Show Port of the webui if it is set
Seth Mos
2008-06-13
1
-2
/
+5
*
Fix prompting for DHCP server setup
Chris Buechler
2008-03-12
1
-3
/
+3
*
clarify text
Chris Buechler
2008-03-02
1
-1
/
+1
*
show interface in uppercase (lan -> LAN, etc.)
Chris Buechler
2008-03-02
1
-1
/
+2
*
Fix typo blowing up setlanip
Chris Buechler
2008-03-02
1
-1
/
+1
*
* Seperate prompt asking about DHCP server out to its own function.
Scott Ullrich
2008-02-25
1
-19
/
+23
*
Do not allow enabling of DHCP server on dynamic IP interfaces (fixed in HEAD ...
Chris Buechler
2008-02-22
1
-8
/
+17
*
Fix numerous issues introduced with single interface support. Still some issu...
Chris Buechler
2008-02-22
1
-25
/
+35
*
Remove extra }
Scott Ullrich
2008-02-18
1
-1
/
+1
*
Reload filter after changes.
Scott Ullrich
2008-02-16
1
-0
/
+3
*
* Show interface in upper case to conform to all other areas.
Scott Ullrich
2008-02-16
1
-2
/
+3
*
Make set wan/lan/optX script usable.
Scott Ullrich
2008-02-16
1
-6
/
+11
*
List LAN interface if it is available.
Scott Ullrich
2008-02-16
1
-1
/
+3
[next]