summaryrefslogtreecommitdiffstats
path: root/usr/local/www/interfaces_qinq_edit.php
Commit message (Collapse)AuthorAgeFilesLines
* Encoding in interfaces_qinq_edit.phpjim-p2015-06-161-1/+1
|
* Code spacingPhil Davis2015-06-151-3/+3
| | | | | | | and other random stuff I noticed. I think this finishes messing with code style. The codebase should match the developer style guide closely enough that 99.9% of changes will not feel the need to also massage the formatting.
* Code style interfaces miscellaneous filesPhil Davis2015-05-131-161/+185
|
* Fix lineup of copyright linesPhil Davis2015-01-011-1/+3
| | | | | and module names and other bits of formatting and typos in header comment sections.
* Welcome 2015Renato Botelho2014-12-311-1/+1
|
* Change copyright statement to reflect realityJim Thompson2014-11-101-0/+1
|
* replaced <br>, <br/> with <br /> in ANSI encoded files. Converted these ↵ayvis2014-03-181-8/+8
| | | | files to UTF-8
* Improve checks for params 'id', 'dup' and other similar ones to make sure ↵Renato Botelho2014-03-121-2/+3
| | | | they are numeric integer, also, pass them through htmlspecialchars() before print
* Many fixes on privileges, ticket #3216:Renato Botelho2013-11-151-2/+2
| | | | | | | | | | | | | | | | - Rename some privileges: page-diag-system-activity => page-diagnostics-system-activity page-interfacess-groups => page-interfaces-groups page-interfacess-lagg => page-interfaces-lagg page-interfacess-qinq => page-interfaces-qinq - Write an upgrade function to replace above privileges by the new name - Remove unused privilege page-diagnostics-logs-wireless - Remove duplicated privileges - Fix limiter-info, pf-info and system-pftop that were using wrong name - Add privs for edit pages (interfaces_groups, interfaces_lagg, interfaces_qinq and services-igmpproxy) - Fix ID for acptiveportal allowedhostnames and editallowedhostnames - Fix some wrong matches
* Tidy up "interfaces_qinq_edit.php" XHTMLColin Fleming2013-04-151-18/+17
| | | | | | Add CDATA sections to SCRIPT tags Close INPUT tags Update HTML boolean operators
* When QinQ members are changed, make sure interfaces are created/destroyed ↵Renato Botelho2013-01-221-11/+14
| | | | (attempt 2)
* Revert "When QinQ members are changed, make sure interfaces are ↵Renato Botelho2013-01-221-3/+1
| | | | | | created/destroyed" This reverts commit a2bf1347c95bbb988bbd79d2cb091c28d9f075ed.
* When QinQ members are changed, make sure interfaces are created/destroyedRenato Botelho2013-01-221-1/+3
|
* Update PHP shorthand tagColin Fleming2013-01-141-5/+5
| | | | Standardise all PHP start tags from "<?" to "<?PHP"
* Activate new shortcuts/status in the rest of the areas that are currently setup.jim-p2012-08-101-0/+1
|
* Correct saving of qinq specified members and also correctly destroy parent ↵Ermal2011-04-281-4/+3
| | | | vlan when deleteing the interfaces. Also take care of attaching to netgraph now that we detach by default.
* Don't run mb_convert_encoding on descr field, it's cdata protected in the ↵jim-p2011-01-061-2/+2
| | | | config now and this just causes some characters to be lost on input. Ticket #1168
* Form image buttons are submit buttons and thus default buttons, causing ↵Erik Fonnesbeck2010-11-121-2/+2
| | | | unwanted behavior with the enter key. Use links instead, where possible.
* Fix XSS issuesScott Ullrich2010-11-121-2/+2
|
* Bring in XSS id fixes from m0n0wallScott Ullrich2010-11-121-1/+1
|
* Sync interfaces_* with mainline/masterRenato Botelho2010-08-031-27/+27
|
* Reset interface_* filesRenato Botelho2010-07-081-27/+27
|
* Implement gettext() calls on interfaces_qinq_edit.phpRafael Lucas2010-06-301-27/+27
|
* Use propper name for interface groups.Ermal Luçi2009-11-281-1/+1
|
* Rework qinq a bit. Make it use a vlan(4) as the firt Q and a ng_vlan(4) for ↵Ermal Luçi2009-11-281-13/+11
| | | | the second Q in QinQ.
* Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to ↵Scott Ullrich2009-09-141-1/+4
| | | | include 2009 on files that I have asserted (C) on
* Revert "Do not use tags for vlan interface names since there might be same ↵Ermal Luçi2009-06-081-11/+6
| | | | | | vlan tags on different parent interfaces and this will break configs and will hide the reason it does not work. Thanks-to: smos@" This reverts commit 83bdca55920ca6ab3d848f0993d57a1f9b85098f.
* Do not use tags for vlan interface names since there might be same vlan tags ↵Ermal Luçi2009-06-081-6/+11
| | | | on different parent interfaces and this will break configs and will hide the reason it does not work. Thanks-to: smos@
* Optimize adding new members to QinQ to evitate recreating the whole QinQ ↵Ermal Luçi2009-04-041-4/+8
| | | | members.
* Clarify that ranges can be specified and add a fix to not leave the upper ↵Ermal Luçi2009-03-291-1/+5
| | | | limit of the range unused as a tag.
* Fix copyrights.Ermal Luçi2009-03-291-1/+0
|
* Add GUI pages for QinQ missed in previous commit.Ermal Luçi2009-03-291-0/+406
OpenPOWER on IntegriCloud