summaryrefslogtreecommitdiffstats
path: root/usr/local/www/interfaces_qinq.php
Commit message (Collapse)AuthorAgeFilesLines
* Don't check whether the QinQ interface exists when deleting. UnnecessarilyChris Buechler2015-07-061-2/+0
| | | | | makes QinQ un-deletable where the parent interface no longer exists (removed, config restored from diff hardware, etc.).
* Code spacingPhil Davis2015-06-151-2/+2
| | | | | | | 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-47/+61
|
* Fix lineup of copyright linesPhil Davis2015-01-011-1/+1
| | | | | 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
|
* xhtml Complianceayvis2014-03-141-1/+1
| | | replaced <br>, <br/> and </br> with <br />
* Tidy up "interfaces_qinq.php" XHTMLColin Fleming2013-04-151-6/+6
| | | | | Move NOWRAP to class Close BR and IMG tags
* Validate QinQ vlan interface to be sure it existsRenato Botelho2013-01-221-2/+5
|
* Fix indent and blank at EOLRenato Botelho2013-01-221-3/+3
|
* Activate new shortcuts/status in the rest of the areas that are currently setup.jim-p2012-08-101-0/+1
|
* Fix QinQ note width.jim-p2011-08-301-1/+1
|
* Correct saving of qinq specified members and also correctly destroy parent ↵Ermal2011-04-281-0/+1
| | | | vlan when deleteing the interfaces. Also take care of attaching to netgraph now that we detach by default.
* Fix gettext on interfaces_qinq.phpVinicius Coque2010-08-121-1/+1
|
* Checked gettext() implementation on interfaces_qinq.phpCarlos Eduardo Ramos2010-07-141-0/+1
|
* Fix gettext implementation on interfaces_qinq.phpVinicius Coque2010-07-101-1/+1
|
* Fix gettext implementation on interfaces_qinq.phpVinicius Coque2010-07-101-2/+2
|
* Implement gettext() calls on interfaces_qinq.phpRafael Lucas2010-06-301-19/+19
|
* Fix many things related to PPP connections.gnhb2010-05-261-4/+4
| | | | | | Fixed tab array numbering in interfaces_* files. Enabled multilink over PPtP connections. Fixed handling of bandwidth, mtu, mru settings. Removed unnecessary curly brackets from single line if conditionals, and more . . .
* Use "PPPs" as the new Tab name in Interfaces -> Assign. Rename files and ↵gnhb2010-05-041-2/+1
| | | | | | update affected files. Also, add upgrade_config function 062_to_063.
* Fix other interfaces_* pages and keep working with mlppp.gnhb2010-03-301-5/+5
|
* Add new menu name to other interfaces_* pages.gnhb2010-03-301-2/+3
|
* Merge commit 'mainline/master'Erik Fonnesbeck2010-03-011-2/+2
|\
| * Ticket #367. On double click go to the repective edit page.Ermal Luçi2010-02-261-1/+1
| |
| * Ticket #366. Fix scope problem in *_inuse functions on some of the ↵Erik Fonnesbeck2010-02-261-1/+1
| | | | | | | | interfaces_*.php pages.
* | Add wireless tab to Interfaces: (assign) now that the configuration page is ↵Erik Fonnesbeck2010-02-151-7/+8
|/ | | | functional.
* 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-4/+4
| | | | the second Q in QinQ.
* Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to ↵Scott Ullrich2009-09-141-2/+4
| | | | include 2009 on files that I have asserted (C) on
* fix linkChris Buechler2009-06-071-1/+1
|
* * Convert the QinQ code to use a file where the commands are passed. This ↵Ermal Luçi2009-04-031-0/+1
| | | | | | | speeds up most of the vlan creation. Before you'd need 20min to create qinq with 1000 member now it adds 2000 members in just 1 minute * Fix some cleanups when deleting QinQ
* Do not show massive amount of members but just what can be shown on the guiErmal Luçi2009-04-011-1/+6
|
* Fix copyrights.Ermal Luçi2009-03-291-1/+1
|
* Add GUI pages for QinQ missed in previous commit.Ermal Luçi2009-03-291-0/+153
OpenPOWER on IntegriCloud