Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Handle recovering of ppp types as pppoe/l2tp/pp2p when the parent comes up. ↵ | Ermal LUÇI | 2014-11-27 | 1 | -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-5 | Renato Botelho | 2014-11-27 | 1 | -7/+7 |
|\ | |||||
| * | Setup rrd dir before calling create_gateway_quality_rrd | Phil Davis | 2014-11-27 | 1 | -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ÇI | 2014-11-27 | 1 | -1/+3 |
| | | | | scripts do their logging so not necessary to have devd in there. | ||||
* | Do not run this during bootup | Ermal LUÇI | 2014-11-27 | 1 | -1/+2 |
| | |||||
* | Optimize | Ermal LUÇI | 2014-11-27 | 1 | -4/+1 |
| | |||||
* | Do not run this code during upgrade and if ost is booting up | Ermal LUÇI | 2014-11-27 | 1 | -4/+8 |
| | |||||
* | Actually comment this code out since it causes more troubles than solves for ↵ | Ermal LUÇI | 2014-11-26 | 1 | -1/+3 |
| | | | | any type | ||||
* | Just indent code to make it more readble. | Ermal LUÇI | 2014-11-26 | 1 | -102/+98 |
| | |||||
* | Make at least the code correct here even though it does not make sense on ↵ | Ermal LUÇI | 2014-11-26 | 1 | -1/+2 |
| | | | | what it does! | ||||
* | This is revrsed conversion. The linkup script should run after booting not ↵ | Ermal LUÇI | 2014-11-26 | 1 | -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ÇI | 2014-11-26 | 1 | -1/+1 |
| | |||||
* | Mute this since only spams logs when interface is not there | Ermal LUÇI | 2014-11-26 | 1 | -1/+1 |
| | |||||
* | Move these functions nearby since thy are related | Ermal LUÇI | 2014-11-26 | 1 | -18/+18 |
| | |||||
* | Actually get the correct value here! | Ermal LUÇI | 2014-11-26 | 1 | -1/+1 |
| | |||||
* | Actually consider parentmtu 0 here to get the real value when unassgined | Ermal LUÇI | 2014-11-26 | 1 | -1/+1 |
| | |||||
* | Properly respect other configured MTUs for other vlans. Properly respect ↵ | Ermal LUÇI | 2014-11-26 | 1 | -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ÇI | 2014-11-26 | 1 | -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ÇI | 2014-11-26 | 1 | -12/+14 |
| | | | | from fcgi. | ||||
* | convert_real_interface_to_friendly_interface_name() goes and checks the ↵ | Ermal LUÇI | 2014-11-26 | 2 | -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-p | 2014-11-26 | 1 | -2/+2 |
| | |||||
* | Skip the interface being configured from the list to check the mtu | Ermal LUÇI | 2014-11-26 | 1 | -2/+5 |
| | |||||
* | Seems somehow globals.inc are not being sucked in on the GUIgit diff! Make ↵ | Ermal LUÇI | 2014-11-26 | 1 | -0/+2 |
| | | | | this a requirement here! | ||||
* | Remove a blank row in the tab display during firmware update | Ermal LUÇI | 2014-11-26 | 1 | -1/+1 |
| | |||||
* | Add checks for requirement as array here. Reported-by: garga | Ermal LUÇI | 2014-11-26 | 1 | -21/+27 |
| | |||||
* | Silence this error during bootup | Ermal LUÇI | 2014-11-26 | 1 | -1/+2 |
| | |||||
* | Fix the function missing from config.inc. Spotted-by: garga | Ermal LUÇI | 2014-11-26 | 1 | -0/+3 |
| | |||||
* | Rather than set the g['booting'] on globals provide a function to test for ↵ | Ermal LUÇI | 2014-11-26 | 23 | -176/+175 |
| | | | | that doing the right checks | ||||
* | Reorder the inclusion of headers so that globals.inc comes first | Ermal LUÇI | 2014-11-26 | 1 | -1/+1 |
| | |||||
* | Remove the booting signal if not needed to fix some issues reported on the GUI | Ermal LUÇI | 2014-11-26 | 1 | -0/+2 |
| | |||||
* | Use the new available function | Ermal LUÇI | 2014-11-26 | 1 | -1/+1 |
| | |||||
* | Fix variable typos introduced in eb8ad408 | Renato Botelho | 2014-11-26 | 1 | -3/+3 |
| | |||||
* | Cleanup code and make sense of it. While here do not forget gre tunnels as well: | Ermal LUÇI | 2014-11-26 | 1 | -14/+15 |
| | |||||
* | Make this more readble and also do not trigger an interface_bring_up on a ↵ | Ermal LUÇI | 2014-11-26 | 1 | -5/+9 |
| | | | | down event. | ||||
* | Correct the variable name typo to allow rc.linkup to function properly. | Ermal LUÇI | 2014-11-26 | 1 | -1/+1 |
| | |||||
* | Remove variable use here since it's confusing sshdcond package, ticket #3959 | Renato Botelho | 2014-11-26 | 1 | -2/+2 |
| | |||||
* | include 169.254./16 in unbound's DNS rebinding protection | Chris Buechler | 2014-11-26 | 1 | -0/+1 |
| | |||||
* | include Unbound access-control entries for local IPv6 networks reachable via ↵ | Chris Buechler | 2014-11-26 | 1 | -0/+11 |
| | | | | static route. Ticket #4023 | ||||
* | Send the gateway name to this function. Fixes #4047 | Chris Buechler | 2014-11-25 | 1 | -1/+1 |
| | |||||
* | Skip interface subnets for IPv4 here, this is best handled via the NAT ↵ | Chris Buechler | 2014-11-25 | 1 | -3/+2 |
| | | | | networks list. Ticket #4023 | ||||
* | Use the subnets automatic outbound NAT uses for tonatsubnets for Unbound's ↵ | Chris Buechler | 2014-11-25 | 1 | -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 Buechler | 2014-11-25 | 1 | -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 Buechler | 2014-11-25 | 1 | -2/+2 |
| | | | | bound there. | ||||
* | fix text here, variables came back empty and aren't all that useful here anyway. | Chris Buechler | 2014-11-25 | 1 | -4/+4 |
| | |||||
* | only show aggressive/main mode for IKEv1 | Chris Buechler | 2014-11-25 | 1 | -1/+4 |
| | |||||
* | fix typo | Chris Buechler | 2014-11-25 | 1 | -1/+1 |
| | |||||
* | Unset the aggressive mode settings for not IKEv1 settings | Ermal LUÇI | 2014-11-25 | 1 | -1/+4 |
| | |||||
* | Ooops do the right things for a correct config and php syntax | Ermal LUÇI | 2014-11-25 | 1 | -1/+1 |
| | |||||
* | Put the aggressive line only during ikev1 configs | Ermal LUÇI | 2014-11-25 | 1 | -1/+2 |
| | |||||
* | Ignore linkup/down events on disabled interfaces. | Ermal LUÇI | 2014-11-25 | 1 | -0/+5 |
| |