summaryrefslogtreecommitdiffstats
path: root/usr/local/www/interfaces_vlan.php
Commit message (Collapse)AuthorAgeFilesLines
* 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-45/+56
|
* 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
|
* Fix getext to gettext typoPhil Davis2014-10-311-2/+2
|
* xhtml Complianceayvis2014-03-141-1/+1
| | | replaced <br>, <br/> and </br> with <br />
* Fix #3273Renato Botelho2013-10-181-3/+2
| | | | | | - When you disable a interface, it destroys vlan interface from system. Do not report error when interface doesn't exist. - While I'm here, use pfSense_interface_destroy() instead of ifconfig
* Tidy up "interfaces_vlan.php" XHTMLColin Fleming2013-04-151-6/+6
| | | | | Close BR and IMG tags Deprecate ampersand in ANCHOR tag
* Put some more sanity checking for various interface configurationsErmal2013-01-241-1/+5
|
* Validate vlan interface before delete itRenato Botelho2013-01-221-0/+2
|
* Activate new shortcuts/status in the rest of the areas that are currently setup.jim-p2012-08-101-0/+1
|
* Fix height of plus button, reported at ↵Erik Fonnesbeck2010-10-011-1/+1
| | | | http://forum.pfsense.org/index.php/topic,28764.0.html
* Fix gettext on interfaces_vlan.phpVinicius Coque2010-08-121-1/+1
|
* Corrections gettext implementation on interfaces_vlan.phpCarlos Eduardo Ramos2010-07-211-1/+1
|
* Fix gettext implementation on interfaces_vlan.phpVinicius Coque2010-07-101-3/+3
|
* Implement gettext() callsRafael 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.
* 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
* Bring in support for QinQ. At this time it is limited to only 2 levels.Ermal Luçi2009-03-281-5/+6
|
* * Introduce interface groups. For now they are availble only on ↵Ermal Luçi2009-03-161-6/+7
| | | | | | Firewall:Rules section maybe it would be usable to have tham on nat too. * Some fixes and cleanup.
* Do not hard code whiteScott Ullrich2008-10-121-2/+0
|
* Rewrite the pfsense privilege system with the following goals in mind ...Matthew Grooms2008-08-011-0/+8
| | | | | | | | 1) Redefine page privileges to not use static urls 2) Accurate generation of privilege definitions from source 3) Merging the user and group privileges into a single set 4) Allow any privilege to be added to users or groups w/ inheritance 5) Cleaning up the related WebUI pages
* Link lagg to GUIErmal Luçi2008-07-251-0/+1
|
* Link Bridge tab in the GUI.Ermal Luçi2008-07-251-0/+1
|
* Fix vlan_in_use function.Ermal Luçi2008-07-241-1/+1
|
* Link GRE/GIF to the GUI.Ermal Luçi2008-07-231-0/+2
|
* Continue interface improvementsErmal Luçi2008-06-211-7/+3
|
* Fix braindead vlan creation procedures.Ermal Luçi2008-06-041-19/+1
| | | | Now we do not need to go through all vlans just to delete/create one of them.
* Initial import of PPP for 3G and dial up modem support.Chris Buechler2008-02-181-0/+1
| | | | Needs testing and likely some fixing, then porting to HEAD once verified working.
* Correctly display product name.Scott Ullrich2007-12-291-1/+1
|
* Add product_copyright re-branding supportScott Ullrich2007-12-161-1/+1
| | | | | | | | Add product_copyright_years re-branding support Add product_website re-branding support Add product_email re-branding support Work sponsored-by: Centipede Networks
* Switch over to array style page titles. Obtained-from: m0n0wallScott Ullrich2007-11-161-2/+1
|
* Call interfaces_vlan_configure() instead of reload_interfaces(). ↵Scott Ullrich2007-01-251-3/+3
| | | | reload_interfaces() is still considered experimental and I am really not sure how this snuck past on the prior cleanup.
* Remove #!/usr/local/bin/phpScott Ullrich2006-01-021-1/+0
|
* Make description whiteScott Ullrich2006-01-021-0/+2
|
* * Drop kick reboots bye byeScott Ullrich2005-07-241-2/+3
| | | | | | * Add reloat_interfaces() * Add reload_all() * Use reload_all() in wizard
* updating files to use theme imagesErik Kristensen2005-07-211-3/+3
| | | | | removing images from /usr/local/www adding specific images into the correct theme directories
* Fix bottom roundsBill Marquette2005-07-041-11/+5
|
* Use $pgtitleBill Marquette2005-07-031-3/+3
| | | | Fix assign/vlan tabs (backwards)
* Curvify.Scott Ullrich2005-07-031-4/+14
|
* Use new header system.Scott Ullrich2005-07-021-7/+4
|
* Add $Id$ tagBill Marquette2005-03-271-0/+1
|
OpenPOWER on IntegriCloud