summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_routes_edit.php
Commit message (Expand)AuthorAgeFilesLines
* Improve checks for params 'id', 'dup' and other similar ones to make sure the...Renato Botelho2014-03-121-5/+5
* Fix checkes for nested aliases containing FQDNs on static routes. It fixes #2941Renato Botelho2013-08-141-13/+8
* Remove remaining hardcoded theme namesRenato Botelho2013-07-171-1/+1
* Use global aliastable and proper fix #2941Renato Botelho2013-05-231-2/+4
* Add correct bitmask for ipv6Renato Botelho2013-04-151-1/+3
* Add a new parameter to return all aliases, including hosts. It fixes #2941Renato Botelho2013-04-141-1/+1
* Fix whitespaces and indentRenato Botelho2013-04-141-193/+201
* Prohibit adding aliases containing FQDNs in static routes. Fixes #2941Renato Botelho2013-04-101-0/+8
* Check if IP is v4 or v6Renato Botelho2013-04-101-2/+2
* Make sure to include some files with needed functions.jim-p2013-04-081-1/+4
* Tidy up "system_routes_edit.php" XHTMLColin Fleming2013-04-031-40/+35
* When adding a new static route, check if network address conflicts with inter...Renato Botelho2013-03-041-0/+18
* Make gen_subnetv6 return a compressed form IPv6 address/net representation. T...Ermal2013-02-071-1/+1
* Activate new shortcuts/status in the rest of the areas that are currently setup.jim-p2012-08-101-0/+1
* Allow for Null routessmos2012-06-041-1/+1
* Allow for /128 IPv6 route entries in static routes.smos2012-06-041-1/+1
* Fix function call namejim-p2012-06-011-1/+1
* Unbreak adding IPv6 static routessmos2012-05-231-2/+6
* cleanup: code for building arrays for autocompleted fieldsDarren Embry2012-05-101-20/+1
* Add alias support to static routes (needs some testing) Ticket #2239jim-p2012-04-111-28/+77
* missed a spot for feature #2320 toggle subnet maskDarren Embry2012-04-051-8/+4
* Add the ability to disable static routes without deleting themWarren Baker2012-03-021-0/+13
* Fix static routes editing and removal for both IPv4 and IPv6. Changing a rout...Seth Mos2011-10-111-4/+7
* convert javascript code to jQuery on system* filesVinicius Coque2011-09-271-20/+20
* Correct typo, fixes Ticket #1892smos2011-09-221-1/+1
* Commit a fix that prevents the drop down from showing over 31 length.smos2011-09-211-3/+3
* Automatically adjust the subnet size drop down when editing a entrySeth Mos2011-08-241-2/+8
* Add Address Family input validation on the system routes edit page. Do not al...Seth Mos2011-08-241-1/+6
* Fix static routes, typo in the variable nameSeth Mos2011-02-101-1/+1
* Enlarge subnet bits to 128Seth Mos2011-01-201-1/+1
* Merge remote branch 'upstream/master'Seth Mos2010-12-201-3/+5
|\
| * Resolves #1040. Fix dynamic addition of gateways from routes edit screen.Ermal2010-11-251-3/+5
* | Merge remote branch 'upstream/master'Seth Mos2010-11-151-1/+1
|\ \ | |/
| * Bring in XSS id fixes from m0n0wallScott Ullrich2010-11-121-1/+1
* | Allow the entry of ipv6 networks, needs verification to prevent ipv4 gateways...Seth Mos2010-11-021-1/+6
|/
* Catch up with gateway changes on static routes.Ermal2010-09-301-9/+3
* Ticket #866 #632. Save old settings or actions to be taken for reconfiguring ...Ermal2010-09-011-5/+17
* Fix some printfs and some text.Erik Fonnesbeck2010-08-121-1/+1
* gettext fixesRenato Botelho2010-08-121-10/+10
* Adding gettext() callsVinicius Coque2010-04-301-2/+2
* Merge remote branch 'mainline/master'Renato Botelho2010-04-301-1/+1
|\
| * show gateway IP in addition to nameChris Buechler2010-04-301-1/+1
* | Fix gettext issuesRenato Botelho2010-04-291-3/+2
* | Merge branch 'master' into gettextErik Fonnesbeck2010-04-281-15/+15
|\ \ | |/
| * Ticket #507. Do not remove all static routes to readd them back. The change w...Ermal2010-04-281-15/+15
* | Fixing gettext() implementation for required fieldsVinicius Coque2010-04-281-1/+4
* | Removing unnecessary gettext()Vinicius Coque2010-04-281-1/+1
* | Review gettext implementationCarlos Eduardo Ramos2010-04-281-27/+27
|/
* Fix sorting issues that were introduced in an old commit, resulting in the in...Erik Fonnesbeck2010-03-101-2/+1
* Ticket #306. Allow adding a gateway the same as is done in interfaces page.Ermal Luçi2010-01-181-7/+125
OpenPOWER on IntegriCloud