jim-p
2100a4542e
Check if a widget is null before testing a property. Fixes skipped updates on certain widgets (like the gateway widget) if someone doesn't have the cpu widget file on their fs (which a clean install does not).
2011-09-13 13:57:47 -04:00
jim-p
d3ce6a8be3
Revert "Another try at prventing panic on reconfig of ppp type wans. Ticket #1696 "
...
This reverts commit afe88d6923 .
2011-09-12 19:20:13 -04:00
jim-p
b8c8820bd1
Revert "Be correct on teh variable scope"
...
This reverts commit 106646b420 .
2011-09-12 19:20:08 -04:00
Ermal
106646b420
Be correct on teh variable scope
2011-09-12 22:35:47 +00:00
Ermal
afe88d6923
Another try at prventing panic on reconfig of ppp type wans. Ticket #1696
2011-09-12 22:30:52 +00:00
jim-p
8678130da6
If we are coming from a PPPoE/PPTP WAN type, grab the old physical interface first to avoid assigning a ppp interface to itself. Fixes pppoe->pppoe wizard run as well as changing pppoe->dhcp. Fixes #1696
2011-09-12 17:06:51 -04:00
jim-p
3a11fef2b0
Check in intel license files, required for compliance. The copy.list alone wasn't grabbing them.
2011-09-12 16:05:55 -04:00
Scott Ullrich
108c6dbc58
Add no cache header
2011-09-12 15:32:56 -04:00
Ermal
43d8f1cc9c
Fixes #1696 . Do not store temporary information under interfaces section during wizards since this might generate a message to netgraph that triggers a panic.
2011-09-12 12:05:11 +00:00
Ermal
aab5f04c47
Correct behaviour of switching from console from any ppp type device to other type. This has been broken since new ppp code.
2011-09-12 11:46:29 +00:00
jim-p
ae0023beea
Don't try to unset this variable if it isn't set to begin with. Fixes #1865
2011-09-09 11:16:36 -04:00
Chris Buechler
65319e4cac
fix firewall_nat_out to not auto-generate outbound NAT rules with one too many IPs
2011-09-09 04:40:28 -04:00
Ermal
d523215bd2
Show friendly interface names
2011-09-08 17:49:29 +00:00
Warren Baker
21c160361d
Move filter box up to the top, so it is more easily accessible
2011-09-08 12:29:57 +02:00
Ermal
5077970883
Correct check
2011-09-07 20:18:46 +00:00
Ermal
ebc0e4b6fd
Add support for multiple radius server to be used during authentication
2011-09-07 19:59:56 +00:00
Ermal
5b4f3f1b60
Remove duplicated occurence during merging
2011-09-07 18:07:06 +00:00
Ermal
00257cf5ed
Remove references to undeclared table
2011-09-07 13:04:33 +00:00
Ermal
b4792bf8fe
Add the multi instance CP to master branch. This allows to define CP with different properties on different interfaces.
2011-09-07 13:04:01 +00:00
smos
9b55203f87
Show the hexadecimal value of the integer for readability
2011-09-07 13:06:57 +02:00
jim-p
fce938b3a3
Match pftop page exatly with privilege, there is no other page that glob would catch. Fixes #1845
2011-09-06 18:37:35 -04:00
Seth Mos
3aa114d555
Add proper validation to the services_rtadvd_configure() to only pick up the IPv6 nameservers if any
...
Ticket #1836
2011-09-06 22:25:50 +02:00
jim-p
f8707b1537
Also show queues on limiter info page, so that the child queues of limiter pipes can be viewed. (See ticket #1843 )
2011-09-06 13:29:56 -04:00
smos
520c3d614d
Remove the gateway field from view since it is not a valid option for now.
2011-09-03 19:48:45 +02:00
Seth Mos
a04959b883
Also add the new RDNSS fields to the rtadvd config for prefix delegation cases.
2011-09-03 20:01:17 +02:00
Seth Mos
f535d5a0bb
Now that our rtadvd binary supports RDNSS we can tack the search domain and DNS servers onto the stack.
...
Ticket #1836
2011-09-03 19:58:29 +02:00
smos
02091d234d
Encapsulate in curlies for safety
2011-09-03 12:20:08 +02:00
smos
ea91a8c0c2
Unbreak system_routing_configure();
2011-09-03 12:17:15 +02:00
smos
26ecc19c99
Only add the Interface scope on link local addresses
2011-09-03 11:13:43 +02:00
smos
5a8371cdde
Add a / for the prefix length value. As suggested on
...
http://forum.pfsense.org/index.php/topic,40377.msg209028.html#msg209028
2011-09-03 11:13:43 +02:00
jim-p
4fbc8429be
Only do cookie check if the form has already been posted. The cookie check is not accurate for the first page load after a browser has been opened, has to be at least one refresh/post first.
2011-09-02 13:03:33 -04:00
Chris Buechler
399ccb4d91
Merge pull request #12 from marcelloc/patch-1
...
load balance monitor type send/expect must have a '' when using more then
2011-09-02 06:10:38 -07:00
marcelloc
1ce020c0d2
load balance monitor type send/expect must have a '' when using more then one argument.
2011-09-02 02:43:44 -03:00
Ermal
6f14b34a60
Unlink the failed downloaded file if present. Since it might contain harmful and not expected content
2011-09-01 19:54:03 +00:00
jim-p
3adae4dbdb
Check/set array for $config['staticroutes']['route'] as well, fixes deleting of the last static route not syncing to secondary unit.
2011-09-01 14:18:26 -04:00
smos
8fb12535b7
Add empty dhcp6c client control socket file
2011-09-01 13:16:15 +02:00
smos
81a3b6f56f
Add a find_interface_ipv6_ll() to find the link local address of a interface.
...
Use this link local address for the apinger srcip otherwise we might try using the DHCP6 /128 address which will fail.
We need to extend apinger or any replacement thereoff to understand the %{$realif} scope suffix for link local addresses so that these are always correct. This is important since link local gateway addresses are a normal thing and FreeBSD will complain otherwise.
2011-09-01 12:33:36 +02:00
Chris Buechler
d5bff5e4e7
fix unknown-clients on DHCPv6
2011-09-01 04:21:10 -04:00
smos
1a40ed8ad8
Fix system_routing_configure() so that that it also passes the interface scope with the IPv6 address on route changes. This is required for link local gateways to work.
2011-09-01 08:41:16 +02:00
smos
4ddbdfc17b
Remove stray print_r debugging from the dhcp6 client function
2011-09-01 08:41:16 +02:00
jim-p
0041092cbf
If a user's browser does not support cookies, print an error on the login form telling them so.
...
Conflicts:
etc/inc/authgui.inc
2011-08-31 14:46:39 -04:00
smos
baf9fdcae6
Further fix up the DHCPv6 client support, launch rtsol to figure out our gateway and add this into the interface router file in /tmp.
...
This will then be picked up by the rest of the system. My testlab happens to block ping showing it down but should otherwise work.
2011-08-31 14:36:02 +02:00
smos
46a7c9aae0
Do not send reconfigure events in the rc.newwanipv6 until we figure out a way to not step on the v4 configure too.
...
Correct some variable names
2011-08-31 09:19:13 +02:00
jim-p
360ed9fa24
Avoid a blank trailing entry
2011-08-30 16:34:14 -04:00
jim-p
40af551fe5
Have Diag>DNS pull servers from /etc/resolv.conf instead of the config, so it reflects all of the servers in use for the speed report.
2011-08-30 16:32:12 -04:00
jim-p
d89fdda0f2
Add a note to the server Load Balancer page to let users know it's not for Multi-WAN.
2011-08-30 16:04:34 -04:00
Warren Baker
96beb23dd4
Wording fix to better describe the Translation address.
2011-08-30 21:48:05 +02:00
jim-p
badc234035
Fix bottom note when viewing Floating rules to better reflect how they operate.
2011-08-30 15:30:10 -04:00
jim-p
bde9fd2199
Fix note width for 1:1 NAT
2011-08-30 15:16:31 -04:00
jim-p
abc16ee65e
Fix QinQ note width.
2011-08-30 15:00:13 -04:00