summaryrefslogtreecommitdiffstats
path: root/usr/local/www/interfaces.php
Commit message (Expand)AuthorAgeFilesLines
* Be consistent on the checkErmal2013-03-081-2/+1
* Prevent mtu bigger than 9000Ermal2013-03-081-1/+1
* Validate MTU changes for VLANs and let user change it againRenato Botelho2013-03-071-20/+36
* You can have multiple 6rd tunnels now daysErmal2013-03-061-5/+7
* clean up text a bit, make link more apparentChris Buechler2013-03-051-3/+3
* Save ppp info and realif on interfaces.apply to be able to cleanup old config...Renato Botelho2013-03-041-2/+6
* Make parent interface and all VLANs use the same MTU. Fixes #2786Renato Botelho2013-03-041-3/+19
* Fix validation of conflict between interface ip address and static routes. Fi...Renato Botelho2013-03-041-2/+6
* Reconfigure routing when a new gateway is addedRenato Botelho2013-03-011-0/+3
* Send ipprotocol parameter when adding new gateways from interfaces.phpRenato Botelho2013-03-011-2/+2
* Fix response read for 'add new gateway' applet at interface configurationRenato Botelho2013-02-261-4/+2
* Avoid conflicting interface IP address with static routes. Fixes #2039Renato Botelho2013-02-211-4/+23
* Add missing check for IPv6 overlap on interfaces, it complements the change m...Renato Botelho2013-02-211-2/+6
* Fix dhcp v6 config section name for console setup and check on interfaces.php...Renato Botelho2013-02-201-1/+1
* Merge pull request #426 from N0YB/Interfaces_Types_Config_Sections_Spacer_Rowrbgarga2013-02-191-3/+0
|\
| * Interfaces Types Config Sections Spacer RowN0YB2013-02-181-3/+0
* | Merge pull request #425 from N0YB/Interfaces_Types_Config_Sections_Spacer_Rowrbgarga2013-02-181-4/+28
|\ \ | |/
| * Interfaces Types Config Sections Spacer RowN0YB2013-02-181-4/+28
* | Interfaces Static IP v4 & v6 Gateway Add NewN0YB2013-02-181-12/+8
|/
* Two interfaces, carp, ip aliases might be on the same subnet as their parent....Ermal2013-02-131-1/+1
* Check interfaces and VIP IP address overlapRenato Botelho2013-02-111-2/+6
* Validate interface IP explicitly as v4 or v6Phil Davis2013-02-101-10/+9
* For reloadall on interface_configure() called by GUIRenato Botelho2013-02-051-1/+1
* Fix add gateway validation on interface configuration. It should fix #2791Renato Botelho2013-02-041-4/+4
* Update usr/local/www/interfaces.phpbcyrill2013-02-041-1/+1
* Actually destroy in this caseErmal2013-01-311-1/+1
* Do the right thing hereErmal2013-01-311-2/+5
* Do more strict checks. Also silence some more log_error under debug. Also do ...Ermal2013-01-301-1/+1
* Correctly bring down an interface older configuration. Fixes #2758Ermal Luçi2013-01-241-24/+6
* Preserve "Idle timeout" parameter on interfaces gui. It fixes a problem point...Renato Botelho2013-01-171-2/+2
* Update PHP shorthand tagColin Fleming2013-01-141-1/+1
* Add bogons update frequency selectionbcyrill2013-01-061-0/+2
* Add extra checks for reading and saving certain wireless settings and fix an ...Erik Fonnesbeck2012-12-081-2/+6
* Fix syntax and do not commit late :)Ermal2012-11-221-0/+1
* The pppoe handle scriptErmal2012-11-211-15/+12
* Add extra safety belts here.jim-p2012-11-151-1/+1
* Standardize hypenation and capitalization of Pre-Shared Keyjim-p2012-10-261-2/+2
* Activate new shortcuts/status in the rest of the areas that are currently setup.jim-p2012-08-101-1/+1
* Get rid of carpdev, it will never beErmal2012-06-071-13/+1
* report errors adding a gateway through ajax callsDarren Embry2012-05-171-4/+12
* $realif only exists on apply, which this code path would never touch. Change ...jim-p2012-05-081-2/+2
* fix for #2356 'track interface'Darren Embry2012-05-031-21/+42
* Add support for SLAAC on the WAN interface, this is required for Stateless au...smos2012-04-181-7/+17
* Remove this faulty piece of gateway code, it overwrites the existing entries ...smos2012-04-091-33/+1
* Correct the variable names for the duplicate stf checksmos2012-04-081-2/+2
* Remove this piece of code, it loads even on interfaces not configured for tra...smos2012-04-081-7/+1
* Prevent duplicate 6rd or 6to4 interfaces, these conflict and both use the stf...smos2012-04-081-29/+31
* Add a command that should be able to extract the DUID for us.smos2012-04-031-6/+2
* Add interface tracking support. With this it is now possible for dynamic IPv6...smos2012-03-311-74/+129
* Add 6to4 support for automatic tunneling.smos2012-03-301-5/+20
OpenPOWER on IntegriCloud