Commit Graph

7987 Commits

Author SHA1 Message Date
Scott Ullrich
1663ec3487 Increase update delay. 2007-05-29 22:40:14 +00:00
Scott Ullrich
9fb1eaf5e9 Initialize variable to false. 2007-05-29 22:23:34 +00:00
Scott Ullrich
46ee323233 Really only allow adavanced tunables when some kind of state tracking is enabled. 2007-05-29 22:21:36 +00:00
Scott Ullrich
be4237b0ee Only allow adavanced tunables when some kind of state tracking is enabled. 2007-05-29 22:07:57 +00:00
Scott Ullrich
ea089c29dd Pass gre in any direction. 2007-05-29 21:49:34 +00:00
Scott Ullrich
331aa57bd2 * Add description * Add local subnet * Add remote subnet 2007-05-29 21:07:26 +00:00
Scott Ullrich
21932fc6b2 Remove extra debugging echo. 2007-05-29 20:54:51 +00:00
Scott Ullrich
d4888e7596 * Use new screen by default. * Add new tab 2007-05-29 20:50:03 +00:00
Scott Ullrich
cf7d105744 Add diag IPSEC screen. 2007-05-29 20:46:26 +00:00
Seth Mos
1256bba56b add closing tr tag 2007-05-29 20:03:51 +00:00
Scott Ullrich
97a8ffd575 Update static routes on filter reload
Ticket #1330
2007-05-27 17:13:22 +00:00
Scott Ullrich
c214e5757d s/dhcprelay/dhcrelay/ so that service status shows up correctly
Ticket #1333
2007-05-27 17:06:32 +00:00
Scott Ullrich
a704b65029 Unbreak local queries that where broken in Ticket #1190 until we hear back from author of the patch. 2007-05-27 17:00:36 +00:00
Scott Ullrich
cbe2ebe030 Remove trailing space / cr 2007-05-27 00:25:58 +00:00
Scott Ullrich
fdef91a797 We no longer source sysctl.conf. Items have been moved to config.xml. 2007-05-27 00:23:05 +00:00
Scott Ullrich
5789d62e08 Increase field sizes. 2007-05-27 00:05:10 +00:00
Scott Ullrich
7ee2fccf22 Correct descriptions. 2007-05-26 23:41:33 +00:00
Scott Ullrich
bf7e1a400e Do not display top bar on RELENG_1 2007-05-26 23:37:31 +00:00
Scott Ullrich
36b63527d4 Increase textarea size to 7 rows. 2007-05-26 23:35:25 +00:00
Scott Ullrich
17252fb176 Increase textarea size to 5 rows. 2007-05-26 23:33:31 +00:00
Scott Ullrich
2f0c10b3ab Upgrade configuration correctly. 2007-05-26 22:51:37 +00:00
Scott Ullrich
e5b987f060 Upgrade configuration correctly. 2007-05-26 22:41:57 +00:00
Scott Ullrich
084721160e Upgrade to config.xml sysctl's. Bump configuration version to 3.1. 2007-05-26 22:37:32 +00:00
Scott Ullrich
9299ceaf2c Add overlooked sysctl's. 2007-05-26 22:34:48 +00:00
Scott Ullrich
eaa86e4539 Do not use an array for page title. 2007-05-26 22:16:49 +00:00
Scott Ullrich
4849c3efa0 Output page title 2007-05-26 22:15:22 +00:00
Scott Ullrich
6e07381eeb Do not return fbegin twice. 2007-05-26 22:13:27 +00:00
Scott Ullrich
931cb4e4ae Remove gettext() 2007-05-26 22:11:38 +00:00
Scott Ullrich
6df9d7e359 Add system tunables area which allows the user to fine control sysctl's. 2007-05-26 22:00:36 +00:00
Scott Ullrich
77daabe4a2 Set net.inet.tcp.inflight.enable to 3 and gather feedback from users. 2007-05-25 16:59:43 +00:00
Scott Ullrich
216cdefa69 Update colors to match pfSense 2007-05-24 20:50:55 +00:00
Scott Ullrich
7c5833d76b Add SVG CPU Graph Obtained-from: m0n0wall 2007-05-24 20:44:36 +00:00
Scott Dale
1737d5314d hide graphs for disabled interfaces properly 2007-05-24 04:27:48 +00:00
Scott Dale
358cb12c73 Allow graph to receive incoming refresh interval. Default is 1 sec. 2007-05-24 02:46:51 +00:00
Scott Dale
15173791bf allow user to configure refresh interval. Default is 3 seconds 2007-05-24 02:43:05 +00:00
Scott Dale
775d112b5f show system information first when no configuration saved 2007-05-24 02:38:40 +00:00
Scott Dale
209e67e6de update css for widget config div 2007-05-24 02:35:55 +00:00
Scott Ullrich
e8c27be88c Update graph refresh interval to 3 seconds from 1. 2007-05-24 00:33:31 +00:00
Scott Ullrich
c0f0977813 * Only process 8 events since we only show 5 lines * Change update rate to be a tad higher 2007-05-24 00:21:15 +00:00
Scott Ullrich
fe19ac6d07 * Add functions required for dashboard * Killing trailing space 2007-05-23 22:35:47 +00:00
Scott Ullrich
471877bf50 Back out #1313. It breaks dhcp relay. See ticket #1332 2007-05-23 21:08:22 +00:00
Ryan Wagoner
cc86161ce4 -fix div tag placement causing formatting issue when upnp disabled 2007-05-23 04:10:52 +00:00
Ryan Wagoner
89cb095e6a -bump miniupnpd version 20070521
-dropped status tab from upnp services page
-dropped tabs from upnp status page
2007-05-23 03:54:52 +00:00
Scott Ullrich
d055663459 Don't check carp settings, check if vip addresses exist. 2007-05-21 17:20:43 +00:00
Scott Ullrich
cf79d727cd usleep(1000); between down and delete. this appears to fix the carp issues. 2007-05-21 00:15:50 +00:00
Scott Ullrich
4587cb54b7 Do not destroy carp interface which can lead to a panic. This has been tested and works just fine after deleting and adding new carp interfaces. 2007-05-20 23:40:44 +00:00
Seth Mos
1332508351 Use nohup construct for launching 2007-05-20 17:36:08 +00:00
Seth Mos
36db0082a3 Commit forgotten vpn_ipsec_force_reload() 2007-05-20 16:51:02 +00:00
Seth Mos
fb7e4ba1a4 crs fork code is out, executing in background 2007-05-18 19:22:57 +00:00
Scott Ullrich
ceed9314ea Reset dynamic dns upon pppoe forced disconnect.
Ticket #1325
2007-05-17 13:52:27 +00:00