summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Merge pull request #364 from mdima/masterErmal Luçi2013-01-311-15/+22
|\ | | | | Fix for links and PPS
| * Fixes links and PPSMichele Di Maria2013-01-311-15/+22
| | | | | | | | | | | | This change fixes: - Interface value in the links to the "Firewall: Traffic Shaper" page; - Read the proper PPS value from the qstats XML file. 
* | 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
* | Actually destroy in this caseErmal2013-01-311-1/+1
| |
* | Do the right thing hereErmal2013-01-311-2/+5
| |
* | Merge pull request #363 from phil-davis/masterChris Buechler2013-01-301-2/+2
|\ \ | | | | | | Syntax error in vpn_pppoe.php
| * | Syntax error in vpn_pppoe.phpPhil Davis2013-01-311-2/+2
|/ /
* | Avoid mpd based services to set localip to an already used IP on the system. ↵Renato Botelho2013-01-302-0/+6
| | | | | | | | It should fix #1723
* | 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-303-19/+21
|/ / | | | | | | 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
| |
* | Whitespace fixesjim-p2013-01-301-18/+16
| |
* | Change output style to follow halt.php and reboot.php so the shutdown output ↵jim-p2013-01-301-10/+13
| | | | | | | | appears in the correct location on the page.
* | 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
| |
* | Fixes #1928. Disallow sync loop only for certain types of calls but not for ↵Ermal2013-01-301-9/+27
| | | | | | | | exec_[php|shell]. Also fix CARP loop detection to use correct variable
* | 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-306-23/+13
| |
* | 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.
* | Merge pull request #361 from phil-davis/masterChris Buechler2013-01-301-4/+7
|\ \ | | | | | | Corrected cmd line for hostapd
| * | Corrected cmd line for hostapdPhil Davis2013-01-301-4/+7
|/ /
* | More unsets :)Ermal2013-01-301-0/+1
| |
* | Make smal fixErmal2013-01-301-1/+2
| |
* | Merge pull request #360 from mdima/masterErmal Luçi2013-01-291-93/+136
|\ \ | |/ | | Feature #2781: Hierarchical view of "Status-Queues" page
| * Feature #2781: Hierarchical view of "Status-Queues" pageMichele Di Maria2013-01-291-2/+2
| | | | | | | | | | | | Second version of the new "Status-Queue" page. Requires the pfsense-tools/pfPorts/qstats/files/stats.c file to be recompiled.  This version has been released after Ermal's notes. 
| * Feature #2781: Hierarchical view of "Status-Queues" pageMichele Di Maria2013-01-291-1/+2
| | | | | | | | | | | | | | First version of the new "Status-Queue" page. Requires the pfsense-tools/pfPorts/qstats/files/stats.c file to be recompiled. Second version, made after Ermal's notes.
| * Feature #2781: Hierarchical view of "Status-Queues" pageMichele Di Maria2013-01-291-94/+136
| | | | | | | | | | | | First version of the new "Status-Queue" page. Requires the pfsense-tools/pfPorts/qstats/files/stats.c file to be recompiled.
* | 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 unset to free resources now that php does not use exit on CPErmal2013-01-292-0/+2
| | |
* | | 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
| | |
* | | Merge pull request #357 from miken32/empty_passwordrbgarga2013-01-291-1/+1
|\ \ \ | |/ / |/| | Allow empty CP password to be sent to RADIUS server
| * | allow empty CP password to be sent to RADIUS serverMichael Newton2013-01-291-1/+1
|/ /
OpenPOWER on IntegriCloud