summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Handle recovering of ppp types as pppoe/l2tp/pp2p when the parent comes up. I...Ermal LUÇI2014-11-271-1/+17
* 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
|/
* Use the undocumented -q options of devd to reduce spamming on logs. pfSense s...Ermal LUÇI2014-11-271-1/+3
* 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
* 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 wha...Ermal LUÇI2014-11-261-1/+2
* This is revrsed conversion. The linkup script should run after booting not du...Ermal LUÇI2014-11-261-1/+1
* 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 pare...Ermal LUÇI2014-11-261-9/+14
* Partially revert the previous modification on vlan mtu. The function job is t...Ermal LUÇI2014-11-261-11/+5
* Go through the same checks when called from command line and when called from...Ermal LUÇI2014-11-261-12/+14
* convert_real_interface_to_friendly_interface_name() goes and checks the paren...Ermal LUÇI2014-11-262-3/+6
* 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 th...Ermal LUÇI2014-11-261-0/+2
* 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 th...Ermal LUÇI2014-11-2623-176/+175
* 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 dow...Ermal LUÇI2014-11-261-5/+9
* 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
* 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 networ...Chris Buechler2014-11-251-3/+2
* Use the subnets automatic outbound NAT uses for tonatsubnets for Unbound's ac...Chris Buechler2014-11-251-0/+11
* If localhost is configured to be included in resolv.conf, force its selection...Chris Buechler2014-11-251-0/+2
* correct logic here to omit 127.0.0.1 from resolv.conf when no DNS resolver bo...Chris Buechler2014-11-251-2/+2
* 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