Commit Graph

19384 Commits

Author SHA1 Message Date
smos
5411c08460 Add automatic firewall rules that allow traffic destined for a downstream delegated prefix.
The downstream router is the one to decide what to do with it. This can still be overridden by user rules, just like outbound traffic.
2012-04-07 19:20:26 +02:00
smos
d48ed103b0 Change the command to reflect the new, just added dhcpleases6 binary for triggering route injection. 2012-04-07 17:37:05 +02:00
smos
8d923616a4 it needs to point to a existing file otherwise it will not launch. 2012-04-07 15:18:00 +02:00
smos
acbb62fd97 Add the -h parameter which is required for dhcpleases, might need to be removed later. 2012-04-07 13:13:37 +02:00
Darren Embry
ee965a5c7b fix for Bug #2231 --- Dashboard: Traffic Graph: Unable to save settings 2012-04-06 19:45:25 -04:00
Darren Embry
556e760dc0 fix indentation. 2012-04-06 17:43:26 -04:00
Darren Embry
1ed88e0660 fix a syntax error 2012-04-06 16:56:10 -04:00
smos
092462dc10 Add a dhcpleases monitor to the DHCPv6 server which will trigger automatic creation of routes into the routing table so that prefix delegation will just work.
Redmine ticket #2347
2012-04-06 20:08:09 +02:00
Darren Embry
0416d9a0eb fix for #2289: Logic error in firewall rule interface selection for drop-down menu case 2012-04-06 14:15:16 -04:00
Scott Ullrich
48cb641a81 Merge pull request #78 from Whizkidzz/master
Added "interface_selection" to enable interface selection in tinydns
2012-04-06 10:16:06 -07:00
Scott Ullrich
d33e772fa0 Merge pull request #76 from bcyrill/patch-2
Fixed Bug #2348
2012-04-06 10:09:56 -07:00
bcyrill
adb29e55fa Fixed Bug #2348 2012-04-06 20:00:38 +03:00
Darren Embry
f3d912154e Bug #2329: checkbox js problem on diag_logs_settings.php 2012-04-06 11:04:03 -04:00
Darren Embry
c8610dc99e aggh javascript lines terminated by \n instead of semicolon 2012-04-06 10:58:12 -04:00
Darren Embry
3df59babdb don't delete port aliases used by load balancer 2012-04-06 10:45:32 -04:00
Ermal Luçi
3f3ab84641 Merge pull request #75 from bcyrill/patch-1
Replace is_function with function_exists
2012-04-06 07:41:28 -07:00
whizkidzz
85a46fbdcd Added interface_selection to choose a interface in tinydns failover selection
Changed the $text so that no "option value" is preselected when adding a newrow with addrowto function.
2012-04-06 16:21:07 +02:00
whizkidzz
44c7059177 Added rowsize[] for use in row_helper_dynamic.js 2012-04-06 16:17:07 +02:00
bcyrill
91b2f62348 Replace is_function with function_exists 2012-04-06 17:14:11 +03:00
whizkidzz
177a823e52 Added empty option line so not to write to config.xml if not filled in 2012-04-06 16:13:50 +02:00
whizkidzz
de69fab34c Added interface_selection for use in tinydns
Corrected the use of objectsize so that if its "undefined" the correct "rowsize[]" is used
which if used outside the for loop was also "undefined"
2012-04-06 16:01:17 +02:00
smos
eab2db683c Make sure that we use the right interface for 6rd 2012-04-06 11:28:15 +02:00
smos
df52abf1d2 Unbreak rc.filter_synchronize, add ) 2012-04-06 11:27:48 +02:00
Darren Embry
c2feff64bc restore default dropdown values of 24/64 bits
now that feature #2320 behavor is a bit different regarding change of
existing set value when switching between ipv4 and ipv6
2012-04-05 19:10:13 -04:00
Darren Embry
b771e46942 change behavior a bit on #bits dropdown
this is prepwork for restoring 24/64 bit defaults in vpn_ipsec_phase2
2012-04-05 19:09:19 -04:00
Darren Embry
6255beda29 add feature #2320 to vpn_ipsec_phase2.php.
note: had to disable existing behavior that modified the value of the
behavior.

existing behavior that disables/enables the dropdowns is still active.
2012-04-05 18:17:38 -04:00
Darren Embry
0f907a68b7 bug fix for #2320: on firewall_virtual_ip_edit.php it jumps to a length of 1 on a valid ipv4 2012-04-05 18:17:37 -04:00
Darren Embry
f57a578d1c work around a redeclaration error.
i'm going to start a discussion about making sure all require() calls
become require_once() calls but until then i have to fix this.
2012-04-05 18:17:36 -04:00
Ermal
f99aa333fe Unbreak interface.inc after manual merge 2012-04-05 21:11:44 +00:00
Ermal
4459f03d4a Remove slipped line 2012-04-05 21:07:39 +00:00
Darren Embry
87744d53c8 missed a spot for feature #2320 toggle subnet mask 2012-04-05 17:08:56 -04:00
Darren Embry
d7afd9001e use existing filter_expand_alias (well, via a wrapper) instead of
reinventing it
2012-04-05 16:48:09 -04:00
Ermal
67898061e6 Unbreak openvpn 2012-04-05 20:30:51 +00:00
Ermal
7b47bd4c3c Make vips vhid be unique per parent interface! 2012-04-05 20:22:01 +00:00
Irving Popovetsky
430b921bc9 Update etc/rc.php_ini_setup 2012-04-05 11:04:33 -07:00
smos
c1a104c7c8 Correct the fieldname we need to look into so we actually configure the tunneled interfaces. 2012-04-05 19:47:27 +02:00
smos
cb515a869b Add a fix so that proper rules for 6to4 and 6rd are created which would otherwise generate rule errors.
Aren't tunneled interfaces fun!
2012-04-05 19:47:27 +02:00
Darren Embry
01ed452e32 Load Balancer: allow port aliases in Pools and Virtual Servers. (PEV-394754) 2012-04-05 14:36:50 -04:00
Scott Ullrich
99f6b2a9a2 Merge pull request #74 from irvingpop/master
Modify low-RAM threshold for disabling PHP APC
2012-04-05 11:15:48 -07:00
Darren Embry
0917cb214b load balancer: allow IPv4 subnets up to 64 addresses in Pools and Virtual Servers (PEV-394754) 2012-04-05 13:10:41 -04:00
Darren Embry
9859b2b553 minor changes
- aggh hard tab in a string
- aggh brackets in case clauses
2012-04-05 13:10:40 -04:00
Darren Embry
939b2d7548 normalize indentation. 2012-04-05 13:10:39 -04:00
Warren Baker
6fb4a0b1fb Add post config and correct variable names 2012-04-05 17:33:31 +02:00
Warren Baker
7839ec183a Remove custom options from basic settings page 2012-04-05 17:14:16 +02:00
Warren Baker
ac2cfab290 Ensure interfaces are saved correctly 2012-04-05 17:10:08 +02:00
Warren Baker
a7caf4d60b fix typo 2012-04-05 16:45:20 +02:00
Warren Baker
49f81faa5d Add unbound user 2012-04-05 16:41:17 +02:00
Warren Baker
27bb6557e2 Setup chroot environment for unbound 2012-04-05 16:19:16 +02:00
Warren Baker
3f2e3bcfb2 Remove Extra brace 2012-04-05 15:17:54 +02:00
Warren Baker
9e7cc68f0d Use global variable 2012-04-05 15:09:50 +02:00