summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add support for SLAAC on the WAN interface, this is required for Stateless ↵smos2012-04-184-39/+63
| | | | | | | 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
* Handle multiple IPv6 DNS servers in rc.newwanipv6, remove chunk of broken ↵smos2012-04-182-10/+9
| | | | code in the DHCPv6 server that added duplicate lines. Redmine ticket #2380
* Add contributed SMART Status widget - ↵jim-p2012-04-171-0/+48
| | | | http://forum.pfsense.org/index.php/topic,48447.0.html
* Include the ntp facility also, should fix ntp loggingjim-p2012-04-171-1/+1
|
* Merge pull request #92 from phil-davis/patch-1Chris Buechler2012-04-171-2/+2
|\ | | | | Fix typos so that Status:Traffic Graph top bandwidth users is visible
| * Fix typos where css('dislay') is missing a 'p' - now the top ten bandwidth ↵Phil Davis2012-04-171-2/+2
|/ | | | users by host IP is visible on the Status:Traffic Graph
* Strip the ::1 from the 6to4 gateway addresssmos2012-04-161-1/+0
|
* Re-order the system routing configure after the tunneled interfaces are ↵smos2012-04-161-11/+11
| | | | configured.
* Prevent a invalid argument on a empty arraysmos2012-04-161-0/+2
|
* Only add the IPv4 gateway in the DHCPv4 config if we have a IPv4 gateway ↵smos2012-04-161-3/+20
| | | | | | defined on the system at all. This makes clients trying the IPv4 transport fail a lot faster, and thus more graceful.
* Add static routes for gif tunnel endpointssmos2012-04-141-1/+15
|
* Add a static route for the IPv4 relay so that 6to4 or 6rd on a OPT interface ↵smos2012-04-141-0/+10
| | | | works as expected.
* Merge pull request #91 from bcyrill/patch-5Scott Ullrich2012-04-141-1/+1
|\ | | | | Use appropriate syslog priorities.
| * Use appropriate syslog priorities.bcyrill2012-04-141-1/+1
|/
* Fix missing - on route parameterjim-p2012-04-141-1/+1
|
* Some IPv6 fixes for gateway groupsjim-p2012-04-141-3/+18
|
* Merge pull request #89 from bcyrill/patch-3Jim P2012-04-131-3/+3
|\ | | | | Fixed HTML tag.
| * Fixed HTML tag.bcyrill2012-04-131-3/+3
| |
* | Merge pull request #90 from vizvayu/masterJim P2012-04-133-10/+31
|\ \ | | | | | | Mode selection options for PowerD
| * | Added mode selection options for PowerD.Cristian Feldman2012-04-103-10/+31
| | |
* | | Enable verbosity to actually put something in the logsErmal2012-04-131-1/+1
| | |
* | | Resolves #2330. Check if there is a previous voucher config before wipingErmal2012-04-131-1/+4
| | |
* | | Show delegated prefixes on the DHCPv6 Leases display.jim-p2012-04-131-54/+138
| | |
* | | quiet change: fix indentation of xml2array functionDarren Embry2012-04-131-125/+125
| | | | | | | | | | | | i.e., tabs instead of 4 spaces
* | | Feature #1864 "Start" button for IPsec should be available for IP alias networksDarren Embry2012-04-132-11/+60
| | | | | | | | | | | | | | | | | | might need more testing. http://redmine.pfsense.org/issues/1864
* | | Increase Prefix delegation size choicessmos2012-04-131-0/+2
| | |
* | | Clarify textsmos2012-04-131-2/+2
| | |
* | | Do not throw a address family error when there is just 1 gateway.smos2012-04-131-1/+1
| | | | | | | | | | | | Fix the input logic for ticket #1662
* | | Feature #2123 Backup RRD files using the xml dump and restore from RRD toolsDarren Embry2012-04-124-47/+93
| | | | | | | | | | | | http://redmine.pfsense.org/issues/2123
* | | Fix constant. LOG_ERROR should be LOG_ERRjim-p2012-04-121-1/+1
| |/ |/|
* | Merge pull request #88 from bcyrill/patch-2Jim P2012-04-121-1/+1
|\ \ | | | | | | Fix tag order.
| * | Fix tag order.bcyrill2012-04-121-1/+1
|/ /
* | Merge pull request #87 from bcyrill/patch-8Jim P2012-04-121-26/+15
|\ \ | | | | | | Fixed IPv4 regression. Handles addresses with and without port.
| * | Fixed IPv4 regression. Handles addresses with and without port.bcyrill2012-04-121-26/+15
|/ /
* | Add brackets to a syslog server if it's an IPv6 IP. (Though FreeBSD's ↵jim-p2012-04-121-3/+11
| | | | | | | | syslogd still won't send to it ... http://www.freebsd.org/cgi/query-pr.cgi?pr=150530&cat=misc )
* | Merge pull request #84 from whjvenyl/patch-1Seth Mos2012-04-121-10/+4
|\ \ | | | | | | Update etc/inc/util.inc
| * | Update etc/inc/util.incwhjvenyl2012-04-121-10/+4
|/ /
* | fix typo. Ticket #2371Chris Buechler2012-04-121-1/+1
| |
* | Add modified version of user https://github.com/bcyrill patch that requires ↵smos2012-04-121-1/+12
| | | | | | | | a IPv6 literal when used with a port.
* | Revert "Also validate IPv6 literals."smos2012-04-121-3/+0
| | | | | | | | This reverts commit 21b586aa12ca35ccf54d4ddf66b0305e12e62a4d.
* | Modify get_configured_ip_aliases_list to optionally return the full vip ↵Erik Fonnesbeck2012-04-112-9/+12
| | | | | | | | entry and use this information to get the subnet and not just the IP in filter_get_direct_networks_list.
* | For consistency, generate a masked out subnet IP from the IP alias instead ↵Erik Fonnesbeck2012-04-111-1/+4
| | | | | | | | of using the IP directly.
* | this is only valid in mpd5 (really?...) Revert "RADIUS accounting updates ↵Chris Buechler2012-04-111-2/+0
| | | | | | | | | | | | are needed for PPPoE and L2TP too" This reverts commit 02b14dcb49da8dc278e87785bb3f811336bf1fd0.
* | RADIUS accounting updates are needed for PPPoE and L2TP tooChris Buechler2012-04-111-0/+2
| |
* | Also return IP alias VIP networks in filter_get_direct_networks_list.Erik Fonnesbeck2012-04-111-0/+6
| |
* | Merge pull request #82 from bcyrill/patch-7Seth Mos2012-04-111-6/+5
|\ \ | | | | | | Remove [] of literal IPv6 addresses
| * | Remove [] of literal IPv6 addressesbcyrill2012-04-111-6/+5
| | |
* | | Also validate IPv6 literals.smos2012-04-111-0/+3
|/ /
* | Merge pull request #80 from bcyrill/patch-4Scott Ullrich2012-04-111-4/+0
|\ \ | | | | | | Removed flawed HTML.
| * | Removed flawed HTML.bcyrill2012-04-111-4/+0
|/ /
OpenPOWER on IntegriCloud