Tidy up "interfaces_gre.php" XHTML
Move NOWRAP to class statementClose BR and IMG tagsDeprecate ampersand in ANCHOR tags
Put some more sanity checking for various interface configurations
Activate new shortcuts/status in the rest of the areas that are currently setup.
Fix double click editing of GRE interfaces
Fix gettext on interfaces_gre.php
Checked gettext() implementation on interfaces_gre.php
Fix gettext implementation for interfaces_gre.php
Implement gettext calls on interfaces_gre.php
Merge branch 'master' of http://gitweb.pfsense.org/pfsense/mainline into mlppp
Conflicts: etc/inc/pfsense-utils.inc usr/local/www/interfaces.php
Fix many things related to PPP connections.
Fixed tab array numbering in interfaces_* files. Enabled multilink over PPtP connections.Fixed handling of bandwidth, mtu, mru settings. Removed unnecessary curly brackets fromsingle line if conditionals, and more . . .
Show friendly interface name.
Use "PPPs" as the new Tab name in Interfaces -> Assign. Rename files and update affected files.
Also, add upgrade_config function 062_to_063.
Fix other interfaces_* pages and keep working with mlppp.
Add new menu name to other interfaces_* pages.
Merge commit 'mainline/master'
Ticket #367. On double click go to the repective edit page.
Ticket #366. Fix scope problem in inuse functions on some of the interfaces.php pages.
Add wireless tab to Interfaces: (assign) now that the configuration page is functional.
Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to include 2009 on files that I have asserted (C) on
clean up text
Bring in support for QinQ. At this time it is limited to only 2 levels.
Do not hard code white
Remove debugging craft.
Rewrite the pfsense privilege system with the following goals in mind ...
1) Redefine page privileges to not use static urls2) Accurate generation of privilege definitions from source3) Merging the user and group privileges into a single set4) Allow any privilege to be added to users or groups w/ inheritance...
Link lagg to GUI
Link Bridge tab in the GUI.
Link GRE/GIF to the GUI.
Implement frontend for GRE/GIF tunnels.GIF tunnels migh conflict with IPsec settings but I will resolve later by either renaming the ipsec interfaces to ipsec or renanming this tunnels to something else.