summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* Be consistent on vlan checksRenato Botelho2013-03-081-4/+4
|
* Fix logic inversion from 126ff5b264Renato Botelho2013-03-081-1/+1
|
* Check if MTU is already with correct value before change itRenato Botelho2013-03-081-15/+20
|
* When parent is not assigned, reset it and all vlans without mtu set to defaultRenato Botelho2013-03-081-15/+18
|
* When reset parent to default mtu, deal with all VLANs tooRenato Botelho2013-03-081-2/+14
|
* Set vlanifs early and use it on more places to simplify logicRenato Botelho2013-03-081-50/+40
|
* Consider parent mtu when it's set instead of default oneRenato Botelho2013-03-081-1/+3
|
* Simplify a bit the logicRenato Botelho2013-03-081-3/+1
|
* Pass parent interface to link_interface_to_vlansRenato Botelho2013-03-081-1/+1
|
* Fix typo on var nameRenato Botelho2013-03-081-1/+1
|
* Fix typo s/assgined/assigned/Renato Botelho2013-03-081-18/+18
|
* Be consistent on the checkErmal2013-03-081-2/+2
|
* Solve the issue when changing vlan parent mtu and leaving its childs with ↵Ermal2013-03-081-1/+21
| | | | older mtu.
* More fixesErmal2013-03-071-2/+14
|
* Remove debug codeErmal2013-03-071-1/+0
|
* Correct code to apply the mtu correctlyErmal2013-03-071-2/+2
|
* Correctly handle mtu changing between vlansErmal2013-03-071-4/+55
|
* Change parent only if its mtu is smallerErmal2013-03-071-1/+1
|
* Skip vlan checks for being configured vlan as wellErmal2013-03-071-0/+2
|
* Only treat interesting interfacesErmal2013-03-071-1/+3
|
* Make this work better and not always go over things for setting mtuErmal2013-03-071-10/+15
|
* Hopefully is correct nowErmal2013-03-071-1/+2
|
* Set mtu to the correct interfaceErmal2013-03-071-2/+2
|
* Correct which mtu value is used to be correctErmal2013-03-071-4/+4
|
* Sprinkle some XXX just for being consistentErmal2013-03-071-0/+2
|
* Correct this behaviour of properly honoring the configured mtuErmal2013-03-071-13/+14
|
* Tune up a bit dhclient-script and call the kill state command only once its ↵Ermal2013-03-071-1/+1
| | | | enough
* IPsec status corrections, should fix #2861jim-p2013-03-061-3/+3
|
* Fix doubled $jim-p2013-03-061-1/+1
|
* Print the error message from LDAP in the log for a bind failure.jim-p2013-03-061-1/+1
|
* Merge pull request #463 from phil-davis/masterJim P2013-03-061-0/+13
|\ | | | | Add DNS Forwarder option to not forward private reverse lookups
| * Add DNS Forwarder option to not forward private reverse lookupsPhil Davis2013-03-061-0/+13
| |
* | You can have multiple 6rd tunnels now daysErmal2013-03-061-1/+1
|/
* Remove old ip information even from the tracking interface as well so that ↵Ermal2013-03-051-4/+5
| | | | track6 config code does not get confused. Fixes #2627
* Remove old ip information so that track6 config does not get confused. Fixes ↵Ermal2013-03-052-2/+2
| | | | #2627
* Merge pull request #459 from ExolonDX/branch_30Jim P2013-03-051-16/+16
|\ | | | | Tidy up "services" widget XHTML
| * Tidy up "services" widget XHTMLColin Fleming2013-03-051-16/+16
| | | | | | | | | | | | | | | | | | Added ALT to img tags Closed off IMG tags Deprecated the ampersand in HREF tag Added summary to table tags Moved nowrap to class definition Tidied up the CDATA section in scripts.
* | Give the rules their own number and swap table numbers to correct statistics ↵Ermal2013-03-051-2/+4
|/ | | | gathering.
* Make get_static routes behave correctly with aliasesErmal2013-03-051-13/+15
|
* Make sure some value is present here during bootErmal2013-03-051-1/+2
|
* DNS Forwarder allow null forwarding addressPhil Davis2013-03-051-1/+3
| | | | dnsmasq allows a blank forwarding IP address to be specified in --server parameters. In that case, dnsmasq will attempt a local lookup of the name (e.g. in hosts file), but will not forward the request on to the standard name servers. This is a useful way to prevent internal name requests from being sent out to the real internet name servers.
* Merge pull request #446 from un0x/masterJim P2013-03-041-1/+1
|\ | | | | Added IE Mobile for WP8 to list of mobile browsers
| * Added IE mobile for WP8un0x2013-03-021-1/+1
| |
* | Save ppp info and realif on interfaces.apply to be able to cleanup old ↵Renato Botelho2013-03-041-9/+14
| | | | | | | | configuration when changing interface type. Fixes #2758
* | Make parent interface and all VLANs use the same MTU. Fixes #2786Renato Botelho2013-03-041-6/+23
| |
* | Merge pull request #436 from phil-davis/masterChris Buechler2013-03-042-5/+31
|\ \ | |/ |/| Add DynDNS No-IP Free account support
| * Add DynDNS No-IP Free account supportPhil Davis2013-02-241-3/+29
| | | | | | | | | | The free No-IP account requires the IP address to be changed within every 30 days. If there is no change, the "last updated" date at No-IP does not get updated and the account lapses. This change implements a double-update when the cache age reaches 25 days, or the user does "Save & Force Update" on the GUI. It updates the IP to a dummy address (192.168.1.1) and then 10 seconds later puts it back the way it was. After this process, the "last updated" date on the No-IP site updates. To get this behavious, users have to select "No-IP (free)" as their DynDNS service type.
| * Add DynDNS No-IP Free account supportPhil Davis2013-02-241-2/+2
| |
* | Remove *_defaultgwv6 alsoRenato Botelho2013-03-011-1/+1
| |
* | Just set defaultgw after all gateways are processed, it fixes ↵Renato Botelho2013-02-271-18/+21
| | | | | | | | return_gateways_array()
OpenPOWER on IntegriCloud