summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Ticket #2786 handle the mtu on bridge same as on lagg. Cleanup some not ↵Ermal LUÇI2014-11-251-10/+4
| | | | needed code while here
* Remove the mac address propagation to vlans since FreeBSD 10 handles this itselfErmal LUÇI2014-11-251-13/+1
|
* Ticket #2786 there is an issue with ↵Ermal LUÇI2014-11-251-1/+1
| | | | convert_real_interface_to_friendly_interface which might return not expected data as in the situation checked for vlan case her ein the validation. Avoid for this case here the issue to allow properly setting mtu on vlans with not assigned parent.
* s/Unbound DNS Forwarder/Unbound DNS Resolver/ to be consistent with other ↵jim-p2014-11-251-1/+1
| | | | wording in the GUI
* Remove gmirror_status.inc from obsolete files list as it exists again in our ↵jim-p2014-11-251-1/+0
| | | | repository.
* remove unused function referencing racoonChris Buechler2014-11-251-8/+0
|
* Fixes #2786, properly handle the chain of interfaces during lagg ↵Ermal LUÇI2014-11-251-15/+53
| | | | configuration for mtu. For most interfaces this works, bridge will be added in a separate commit
* Actually to not change all scripts running both versions of console and gui ↵Ermal LUÇI2014-11-251-3/+1
| | | | just detect that the caller is through fpm-cgi and make it include config.gui.inc to avoid having issues in general from being called from wrong places.
* Set the timezone even during config.gui.inc to please the timezone selectionErmal LUÇI2014-11-251-0/+6
|
* Provision for inclusion from different places.Ermal LUÇI2014-11-251-0/+2
|
* Remove useless checkErmal LUÇI2014-11-251-1/+1
|
* Do not let the config.inc to be included from GUI scripts.Ermal LUÇI2014-11-251-0/+5
|
* Merge pull request #1347 from phil-davis/patch-3Renato Botelho2014-11-251-0/+3
|\
| * Process unbound start from status servicesPhil Davis2014-11-241-0/+3
| | | | | | This was missing, so nothing happened when the user tried to start Unbound from Status->Services
* | fix up textChris Buechler2014-11-241-1/+1
| |
* | Correct logic for lagg mtu. Also optimize and cleanup dead codeErmal LUÇI2014-11-241-16/+4
| |
* | Make this note more accurate.jim-p2014-11-241-1/+1
| |
* | Fixes #4039 remove the toggle from IPSec settings since its not anymore useful.Ermal LUÇI2014-11-241-19/+0
| |
* | Fixes #4037Ermal LUÇI2014-11-241-0/+19
| | | | | | | | | | | | Revert "Do not let the user mess with SAs from this page. The daemon and primary status page handles tat" This reverts commit bb55330aca91eb556df4ab7a21fe42d1d7899f8e.
* | The net.inet6.ip6.rfc6204w3 needs to be 1 for dhcpv6 to work correctly. ↵Ermal LUÇI2014-11-241-0/+1
| | | | | | | | Fixes #3361
* | Fix issue of previous commit on adding bridge memebers.Ermal LUÇI2014-11-241-1/+1
| |
* | DHCP6 might start after bootupErmal LUÇI2014-11-241-4/+4
| | | | | | | | | | | | Revert "Gather DNS information and return on bootup" This reverts commit c2847e0faa781712f6419c8f305c97df66d9d233.
* | Use the same strategy as on CP by putting a file to detect running instances ↵Ermal LUÇI2014-11-241-0/+13
| | | | | | | | and if older than 90seconds continue otherwise just let the previous one continue.
* | Gather DNS information and return on bootupErmal LUÇI2014-11-241-4/+4
| |
* | Put the booting signal in globals.inc since it makes all the other scripts ↵Ermal LUÇI2014-11-241-0/+3
| | | | | | | | detect we are booting. Otherwise separate php instances will not detect that. rc.bootup clears this flag so all should work correctly
* | Ignore empty interfaces and ovpn ones on linkup since they should not ↵Ermal LUÇI2014-11-241-5/+11
| | | | | | | | trigger this script actions
* | Be friendly to large interface systemsErmal LUÇI2014-11-241-0/+1
| |
* | Fixes #1047, overhaul handling of flags for hardware offloading and make it ↵Ermal LUÇI2014-11-242-134/+75
| | | | | | | | work correctly for system_advanced page settings. Lagg is still a special case that needs a reboot.
* | Fixes #4015. Hide Negotiation mode when in IKEv2 since it is not required.Ermal LUÇI2014-11-241-2/+12
|/
* Merge pull request #1346 from SunStroke74/patch-2Renato Botelho2014-11-231-1/+1
|\
| * Removing extra closing bracketSunStroke742014-11-241-1/+1
|/
* Merge branch 'wagonza'Chris Buechler2014-11-223-2/+7
|\
| * Merge branch 'master' of https://github.com/wagonza/pfsense into wagonzaChris Buechler2014-11-223-2/+7
| |\ |/ /
| * Merge branch 'master' of github.com:wagonza/pfsenseWarren Baker2014-11-210-0/+0
| |\
| | * d DHCPLeases starting before Unbound/DNSMasq and returning a pid not found ↵Warren Baker2014-11-213-2/+7
| | | | | | | | | | | | message. Add missing reload feature
| * | d DHCPLeases starting before Unbound/DNSMasq and returning a pid not found ↵Warren Baker2014-11-213-2/+7
| | | | | | | | | | | | message. Add missing reload feature
* | | Don't unset these items for PPP configurations as they're not configured ↵Chris Buechler2014-11-221-2/+2
| | | | | | | | | | | | here and doing so loses settings configured in interfaces_ppps_edit.php. Ticket #3727
* | | Fix ovpn-linkup for tun + topology subnet case setting router as ↵Renato Botelho2014-11-221-5/+9
| | | | | | | | | | | | ifconfig_local envvaar when route_vpn_gateway and ifconfig_remote are both not defined. Keep using 5th parameter as a seatbelt in last case. While I'm here, improve sh syntax. It should fix #3968
* | | phone number is a required fieldChris Buechler2014-11-221-1/+1
| | |
* | | add a usleep here to prevent killing twice. Ticket #3894Chris Buechler2014-11-221-0/+1
| | |
* | | In some circumstances, OpenVPN doesn't exit on SIGTERM. SIGKILL it when that ↵Chris Buechler2014-11-221-2/+9
| | | | | | | | | | | | happens. Ticket #3894
* | | MSS clamping on VPNs is necessary in both directions where it's needed. ↵Chris Buechler2014-11-221-0/+1
| | | | | | | | | | | | Rather than requiring setting on both ends, especially since the remote side can be some third party device where MSS clamping may not be available or not work, set in both directions here.
* | | fix up textChris Buechler2014-11-228-6/+6
| | |
* | | clean up tabs in strongswan.confChris Buechler2014-11-211-15/+15
| | |
* | | touch up textChris Buechler2014-11-211-1/+1
|/ /
* | Fix input validation of custom-type dynamic DNS hostnames.Chris Buechler2014-11-211-2/+3
|/
* Fix misspellingjim-p2014-11-211-1/+1
|
* Fix syntaxRenato Botelho2014-11-211-2/+2
|
* Properly remove IPv6 carp vips as reported from ↵Ermal LUÇI2014-11-212-4/+12
| | | | https://forum.pfsense.org/index.php?topic=84392.0
* Change wording at the end of the wizard to remove "donate" since that is no ↵jim-p2014-11-201-2/+2
| | | | longer an option
OpenPOWER on IntegriCloud