Commit Graph

9724 Commits

Author SHA1 Message Date
smos
71f4a2b70c Unbreak adding IPv6 static routes 2012-05-23 10:53:49 +02:00
smos
73ce690995 Make sure to bail the stats script if we can not open the modem device. 2012-05-23 09:21:44 +02:00
jim-p
43d735deea Use "proto 112" instead of tcpdump's vrrp keyword since it's a little behind the times and doesn't realize that ip6+vrrp is valid. And since we're not using the vrrp keyword directly anymore, let's call it CARP instead. 2012-05-22 09:26:08 -04:00
smos
ee8c34f487 Properly test for the address family now that the array says what it's supposed to be. 2012-05-21 19:01:05 +02:00
smos
5e5896856a Add 3G statistics for Huawei modems, split the Cellular stats out to per interface instead of global. 2012-05-21 15:31:02 +02:00
jim-p
c0ae3bfb74 Don't auto-toggle the "do not backup rrd" setting - we do not want this on unless the user explicitly selects it. It makes for very, very large backup files and must default to off. 2012-05-21 10:10:36 -04:00
smos
c6d0f00b03 Allow modification of gateway groups even if the gateways are down. 2012-05-20 21:15:06 +02:00
smos
96cd928ba2 Allow saving on system.php if the gateways are down. 2012-05-20 20:57:05 +02:00
Jim P
e4834b5773 Merge pull request #111 from vizvayu/bug2374
Fix of bug #2374 "When entering values in firewall rules leading and trailing spaces are not deleted" bis
2012-05-20 09:28:13 -07:00
smos
ffd2059b2a This command works better with Huawei modems. Needs more testing 2012-05-20 14:48:54 +02:00
smos
1cba5c587d Make sure we don't accidentaly clobber the v4 dns servers with empty fields from v6 2012-05-20 13:21:46 +02:00
Cristian Feldman
fd86d829fe Overcome laziness to avoid unnecessary loop 2012-05-18 23:22:26 -03:00
Cristian Feldman
90f90934c0 Fix of bug #2374 "When entering values in firewall rules leading and
trailing spaces are not deleted"
2012-05-18 22:57:38 -03:00
Ermal
1346306cf7 Allow 802.1p tags to be controlled from firewall rules edit screen 2012-05-18 19:49:41 +00:00
Cristian Feldman
4dedd18a80 System info widget on dashboard now updates CPU Frequency automatically 2012-05-18 00:53:21 -03:00
Cristian Feldman
a425a28b62 Moved status text to img title (tooltip) 2012-05-17 22:37:47 -03:00
Cristian Feldman
4976f453a8 Added description text for IPSec tunnel status in "Status: IPsec" page 2012-05-17 22:37:47 -03:00
Darren Embry
cd485c4fce remove some log_error calls 2012-05-17 19:02:01 -04:00
Darren Embry
283d78c632 bug fix for #2426
Input validaton on interface gateway creation box needs to reject duplicate names
2012-05-17 19:00:06 -04:00
Darren Embry
a0edece98b report errors adding a gateway through ajax calls 2012-05-17 18:33:21 -04:00
Darren Embry
8dcca9b51b - also rename $section arg to $section_name in some functions to clarify
- also robustify parsing for <tagname> and bulletproof the handling of
  certain errors
2012-05-17 17:32:04 -04:00
Darren Embry
976d0213c1 fix cosmetic bug when developer was turned on.
highlight the hidden menu item differently.
2012-05-17 16:49:24 -04:00
Darren Embry
dcb94db5d8 fix for #2231
Don't activate master "Save Settings" button on traffic graph min/max.
2012-05-17 15:43:53 -04:00
Darren Embry
f757431db5 more verbose log_error on rrdtool restore failure 2012-05-17 15:22:49 -04:00
Darren Embry
0887774669 restore_rrddata() adds log_error calls and uses -f 2012-05-17 15:16:12 -04:00
Darren Embry
7eead1fc1e add rrddata to backup/restore dropdowns. 2012-05-17 14:55:26 -04:00
Darren Embry
c9a192381c indentation cleanup 2012-05-17 14:05:17 -04:00
Darren Embry
754b75d076 move certain code to new function restore_rrddata() 2012-05-17 14:03:00 -04:00
jim-p
9cf11774f2 Fixup halt and reboot to catch the output from the shutdown process properly.
Conflicts:

	usr/local/www/halt.php
	usr/local/www/reboot.php
2012-05-16 13:17:47 -04:00
jim-p
0b8e9d38d8 On its own, ntpd does not sync fast enough at bootup, so bring back the ntpdate sync but improve it so it can't get stuck forever. 2012-05-16 10:48:26 -04:00
jim-p
11e069064b Fix syntax here too in case we need to revive it. 2012-05-15 16:41:30 -04:00
bcyrill
ec18e696a3 correct closing tags 2012-05-15 21:22:48 +03:00
jim-p
e37eeb4973 Only process this if it's an array 2012-05-15 13:45:56 -04:00
jim-p
29c2c1db15 Fix quoting - can't use ' if we want to expand a variable inside the string. 2012-05-15 11:11:51 -04:00
jim-p
25890c507b Use a text description instead of a code. 2012-05-15 10:35:45 -04:00
jim-p
e078c88207 Add NTP status page using ntpq. 2012-05-14 16:30:07 -04:00
jim-p
a8543b59bd With FreeBSD's ntpd, the current options are irrelevant, but we can have a nice status page 2012-05-14 14:50:44 -04:00
jim-p
ffc7d2c416 Fix ntp name here too 2012-05-14 14:17:11 -04:00
jim-p
ae2c143a70 s/OpenNTPD/NTP/ for log pages and menu entry, to save space (and make it easier if we switch) 2012-05-14 14:11:01 -04:00
jim-p
547c56c4fb Create $altnames earlier, and also fix a bracing issue with this if statement. Fixes certificate importing. 2012-05-14 12:39:56 -04:00
smos
e32cb5d08d Make the ppp-linkup script understand both address families. 2012-05-14 14:54:04 +02:00
jim-p
e6b16f8945 Fix redirect when saving settings in the widget, it was landing on the widget page instead of returning to the dashboard. 2012-05-14 10:02:21 -04:00
Darren Embry
bbdc5919f7 remove the stuff triggering display of relay protocol row 2012-05-11 12:49:39 -04:00
Darren Embry
06d84cf398 allow port in virtual servers to be left blank
in which case listening port would be inherited from the pool
2012-05-11 12:49:38 -04:00
Darren Embry
183ea34ce0 allow aliases for the ipaddr field in virtual servers (PEV-394754) 2012-05-11 12:49:37 -04:00
Darren Embry
937cec84c0 fix for bug #2422 could not remove entries from CP Allowed Hostnames 2012-05-11 11:04:52 -04:00
Darren Embry
4dfd930ee9 cleanup: code for building arrays for autocompleted fields 2012-05-10 15:17:18 -04:00
Darren Embry
5b84bd652e add autocomplete for port (PEV-394754) 2012-05-10 14:00:23 -04:00
Darren Embry
04d4bcdf93 use get_alias_list for port field in load_balancer_pool_edit 2012-05-10 13:51:41 -04:00
Darren Embry
a1f7723876 add autocomplete to load_balancer_pool_edit.php (PEV-394754)
we also enable the json extension here.
2012-05-10 12:39:15 -04:00