summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_routes_edit.php
Commit message (Collapse)AuthorAgeFilesLines
* Stop sorting static routed and leave user decide the orderRenato Botelho2013-11-261-14/+0
|
* Remove call-time pass by reference for do_input_validation, helps ticket #2565Renato Botelho2013-09-121-1/+1
|
* Remove remaining hardcoded theme namesRenato Botelho2013-07-171-1/+1
|
* Permit to use aliases containing hostnames on static routesRenato Botelho2013-05-271-8/+0
|
* 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
| | | | | | | | Close INPUT, BR and IMG tags and add alt to IMG tags Update HTML boolean operators Remove name statements from DIV tags Add missing end TD, end TR and end FONT tags Add CDATA sections to SCRIPT tags
* When adding a new static route, check if network address conflicts with ↵Renato Botelho2013-03-041-0/+18
| | | | interfaces. It will complement ticket #2852
* Make gen_subnetv6 return a compressed form IPv6 address/net representation. ↵Ermal2013-02-071-1/+1
| | | | This removes some issues reported during Ticket #2746 and solve the issue on some cases
* 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
| | | | Redmine ticket #2470
* 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
| | | | | | | | Conflicts: etc/inc/filter.inc etc/inc/util.inc usr/local/www/system_routes_edit.php
* 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 ↵Seth Mos2011-10-111-4/+7
| | | | | | route should clean up too. Fix ticket #1892
* 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
| | | | Fixes Ticket #1892
* Automatically adjust the subnet size drop down when editing a entrySeth Mos2011-08-241-2/+8
| | | | Ticket #1661
* Add Address Family input validation on the system routes edit page. Do not ↵Seth Mos2011-08-241-1/+6
| | | | | | allow IPv4 subnet masks > 32 bits. Ticket #1661
* 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
|\ | | | | | | | | | | | | Conflicts: etc/inc/interfaces.inc etc/inc/vslb.inc usr/local/www/interfaces.php
| * 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
|\ \ | |/ | | | | | | | | | | | | Conflicts: etc/inc/filter.inc etc/inc/system.inc usr/local/www/interfaces.php usr/local/www/interfaces_gif_edit.php
| * Bring in XSS id fixes from m0n0wallScott Ullrich2010-11-121-1/+1
| |
* | Allow the entry of ipv6 networks, needs verification to prevent ipv4 ↵Seth Mos2010-11-021-1/+6
|/ | | | gateways for ipv6 networks and vice versa
* 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
| | | | a route/vip on a tmp file and make use that information when apply settings buttons is clicked. This makes the gui behave as expected.
* 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
|\ \ | |/ | | | | | | | | | | Resolved conflicts: usr/local/www/system_advanced_firewall.php usr/local/www/system_routes.php usr/local/www/system_routes_edit.php
| * Ticket #507. Do not remove all static routes to readd them back. The change ↵Ermal2010-04-281-15/+15
| | | | | | | | will never delete a rule but define the action to be taken on it, either add or change a present route. Be consinstent on gateways allowed to be selected as destinations for static routes, including dynamic gateways.
* | 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 ↵Erik Fonnesbeck2010-03-101-2/+1
| | | | incorrect item sometimes being shown when clicking edit buttons.
OpenPOWER on IntegriCloud