summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* Services: DNS ForwarderN0YB2013-02-041-0/+8
| | | | Add DNS query forwarding section with options for sequential and require domain.
* Make more strict checks during is_ip* functions. Helps ↵Ermal2013-02-041-1/+3
| | | | http://forum.pfsense.org/index.php/topic,58399.0.html and http://forum.pfsense.org/index.php/topic,58273.0.html
* Fix get_interface_subnetv6() for VIPsRenato Botelho2013-02-041-10/+10
|
* Merge pull request #371 from bcyrill/patch-18rbgarga2013-02-043-3/+9
|\ | | | | Fix filterdns termination
| * Kill filterdns when not being usedbcyrill2013-02-023-3/+9
| |
* | Merge pull request #372 from miken32/reverseacctrbgarga2013-02-041-5/+18
|\ \ | | | | | | Allow RADIUS accounting to be reversed
| * | check for optional reversing of statisticsMichael Newton2013-02-011-5/+18
| |/
* | Make not LAN address etc rules workPhil Davis2013-02-041-0/+4
| | | | | | | | | | | | | | | | I cannot understand how this worked anywhere in the recent past. The code fragment: if(isset($rule[$target]['not'])) $src = " !{$src}";$src = " !{$src}"; Appeared in multiple if/else clauses but was missing in 2 places, which I have added. Actually, it is now duplicated in every part of the filter_generate_address if/else structure, and so it could be applied once at the end of the routine. I have taken the minimal risk approach here, since I am not in a position to test every if/else case properly. But I can easily create a version that removes the code duplication, and someone else can test it well before committing (this is a fundamental bit of rule code that everyone uses, so I don't want to accidenatally break it worse for some poor sod.)
* | Add a means to force a fsck (on rare occasions the fs is not marked dirty, ↵jim-p2013-02-021-0/+9
| | | | | | | | but still needs fsck run to fix errors)
* | Add a manual way for someone to set TRIM if they really want it. touch ↵jim-p2013-02-021-0/+24
|/ | | | | | /root/TRIM_set and reboot to set, touch /root/TRIM_unset to clear. Have to reboot after setting the tunefs flag or when mount is run, it clears any changes. No way to do it on the fly.
* Avoid killing apinger's rrdtool processes on kill_traffic_collector(). It ↵Renato Botelho2013-02-011-2/+6
| | | | helps a problem reported on comment of ticket #1399
* Avoid duplicate hw.usb_no_pf entry on loader.confRenato Botelho2013-02-011-1/+2
|
* Hide usbus# from interfaces list. Fixes #2306Renato Botelho2013-02-011-0/+3
|
* Removed unused block of codeRenato Botelho2013-02-011-17/+1
|
* Use the better -Fs modifies to pf to kill the states by interface. Also kill ↵Ermal2013-01-312-2/+2
| | | | both sides on an interface when -k needs to be used
* Load if_stf module if has not been doneErmal2013-01-311-0/+4
|
* Add missing parameter to interface_track6_configure() callRenato Botelho2013-01-311-1/+1
|
* Fix a typoRenato Botelho2013-01-311-1/+1
|
* Do delayed handling of track6 interfaces a bit earlier. More thoughts need ↵Ermal2013-01-311-9/+56
| | | | to be done on the track6 configuration
* Correct name as reported by phil-davis@githubErmal2013-01-311-1/+1
|
* Destroy the stf interface to avoid issues with ipv6 interface assignment. ↵Ermal2013-01-311-24/+51
| | | | Also delete any previous address on track6 interfaces before assigning a new one.
* Do not do any operation if its not necessaryErmal2013-01-311-5/+8
|
* Create link_interface_to_track6 to make code more readble and easily ↵Ermal2013-01-315-143/+129
| | | | trackble. Also improve the generation of rules to avoid creating problems during filter reload and some optimizations with it
* is_ipaddr_configured() now returns VIPSRenato Botelho2013-01-301-0/+14
|
* Fix indentRenato Botelho2013-01-301-1/+1
|
* Fix whitespaces and indentRenato Botelho2013-01-301-171/+171
|
* Merge pull request #362 from bcyrill/patch-4Ermal Luçi2013-01-301-1/+1
|\ | | | | Adapt regex pattern for new stp interface naming
| * Update etc/inc/interfaces.incbcyrill2013-01-301-1/+1
| | | | | | With the new support for multiple stf interfaces their names have changed. Adapt the regex pattern.
* | Do more strict checks. Also silence some more log_error under debug. Also do ↵Ermal2013-01-302-18/+20
|/ | | | some sanity checks on rc.newwanipv6 before doing any operation
* Put more checks hereErmal2013-01-301-2/+11
|
* Oops correct interface nameErmal2013-01-301-3/+3
|
* Correct fetching ipv4 gateway by passing correct parameterErmal2013-01-301-5/+3
|
* Silence error. Maybe the command should be removed completely!Ermal2013-01-301-1/+1
|
* Ticket #2412. Also allow ipv6 traffic to flow on the stf interfaceErmal2013-01-301-0/+4
|
* Ticket #2412 6to4 can come from any source. Also tighten rule that reply ↵Ermal2013-01-301-2/+2
| | | | comes only to the dedicated interface for this rather than any other interface
* Fixes #2674. Use the interface mtu rather than hardcoded 1280. Needs to be ↵Ermal2013-01-301-1/+5
| | | | seen if issues with fragmentation can come from this on 6rd/6to4 tunnels
* pfctl -b is gone just use std tools of pfctlErmal2013-01-302-12/+7
|
* Make this regular expression a little more specific so it does not kill the ↵Erik Fonnesbeck2013-01-301-1/+1
| | | | wrong wpa_supplicant if there are double-digit interface numbers.
* Corrected cmd line for hostapdPhil Davis2013-01-301-4/+7
|
* Revert "Use pid even for hostapd rather then trying to guess with regex"Ermal2013-01-301-7/+4
| | | | This reverts commit b73a96b68d1d4e919a268d2e8e3a6ec902709e6d.
* Use correct key. Be more strict while checking by suing v4 version for ipv4. ↵Ermal2013-01-291-4/+4
| | | | Fixes: http://forum.pfsense.org/index.php/topic,58122.msg312024.html#msg312024
* Merge pull request #358 from miken32/hp_bandwidthErmal Luçi2013-01-291-54/+83
|\ | | | | support HP RADIUS attributes for bandwidth limits and redirection URLs
| * support HP RADIUS attributes for bandwidth, url, data quotasMichael Newton2013-01-291-54/+83
| |
* | Use pfSense function where possible and rename stf0 to interface_stf to ↵Ermal2013-01-292-15/+20
| | | | | | | | allow multiple instances of iot
* | I am not sure why this is needed but for sure its not needed during bootupErmal2013-01-291-1/+3
|/
* Permit openvpn to use same port on different interfaces. It should fix #814Renato Botelho2013-01-291-11/+29
|
* Fix wrong unset callsRenato Botelho2013-01-291-4/+4
|
* Do not do so much work during boot since all interfaces will be called for ↵Ermal2013-01-291-11/+20
| | | | configuration no need to go and find those. Also delay tracking interfaces during config to give a chance their parents to come up
* Use pid even for hostapd rather then trying to guess with regexErmal2013-01-281-4/+7
|
* If the interface is not enabled do not try to configure itErmal2013-01-281-1/+4
|
OpenPOWER on IntegriCloud