summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Handle recovering of ppp types as pppoe/l2tp/pp2p when the parent comes up. ↵Ermal LUÇI2014-11-271-1/+17
| | | | It should solve the issues present before on pppoe not recovering on link loss especially when connected directly to modem.
* Merge pull request #1349 from phil-davis/patch-5Renato Botelho2014-11-271-7/+7
|\
| * Setup rrd dir before calling create_gateway_quality_rrdPhil Davis2014-11-271-7/+7
|/ | | | | | Stops error: ERROR: opening '/var/db/rrd/WAN_DHCP-quality.rrd': No such file or directory in system log during boot. Forum: https://forum.pfsense.org/index.php?topic=84627.0
* Use the undocumented -q options of devd to reduce spamming on logs. pfSense ↵Ermal LUÇI2014-11-271-1/+3
| | | | scripts do their logging so not necessary to have devd in there.
* Do not run this during bootupErmal LUÇI2014-11-271-1/+2
|
* OptimizeErmal LUÇI2014-11-271-4/+1
|
* Do not run this code during upgrade and if ost is booting upErmal LUÇI2014-11-271-4/+8
|
* Actually comment this code out since it causes more troubles than solves for ↵Ermal LUÇI2014-11-261-1/+3
| | | | any type
* Just indent code to make it more readble.Ermal LUÇI2014-11-261-102/+98
|
* Make at least the code correct here even though it does not make sense on ↵Ermal LUÇI2014-11-261-1/+2
| | | | what it does!
* This is revrsed conversion. The linkup script should run after booting not ↵Ermal LUÇI2014-11-261-1/+1
| | | | during it. This should help with issues on ppp type links reported
* Actually rc.linkup needs the parent search for example on ppp type wans.Ermal LUÇI2014-11-261-1/+1
|
* Mute this since only spams logs when interface is not thereErmal LUÇI2014-11-261-1/+1
|
* Move these functions nearby since thy are relatedErmal LUÇI2014-11-261-18/+18
|
* Actually get the correct value here!Ermal LUÇI2014-11-261-1/+1
|
* Actually consider parentmtu 0 here to get the real value when unassginedErmal LUÇI2014-11-261-1/+1
|
* Properly respect other configured MTUs for other vlans. Properly respect ↵Ermal LUÇI2014-11-261-9/+14
| | | | parent of vlan MTU if configured. Also avoid errors when possible. This helps VLANs MTU handling but all the other interfaces as gre/gif/... needs the same handling. It is better to require reboot on MTU changes especially on complex configurations.
* Partially revert the previous modification on vlan mtu. The function job is ↵Ermal LUÇI2014-11-261-11/+5
| | | | to find the biggest mtu between vlans and let it do that
* Go through the same checks when called from command line and when called ↵Ermal LUÇI2014-11-261-12/+14
| | | | from fcgi.
* convert_real_interface_to_friendly_interface_name() goes and checks the ↵Ermal LUÇI2014-11-262-3/+6
| | | | parent and this gives wrong information 99.9 percent of the time on scenarios like when this is called for unassigned vlans etc, while its real purpose is just to check if the interface is assigned and return the intermeddiate/config name of the interface. Leave the get_parent_option there in the function but it needs to be asked specifically for.
* Fix JavaScript confirmation dialog for EasyRule.jim-p2014-11-261-2/+2
|
* Skip the interface being configured from the list to check the mtuErmal LUÇI2014-11-261-2/+5
|
* Seems somehow globals.inc are not being sucked in on the GUIgit diff! Make ↵Ermal LUÇI2014-11-261-0/+2
| | | | this a requirement here!
* Remove a blank row in the tab display during firmware updateErmal LUÇI2014-11-261-1/+1
|
* Add checks for requirement as array here. Reported-by: gargaErmal LUÇI2014-11-261-21/+27
|
* Silence this error during bootupErmal LUÇI2014-11-261-1/+2
|
* Fix the function missing from config.inc. Spotted-by: gargaErmal LUÇI2014-11-261-0/+3
|
* Rather than set the g['booting'] on globals provide a function to test for ↵Ermal LUÇI2014-11-2623-176/+175
| | | | that doing the right checks
* Reorder the inclusion of headers so that globals.inc comes firstErmal LUÇI2014-11-261-1/+1
|
* Remove the booting signal if not needed to fix some issues reported on the GUIErmal LUÇI2014-11-261-0/+2
|
* Use the new available functionErmal LUÇI2014-11-261-1/+1
|
* Fix variable typos introduced in eb8ad408Renato Botelho2014-11-261-3/+3
|
* Cleanup code and make sense of it. While here do not forget gre tunnels as well:Ermal LUÇI2014-11-261-14/+15
|
* Make this more readble and also do not trigger an interface_bring_up on a ↵Ermal LUÇI2014-11-261-5/+9
| | | | down event.
* Correct the variable name typo to allow rc.linkup to function properly.Ermal LUÇI2014-11-261-1/+1
|
* Remove variable use here since it's confusing sshdcond package, ticket #3959Renato Botelho2014-11-261-2/+2
|
* include 169.254./16 in unbound's DNS rebinding protectionChris Buechler2014-11-261-0/+1
|
* include Unbound access-control entries for local IPv6 networks reachable via ↵Chris Buechler2014-11-261-0/+11
| | | | static route. Ticket #4023
* Send the gateway name to this function. Fixes #4047Chris Buechler2014-11-251-1/+1
|
* Skip interface subnets for IPv4 here, this is best handled via the NAT ↵Chris Buechler2014-11-251-3/+2
| | | | networks list. Ticket #4023
* Use the subnets automatic outbound NAT uses for tonatsubnets for Unbound's ↵Chris Buechler2014-11-251-0/+11
| | | | access-control config, as this is a good source of what networks are internal. Ticket #4023
* If localhost is configured to be included in resolv.conf, force its ↵Chris Buechler2014-11-251-0/+2
| | | | selection in Unbound. The resolv.conf logic prevents that from being a problem, but people don't seem to realize they have to pick that to use Unbound for the host itself. Force it here rather than just silently skipping its inclusion in resolv.conf.
* correct logic here to omit 127.0.0.1 from resolv.conf when no DNS resolver ↵Chris Buechler2014-11-251-2/+2
| | | | bound there.
* fix text here, variables came back empty and aren't all that useful here anyway.Chris Buechler2014-11-251-4/+4
|
* only show aggressive/main mode for IKEv1Chris Buechler2014-11-251-1/+4
|
* fix typoChris Buechler2014-11-251-1/+1
|
* Unset the aggressive mode settings for not IKEv1 settingsErmal LUÇI2014-11-251-1/+4
|
* Ooops do the right things for a correct config and php syntaxErmal LUÇI2014-11-251-1/+1
|
* Put the aggressive line only during ikev1 configsErmal LUÇI2014-11-251-1/+2
|
* Ignore linkup/down events on disabled interfaces.Ermal LUÇI2014-11-251-0/+5
|
OpenPOWER on IntegriCloud