summaryrefslogtreecommitdiffstats
path: root/etc/inc/filter.inc
Commit message (Expand)AuthorAgeFilesLines
* Ticket #8. Use proper IP to pfctl -b and run the command after the rules have...Ermal2010-08-101-3/+2
* correctly use sticky and round-robin. Ticket #337Chris Buechler2010-08-071-3/+3
* don't static port 5060 by default, it breaks things much more often than it h...Chris Buechler2010-08-061-2/+0
* Revert "Add self to the automatic nat rules generation so it easies balancing...Scott Ullrich2010-08-051-2/+2
* Add self to the automatic nat rules generation so it easies balancing the hos...Ermal2010-08-051-2/+2
* Fix text, and default to 1400Chris Buechler2010-08-041-1/+1
* Don't install reflection rules for port forwards with a destination address o...Erik Fonnesbeck2010-08-041-1/+1
* Resolves #599. Split mtu and mss fields in interfaces page so it is possible ...Ermal2010-08-041-2/+4
* Resolves #787. Present an option to enable a scrub rule for <vpns> target to ...Ermal2010-08-031-0/+8
* Convert outbound NAT rule code to using $FilterIflist for getting alias names...Erik Fonnesbeck2010-08-021-3/+3
* Revert "Adjust case of aliases/description names for PPTP and PPPoE server in...Erik Fonnesbeck2010-08-021-2/+2
* Adjust case of aliases/description names for PPTP and PPPoE server interfaces.Erik Fonnesbeck2010-08-011-2/+2
* Fixes #463. Actually define the correct variable so the pptp rdr rules can be...Ermal2010-07-221-12/+4
* Allow sticky-connections to work again. Ticket #337Scott Ullrich2010-07-151-18/+17
* Correct package rules error filename. Fixes #738jim-p2010-07-131-1/+1
* Add per-rule NAT reflection override.Erik Fonnesbeck2010-07-051-10/+15
* Label for 1:1 NAT reflection rules in rules.debug.Erik Fonnesbeck2010-06-251-1/+1
* Check for tcp/udp in the protocol specified for outbound NAT rules, since tcp...Erik Fonnesbeck2010-06-251-3/+6
* Propperly check for down state.Ermal2010-06-181-2/+2
* Fixes #665. Optimize and correctly check for the gateways on static routes to...Ermal2010-06-161-11/+8
* Add some missing code to convert_real_interface_to_friendly_interface_name. T...Ermal2010-06-031-1/+1
* Return the gateway status only for gateways apinger knows about instead of as...Ermal2010-06-031-2/+3
* Correctly teardown states for down gateways.Ermal2010-05-251-3/+3
* Revert "Use a global array for the most part of using the return_gateways_arr...Ermal2010-05-211-3/+3
* Use a global array for the most part of using the return_gateways_array() fun...Ermal2010-05-211-3/+3
* Fixes #610. Do not use the value of mtu blindly test it is set or use 1500 as...Ermal2010-05-201-1/+1
* block carp traffic to hosts self to avoid loops. fixes #598Scott Ullrich2010-05-191-0/+1
* get rid of flowtableChris Buechler2010-05-191-1/+3
* Simplify/optimize code.Ermal2010-05-131-3/+2
* Add a GUI field to let the user configure the maxium table entries size. Reso...jim-p2010-05-131-0/+5
* Using binat for reflection rules created some NAT issues under certain circum...Erik Fonnesbeck2010-05-131-9/+16
* Don't load the package include files if the packages are out of sync, which c...jim-p2010-05-111-1/+2
* Comment out the linkage of carp with alias members. As it is it does not work...Ermal2010-05-101-2/+6
* Do not install reflection rules for port forwards when the destination is inv...Erik Fonnesbeck2010-05-081-0/+2
* Revert changes to reflection for port forwards until finished and approved.Erik Fonnesbeck2010-05-081-69/+196
* Merge http://gitweb.pfsense.org/pfsense/efonne-new_nat_reflection into masterErik Fonnesbeck2010-05-081-184/+116
|\
| * Add backend code for NAT reflection on 1:1 NAT mappings.Erik Fonnesbeck2010-05-041-9/+30
| * Removed some redundant/obsolete code that is superceded by the new NAT reflec...Erik Fonnesbeck2010-05-041-8/+0
| * Add the NAT that goes with the reflection redirects.Erik Fonnesbeck2010-05-041-17/+49
| * Added reflection redirect rule and rearranged some related code that goes wit...Erik Fonnesbeck2010-05-041-57/+49
| * Remove the old reflection implementation and prepare for the new one.Erik Fonnesbeck2010-05-041-116/+11
* | The global reference declaration is needed.Ermal2010-05-071-1/+1
* | Use a global array to prevent errors on rulesets which have invalid gateways....Ermal2010-05-071-3/+12
* | Move auto generated rule for static routes on same subnet. Use sloppy states ...Ermal2010-05-071-28/+29
* | Fix the regular expression used in filter_generate_address for OPT subnet so ...Erik Fonnesbeck2010-05-061-1/+1
* | Ticket #511. Do not penailize other packages if rules of one package are erro...Ermal2010-05-051-4/+8
* | Implement tcp flags and sloppy state on the GUI.Ermal2010-05-051-15/+42
|/
* Put all of these lines in the block under this condition and remove the irrel...Erik Fonnesbeck2010-05-041-4/+2
* When 'No RDR' is set, skip some code that does not apply.Erik Fonnesbeck2010-05-041-2/+2
* This check is no longer needed here.Erik Fonnesbeck2010-05-041-13/+11
OpenPOWER on IntegriCloud