Remove call-time pass by reference for do_input_validation, helps ticket #2565
fix text - s/occured/occurred/
Remove the - in the word 'number'
Tidy up "interfaces_bridge_edit.php" XHTML
Add CDATA section to SCRIPT tagsUpdate HTML Boolean operatorsClose INPUT and BR tagsAdd missing closing P tagsAdd missing closing TD tagAdd missing closing SPAN tagRemove duplicate closing TD tags
Remove return value of interface_bridge_configure
Fix holdcount/holdcnt parameter confusion
Put some more sanity checking for various interface configurations
Fix indent and remove extra whitespaces between tabs and at EOL
Activate new shortcuts/status in the rest of the areas that are currently setup.
correctly read/write the priority/path cost settings to the main XML configuration file.
code from mike bold.
https://redmine.pfsense.org/issues/2261
Fix page title text. Replace "Firewall" with "Interfaces" in title.
Black list gre interfaces from bridge member list since they cannot be part of a bridge.
Fix XSS issues
Bring in XSS id fixes from m0n0wall
gettext() fixes on interfaces_bridge_edit.php
Fix gettext on interfaces_bridge_edit.php
Checked gettext() implementation interfaces_bridge_edit.php
correction in interfaces_bridge_edit.php
implements gettext in interfaces_bridge_edit.php
Fix some errors in spelling, punctuation, grammar, etc.
Fix enable STP checkbox as detailed in http://forum.pfsense.org/index.php/topic,24230.0.html
Description is not required
Apparently gif(4) can be part of a bridge do not disallow this.
Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to include 2009 on files that I have asserted (C) on
Prevent gif(4) interfaces from being used in bridges.
Add missing priviledge checks to the bridge pages.
clean up text
Cosmetic changes to show the descritive names on member interfaces on bridges page and clarify a note.
Some more fixes and explanations.
Correct my copyright and fix span interface handling.
Rename interfaces_wan_configure to interface_configure now that it is used for all assigned interface configuration.
Try to reconfigure interfaces if assigned when edited. For gif and gre this does not make sense.
Oops forgotten curly.
Fix error checking for wireless interfaces being part of a bridge which is allowed only in hostap mode.
Dress page up with a CSS header like other pages use.
Rename the bridge knob to bridged so that the upgrade code works correctly and we play by the rules of the parser.
Implement Bridge interfaces with full options available.Much improvement over how we do brigding currently.
Remaining is lagg(4) from the list on clone interfaces as far as i am concerned.