Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove deprecated sysctls. vfs.forcesync needs to be seen if the patch needs ↵ | Ermal | 2013-12-14 | 1 | -10/+0 |
| | | | | to be put in place again! | ||||
* | Add hybrid and disabled outbound NAT, fixes #2416: | Renato Botelho | 2013-11-13 | 1 | -22/+19 |
| | | | | | | | | | | | | | - Add 2 new outbound NAT modes, hybrid and disabled, manual and advanced keep working the same way - Hybrid mode applies manual rules first, automatic after - Disabled do no create any outbound NAT rules - Remove ipsecpassthru config field and rename advancedoutbound to outbound - Save mode on $config['nat']['outbound']['mode'] to simplify the logic - Modify config.default to reflect changes - Add code to upgrade config, and change latest_version to 10.3 - Use html to align modes and remove some hacks to align using | ||||
* | We do not use nor include newsyslog, so remove the cron job. | jim-p | 2013-10-09 | 1 | -9/+0 |
| | |||||
* | Set action = pass for configured mac addresses on CP passtrumac | Renato Botelho | 2013-09-14 | 1 | -1/+1 |
| | |||||
* | Disable kill_states by default on upgrade, it fixes #3183 | Renato Botelho | 2013-09-06 | 1 | -1/+1 |
| | |||||
* | Disable state killing on gateway failure by default for new configs. | Chris Buechler | 2013-09-03 | 1 | -0/+1 |
| | | | | Clarify the text describing the option while here. | ||||
* | Fixes #2979 | Renato Botelho | 2013-05-29 | 1 | -1/+1 |
| | | | | | | | . Change max value for traffic and packets graphs to 20GigE . Bump config version to 9.6 . Write a config upgrade function to tune current rrd files to the new max value | ||||
* | After some discussions it is better to make this a tunable and allow its ↵ | Ermal | 2013-05-08 | 1 | -0/+5 |
| | | | | value change from administrator. | ||||
* | Fix IPv6 Prefix ID default value | Renato Botelho | 2013-05-06 | 1 | -1/+1 |
| | | | | | | | . Always initialize it to 0 when it's undefined . Remove unecessary initializations and checks . Bump config version to 9.5 . Write an upgrade config function to initialize old configs properly | ||||
* | Upgrade code & config default version | N0YB | 2013-02-09 | 1 | -1/+1 |
| | |||||
* | Update config default with powerd battery mode | N0YB | 2013-02-09 | 1 | -1/+2 |
| | |||||
* | Adjust RRD captive portal graphs for CP zones | Renato Botelho | 2013-02-06 | 1 | -1/+1 |
| | | | | | | | | | - Create RRD configs per zone - Add tabs to see graphs per zone - Migrate existing rrd files to default cpZone - While I'm here, call unset() for $rrdcreate and $rrdupdatesh Resolves #2655 | ||||
* | Make sure default config complies with latest version | Renato Botelho | 2013-01-21 | 1 | -2/+0 |
| | |||||
* | Update the default config.xml to 9.2 so it does not trigger config.xml ↵ | Renato Botelho | 2013-01-21 | 1 | -1/+1 |
| | | | | upgrade during install of a new system | ||||
* | Add IPv6 privacy settings tunables. Keep the default FreeBSD value for them, ↵ | Renato Botelho | 2013-01-21 | 1 | -0/+10 |
| | | | | that is disabled. This implements feature request #2587 | ||||
* | Do not prefer anymore oldsa and recommend it as a better choice | Ermal | 2013-01-10 | 1 | -1/+0 |
| | |||||
* | Add bogons update frequency selection | bcyrill | 2013-01-06 | 1 | -0/+3 |
| | |||||
* | Add the new tunable in the GUI for custommization and its default value | Ermal | 2012-12-11 | 1 | -0/+5 |
| | |||||
* | Added mode selection options for PowerD. | Cristian Feldman | 2012-04-10 | 1 | -0/+1 |
| | |||||
* | Set the IPaddrv6 field for the lan to track6 so it autoconfigures from the WAN. | smos | 2012-04-03 | 1 | -0/+1 |
| | | | | I forgot to remove the link local address it had in it on the original commit. | ||||
* | Fix botched config.xml merge error. Remove duplicate ipaddrv6 tag. | smos | 2012-04-03 | 1 | -1/+0 |
| | |||||
* | Remove this track6 line as it causes an xml error | jim-p | 2012-04-02 | 1 | -1/+0 |
| | |||||
* | Changeout the told dhcp-pd config for the new track6 style autoconfiguration ↵ | smos | 2012-04-02 | 1 | -1/+3 |
| | | | | of the lan interface. | ||||
* | Update the default config.xml to 8.3 so it does not trigger config.xml ↵ | smos | 2012-03-22 | 1 | -1/+1 |
| | | | | upgrade during install of a new system | ||||
* | removed the timeformate change and putting it in the dhcpd and dhcpdv6 which ↵ | Joecowboy | 2012-02-25 | 1 | -2/+0 |
| | | | | will be generated by interface code. New XML tags will be <dhcpleaseinlocaltime/> and <dhcpv6leaseinlocaltime/> | ||||
* | Added Time format change XML tag for both DHCP and DHCPv6 if you want to use ↵ | Joecowboy | 2012-02-25 | 1 | -0/+2 |
| | | | | local time instead of UTC for leases. | ||||
* | Fix default SMTP monitor parameters so they will properly check to see if an ↵ | jim-p | 2011-11-01 | 1 | -2/+2 |
| | | | | SMTP banner is received. | ||||
* | load balance monitor type send/expect must have a '' when using more then ↵ | marcelloc | 2011-09-02 | 1 | -1/+1 |
| | | | | one argument. | ||||
* | Add DHCP6 to the default configuration | smos | 2011-08-18 | 1 | -0/+1 |
| | |||||
* | Fix conf.default version | jim-p | 2011-05-19 | 1 | -1/+1 |
| | |||||
* | Add the ipv6 allow tag to the default config. | Seth Mos | 2011-05-06 | 1 | -1/+21 |
| | | | | | | Add a default allow rule for the LAN with IPv6 Add a dhcp-pd sla-id of 0 for the WAN. Add a dhcp-pd length of 0 for the WAN | ||||
* | Merge remote branch 'upstream/master' | Seth Mos | 2011-05-03 | 1 | -5/+0 |
|\ | | | | | | | | | Conflicts: usr/local/www/status_rrd_graph_img.php | ||||
| * | Remove rndtest sysctl since the kernel module is not anymore part of our ↵ | Ermal | 2011-04-28 | 1 | -5/+0 |
| | | | | | | | | kernels. Leftover noticed by: Jim | ||||
* | | Add the IPv6 tag to the version so that BSD perimeter can seen these ↵ | Seth Mos | 2011-03-09 | 1 | -1/+1 |
|/ | | | | installs from a mile away | ||||
* | Add the default value for the new tunable debug.pfftpproxy to 0. It allows ↵ | Ermal | 2011-01-17 | 1 | -0/+5 |
| | | | | to disable the pfftpproxy. Also add it to the default config.xml though no upgrade code should be needed since people can create this from the gui and hopefully do not need to know about this anyway. | ||||
* | Update config.xml to a more recent version, include a cron job for URL table ↵ | jim-p | 2011-01-10 | 1 | -96/+49 |
| | | | | aliases updates. | ||||
* | Add sysctl for maximum socket buffer sizing. Set to 42621444. This is ↵ | Scott Ullrich | 2011-01-04 | 1 | -0/+5 |
| | | | | needed for some heavily loaded servers running unbound, squid, etc | ||||
* | Remove bce item it is loader.conf only per jimp | Scott Ullrich | 2010-11-21 | 1 | -5/+0 |
| | |||||
* | Add missing </item> | Scott Ullrich | 2010-11-20 | 1 | -0/+1 |
| | |||||
* | oops, typo | Scott Ullrich | 2010-11-20 | 1 | -1/+1 |
| | |||||
* | Increase vfs.read_max to 32. See ↵ | Scott Ullrich | 2010-11-20 | 1 | -0/+4 |
| | | | | http://ivoras.sharanet.org/blog/tree/2010-11-19.ufs-read-ahead.html .. This can help dramatically if using Squid or any other packae that does a lot of hard disk reads. | ||||
* | Convert fullname field on users to descr, so it gains CDATA protection. | jim-p | 2010-10-19 | 1 | -1/+1 |
| | |||||
* | desc to descr in Load Balancer config, so they gain CDATA protection and ↵ | jim-p | 2010-10-19 | 1 | -5/+5 |
| | | | | standardize field names. Ticket #320. | ||||
* | Change the description field on sysctl tunables to be 'descr' and not 'desc' ↵ | jim-p | 2010-10-19 | 1 | -26/+26 |
| | | | | so they will gain CDATA protection. Ticket #320 | ||||
* | Upgrade code for pppoe. | Ermal | 2010-09-02 | 1 | -1/+1 |
| | |||||
* | Disable TSO and LRO in the default config. | jim-p | 2010-08-04 | 1 | -0/+2 |
| | |||||
* | Remove these from the default config. They moved into other sections and do ↵ | jim-p | 2010-08-03 | 1 | -20/+0 |
| | | | | not need to exist by default. | ||||
* | Fix variable name for consistency. | jim-p | 2010-07-27 | 1 | -1/+1 |
| | |||||
* | Remove associated rule-id from default config they confuse rule edit page. | Ermal | 2010-04-13 | 1 | -2/+0 |
| | |||||
* | Remove bandwidth tags from default config they are not used. | Ermal | 2010-04-12 | 1 | -4/+0 |
| |