Tidy up "interfaces_qinq_edit.php" XHTML
Add CDATA sections to SCRIPT tagsClose INPUT tagsUpdate HTML boolean operators
When QinQ members are changed, make sure interfaces are created/destroyed (attempt 2)
Revert "When QinQ members are changed, make sure interfaces are created/destroyed"
This reverts commit a2bf1347c95bbb988bbd79d2cb091c28d9f075ed.
When QinQ members are changed, make sure interfaces are created/destroyed
Update PHP shorthand tag
Standardise all PHP start tags from "" to "
Activate new shortcuts/status in the rest of the areas that are currently setup.
Correct saving of qinq specified members and also correctly destroy parent 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 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 unwanted behavior with the enter key. Use links instead, where possible.
Fix XSS issues
Bring in XSS id fixes from m0n0wall
Sync interfaces_* with mainline/master
Reset interface_* files
Implement gettext() calls on interfaces_qinq_edit.php
Use propper name for interface groups.
Rework qinq a bit. Make it use a vlan(4) as the firt Q and a ng_vlan(4) for the second Q in QinQ.
Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to include 2009 on files that I have asserted (C) on
Revert "Do not use tags for vlan interface names since there might be same 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 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 members.
Clarify that ranges can be specified and add a fix to not leave the upper limit of the range unused as a tag.
Fix copyrights.
Add GUI pages for QinQ missed in previous commit.