summaryrefslogtreecommitdiffstats
path: root/usr/local/www/interfaces_vlan_edit.php
Commit message (Collapse)AuthorAgeFilesLines
* Opps, unbreak the page by removing unneeded curly.Ermal Luci2009-01-251-2/+2
|
* Allow vlans to be created on lagg interfaces on the GUI.Ermal Luci2009-01-201-0/+6
|
* Rename interfaces_wan_configure to interface_configure now that it is used ↵Ermal Luçi2008-09-091-1/+1
| | | | for all assigned interface configuration.
* Merge lan configuration to the interfaces_wan.php page wich does the ↵Ermal Luçi2008-09-071-3/+1
| | | | | | configuration of all other assigned interfaces.
* Dress VLAN edit page up with a CSS header like other pages use.Scott Ullrich2008-08-301-0/+3
|
* 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
* If we are an assigned vlan just reconfigure it after the editing.Ermal Luçi2008-07-241-0/+6
|
* Remove the parent interface reconfiguration functions they are only ↵Ermal Luçi2008-07-091-7/+0
| | | | | | | | | | | bogusly/erroneously called here: * On bootup without this change the parent interface will be configured twice. * Even when the system is up a vlan does not have to mock up with the parent apart guaranteeing that it is up. The only thing that does not work is makeing a VLAN on dynamic interfaces like pppoe/pptp. Afaik it has never worked and i do not think that many people would use vlans over pppoe, if a feature request for such things comes up it will be on my TODO around 2.x of pfSense.
* * Correctly edit existing vlans.Ermal Luçi2008-07-091-22/+9
| | | | | | | * Speedup very much the vlan creation/editing but not reconfiguring all the other interfaces but just the one where the vlan resides. NOTE: It is even questionable if it is needed at all to reconfigure the underlying interface since the only thing that vlan needs from the parent is the former to be up so packets can travel.
* Fix braindead vlan creation procedures.Ermal Luçi2008-06-041-24/+34
| | | | Now we do not need to go through all vlans just to delete/create one of them.
* add comment from RELENG_1_2Chris Buechler2007-12-261-0/+13
|
* Switch over to array style page titles. Obtained-from: m0n0wallScott Ullrich2007-11-161-2/+1
|
* Fixing css layoutSeth Mos2007-09-011-3/+3
|
* Reload vlan interfaces correctly after adding a new interfaceScott Ullrich2007-03-141-0/+3
|
* Call interfaces_vlan_configure() instead of reload_interfaces(). ↵Scott Ullrich2007-01-251-19/+19
| | | | 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
|
* Nuke display_topbar(). Its's currently red and looks incredibly out of ↵Scott Ullrich2005-12-051-1/+0
| | | | place. Hopefully we can add this back post 1.0
* Only display interfaces that are jumbo frame capableBill Marquette2005-09-151-6/+13
|
* * Drop kick reboots bye byeScott Ullrich2005-07-241-1/+3
|
* Fix pgtitleBill Marquette2005-07-031-1/+1
|
* More screens inherit rounded tabletopsBill Marquette2005-07-031-0/+1
|
* Use $pgtitleBill Marquette2005-07-031-1/+1
| | | | Fix assign/vlan tabs (backwards)
* Use new header system.Scott Ullrich2005-07-021-6/+4
|
* * Add missing cancel buttonScott Ullrich2005-04-221-1/+1
| | | | * cancel -> Cancel
* Add a Cancel button which takes the browser back to the page prior.Scott Ullrich2005-04-211-1/+1
|
* Add $Id$ tagBill Marquette2005-03-271-0/+1
|
* Initial revisionScott Ullrich2004-11-071-0/+146
OpenPOWER on IntegriCloud