summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
...
* 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-261-2/+5
| | | | 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.
* 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!
* 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
* 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
* 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
* 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 typoChris Buechler2014-11-251-1/+1
|
* 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
|
* Remove var_dump from production codeErmal LUÇI2014-11-251-2/+1
|
* Remove AES-GCM from phase1 settings algos since its not recommendedErmal LUÇI2014-11-251-3/+0
|
* Show Mtu on status interfaces.Ermal LUÇI2014-11-251-0/+1
|
* Use proper function now that this call is not needed anymoreErmal LUÇI2014-11-251-4/+2
|
* 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
|
* 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
* | Correct logic for lagg mtu. Also optimize and cleanup dead codeErmal LUÇI2014-11-241-16/+4
| |
* | 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
OpenPOWER on IntegriCloud