Commit Graph

19166 Commits

Author SHA1 Message Date
Erik Fonnesbeck
a6aedcd141 Clean up filter_generate_reflection_nat, remove obsolete checks, and add new checks that are now needed. Ticket #2240 2012-04-20 00:20:30 -06:00
Erik Fonnesbeck
112f56029d Use filter_get_direct_networks_list instead of dumping a copy of the routing table. Ticket #2240 2012-04-20 00:20:29 -06:00
Erik Fonnesbeck
868cd12c52 Modify filter_get_direct_networks_list to optionally return an array instead, which includes subnet, friendly interface, and gateway (if applicable), for ticket #2240 2012-04-20 00:20:29 -06:00
smos
4b340c903c Update the default URL here for our new FreeBSD release. 2012-04-19 19:44:41 +02:00
Darren Embry
3a83296fe4 fix for Bug #2334 quality rrd graphs do not automatically refresh
id attributes can't have a period, someone didn't read w3c specs on id attributes ;-)
2012-04-19 14:27:36 -04:00
Warren Baker
76e91d3ffe Add SUBMISSION port, fixes #2387 2012-04-19 13:53:39 +02:00
jim-p
25ed9cf8a4 Add cheap hack to make syslogd forwarding to IPv6 work at bootup. Fixes #2370 2012-04-18 16:57:02 -04:00
jim-p
daac437f8e Make sure VPN interface gateways are handled separately 2012-04-18 14:23:02 -04:00
smos
318a081213 Use curlies to be very sure, yes 2012-04-18 18:06:27 +02:00
smos
da12a8a42f Make sure to push elements we don't recognize on the stack too. 2012-04-18 18:04:02 +02:00
smos
eaa477d2d6 Add the subnet bits to the config 2012-04-18 17:40:25 +02:00
smos
c3ce2eced4 Add upgrade code that updates the dynamic gateway names to their new format new $if_$type.
Redmine Ticket #2332. I've tested a simple upgrade with 3 dynamic Wans with varying names and that appears to have succeeded. Needs more testing.
2012-04-18 17:33:37 +02:00
jim-p
bf4b25969e Update pf.os a bit 2012-04-18 11:30:32 -04:00
smos
6710234495 Add the correct fix to pick up the IPv6 gateway for slaac interfaces 2012-04-18 15:11:12 +02:00
jim-p
c91e242e60 Some updates/optimizations to smart widget 2012-04-18 10:17:34 -04:00
Jim P
ef82d62b8f Merge pull request #93 from phil-davis/patch-1
Store PBIs in /root/var/db/pbi so they persist across reboots.
2012-04-18 05:31:17 -07:00
smos
c0b1bc8146 Make sure that SLAAC gateways show up in return_gateways_array();
redmine ticket #1834
2012-04-18 11:41:52 +02:00
smos
feb88a1476 Add support for SLAAC on the WAN interface, this is required for Stateless autoconf addressing.
Normally this should only apply to Appliances that do not need to route. We automatically hook in the dhcp6 client to request name servers from DHCP6 in a information only mode. It will not attempt to request a address. For that you should use the plain DHCP6 option with a prefix size of none.
This is for redmine ticket #1834
2012-04-18 11:26:09 +02:00
smos
1a5f87d1c8 Handle multiple IPv6 DNS servers in rc.newwanipv6, remove chunk of broken code in the DHCPv6 server that added duplicate lines. Redmine ticket #2380 2012-04-18 10:43:02 +02:00
Phil Davis
152c18f002 Store PBIs in /root/var/db/pbi so they persist across reboots.
Keep the existing code for old-style PKG packages in case users on 2.1 are doing anything with PKG packages by hand. In theory all proper package installs on pfSense 2.1 (FreeBSD 8.3) should use PBIs.
2012-04-18 12:14:27 +05:45
jim-p
2f0a49e922 Add contributed SMART Status widget - http://forum.pfsense.org/index.php/topic,48447.0.html 2012-04-17 11:39:58 -04:00
jim-p
4f8adcb66a Include the ntp facility also, should fix ntp logging 2012-04-17 09:33:04 -04:00
Chris Buechler
3e7016fd06 Merge pull request #92 from phil-davis/patch-1
Fix typos so that Status:Traffic Graph top bandwidth users is visible
2012-04-17 02:04:07 -07:00
Phil Davis
7f8f5d01fa Fix typos where css('dislay') is missing a 'p' - now the top ten bandwidth users by host IP is visible on the Status:Traffic Graph 2012-04-17 14:39:49 +05:45
smos
2e03f3e297 Strip the ::1 from the 6to4 gateway address 2012-04-16 19:00:17 +02:00
smos
b5191708f8 Re-order the system routing configure after the tunneled interfaces are configured. 2012-04-16 18:45:29 +02:00
smos
4b2bf4fc01 Prevent a invalid argument on a empty array 2012-04-16 10:12:09 +02:00
smos
c08a5659d8 Only add the IPv4 gateway in the DHCPv4 config if we have a IPv4 gateway defined on the system at all.
This makes clients trying the IPv4 transport fail a lot faster, and thus more graceful.
2012-04-16 10:03:02 +02:00
smos
01a58d89da Add static routes for gif tunnel endpoints 2012-04-14 20:19:13 +02:00
smos
c8ed8142d9 Add a static route for the IPv4 relay so that 6to4 or 6rd on a OPT interface works as expected. 2012-04-14 20:08:43 +02:00
Scott Ullrich
eb25c881dd Merge pull request #91 from bcyrill/patch-5
Use appropriate syslog priorities.
2012-04-14 12:20:30 -07:00
bcyrill
239a297742 Use appropriate syslog priorities. 2012-04-14 21:19:12 +02:00
jim-p
64a8dbf264 Fix missing - on route parameter 2012-04-14 14:53:59 -04:00
jim-p
711a20ebcb Some IPv6 fixes for gateway groups 2012-04-14 14:53:59 -04:00
Jim P
d86ef65fa4 Merge pull request #89 from bcyrill/patch-3
Fixed HTML tag.
2012-04-13 13:27:33 -07:00
Jim P
9583759704 Merge pull request #90 from vizvayu/master
Mode selection options for PowerD
2012-04-13 13:27:16 -07:00
Ermal
d46c3acd20 Enable verbosity to actually put something in the logs 2012-04-13 19:13:33 +00:00
Ermal
ab9526e619 Resolves #2330. Check if there is a previous voucher config before wiping 2012-04-13 19:13:33 +00:00
jim-p
f6bda83c78 Show delegated prefixes on the DHCPv6 Leases display. 2012-04-13 15:00:40 -04:00
Darren Embry
86c707f38e quiet change: fix indentation of xml2array function
i.e., tabs instead of 4 spaces
2012-04-13 14:10:28 -04:00
Darren Embry
5923185536 Feature #1864 "Start" button for IPsec should be available for IP alias networks
might need more testing.

http://redmine.pfsense.org/issues/1864
2012-04-13 12:50:32 -04:00
smos
79909926af Increase Prefix delegation size choices 2012-04-13 14:34:28 +02:00
smos
e1cc1f6de3 Clarify text 2012-04-13 14:33:38 +02:00
smos
e617e9b1c1 Do not throw a address family error when there is just 1 gateway.
Fix the input logic for ticket #1662
2012-04-13 13:58:57 +02:00
Darren Embry
8bdb687946 Feature #2123 Backup RRD files using the xml dump and restore from RRD tools
http://redmine.pfsense.org/issues/2123
2012-04-12 19:11:18 -04:00
jim-p
0d0cb04730 Fix constant. LOG_ERROR should be LOG_ERR 2012-04-12 18:06:25 -04:00
bcyrill
39121390a7 Fixed HTML tag. 2012-04-13 00:20:50 +03:00
Jim P
d1edd7e5ae Merge pull request #88 from bcyrill/patch-2
Fix tag order.
2012-04-12 11:51:52 -07:00
bcyrill
098686aff1 Fix tag order. 2012-04-12 21:50:43 +03:00
Jim P
2fbd5513b1 Merge pull request #87 from bcyrill/patch-8
Fixed IPv4 regression. Handles addresses with and without port.
2012-04-12 09:47:14 -07:00