summaryrefslogtreecommitdiffstats
path: root/usr/local/www/interfaces_qinq_edit.php
Commit message (Collapse)AuthorAgeFilesLines
* 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