summaryrefslogtreecommitdiffstats
path: root/usr/local/www/interfaces.php
Commit message (Expand)AuthorAgeFilesLines
* 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
* Unbreak the 6rd config setting now that the javascript was fixed.smos2012-03-291-6/+6
* feature #2320: JS helper to toggle subnet mask for ipv4/v6 during inputDarren Embry2012-03-281-0/+1
* prep work for feature #2320: tag fields for ipv4v6Darren Embry2012-03-281-2/+2
* fix: Input validation problem with VIPs and "none" type interfacesDarren Embry2012-03-211-4/+4
* fix for: The javascript to enable and disable the various config boxes fail s...Darren Embry2012-03-211-6/+4
* fix textChris Buechler2012-03-211-1/+1
* Fix code that was accidentally replaced with an older version of the code.Erik Fonnesbeck2012-02-261-4/+6
* Update the interfaces.php for 6rd support, reflects variable changessmos2012-02-251-29/+25
* Don't add the description either when the condition is not met, in case other...Erik Fonnesbeck2012-02-211-3/+5
* Add missing ;Scott Ullrich2012-02-181-1/+2
* A friend of mine was having the same issue that was stated in another pull re...Joecowboy2012-02-181-3/+2
* Wireless client config should allow blank SSID (resubmit, fixed blank lines)Namezero2012-02-011-2/+7
* Add backend 6RD support. We don't have the required patch yet for our stf dri...smos2012-01-251-2/+37
* Clarify the UI text with example IPv6 prefix.smos2012-01-251-2/+2
* Disable debug statementsmos2012-01-251-1/+1
* Add gui knobs for 6RD support ticket #2217smos2012-01-251-7/+78
* The function split() is replaced by the function explode(). Starting with PHP...smos2012-01-191-1/+1
* Added support for failover radius server on wireless interfaceNamezero2012-01-021-1/+35
* Fix the Off by One so that delegated prefix id 0 is shown on the LAN interfac...smos2011-11-141-9/+6
* Converting javascript code from prototype to jQueryVinicius Coque2011-10-241-2/+2
* converting from prototype to jQuery on interfaces.phpVinicius Coque2011-10-021-93/+97
* Clarify text/settings for media selection. Fixes #1910jim-p2011-09-281-2/+3
* Show the hexadecimal value of the integer for readabilitysmos2011-09-071-1/+1
* Reflect the dynamic(6) gateway naming change in interfaces.php tooSeth Mos2011-08-291-1/+1
* Make sure to set the $pconfig prefix delegation setting from the config.smos2011-08-211-0/+1
* Fix mismatched curly bracejim-p2011-08-201-1/+1
* Calculate the possible subnet ids from the delegated prefix length for the dr...smos2011-08-181-3/+11
* Remove the gateway check here and always show the prefix delegation ID. Alter...smos2011-08-181-4/+0
* Unbreak interfaces.phpsmos2011-08-151-1/+1
* Fix a typo that caused stripping of the v4 configSeth Mos2011-08-151-3/+3
* Split the IPv4 and IPv6 configuration out into 2 seperate drop downs.Seth Mos2011-08-151-105/+135
* If no pppoe service name is configured, send a null service name. Seems to he...jim-p2011-08-021-1/+1
* removes variables concatenation on gettext stringsVinicius Coque2011-07-181-2/+2
* makes correct use of printf and gettextVinicius Coque2011-07-181-2/+2
* Merge remote branch 'upstream/master'jim-p2011-06-081-2/+2
|\
| * s/WAN//Chris Buechler2011-06-041-1/+1
| * fix typo, add warningChris Buechler2011-06-041-1/+1
* | Merge remote branch 'upstream/master'jim-p2011-06-031-0/+1
|\ \ | |/
| * Add "Default" choice that will unset the media/mediaopt, otherwise whatever i...jim-p2011-06-021-0/+1
OpenPOWER on IntegriCloud