Project

General

Profile

Download (6.67 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
7ac5a4cb 09/14/2009 11:14 PM Scott Ullrich

Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to include 2009 on files that I have asserted (C) on

48315e65 06/16/2009 11:27 PM Ermal Luçi

s/./_/ for vlans since netgraph does not like .(dots) in the path names.

305c847d 06/08/2009 10:23 PM Ermal Luçi

Use $RealIf.vlan$tag interface names for vlans. This makes them more userfriendly.

e1c449c0 06/08/2009 10:14 PM Ermal Luçi

Revert "Do not use tags for vlan interface names since there might be same vlan tags on different parent interfaces and this will break configs and will hide the reason it does not work. Thanks-to: smos@"

This reverts commit 83bdca55920ca6ab3d848f0993d57a1f9b85098f.

83bdca55 06/08/2009 05:57 PM Ermal Luçi

Do not use tags for vlan interface names since there might be same vlan tags on different parent interfaces and this will break configs and will hide the reason it does not work. Thanks-to: smos@

c6196310 03/30/2009 06:20 PM Ermal Luçi

Do not allow to add a vlan tag on the same interface when it is used by qinq.

5f1e1d26 03/28/2009 09:08 AM Ermal Luçi

Bring in support for QinQ. At this time it is limited to only 2 levels.

983271b3 01/25/2009 07:02 PM Ermal Luçi

Opps, unbreak the page by removing unneeded curly.

a0188aa6 01/20/2009 06:01 PM Ermal Luçi

Allow vlans to be created on lagg interfaces on the GUI.

69e5a8be 09/09/2008 11:08 AM Ermal Luçi

Rename interfaces_wan_configure to interface_configure now that it is used for all assigned interface configuration.

4476d447 09/07/2008 07:34 PM Ermal Luçi

Merge lan configuration to the interfaces_wan.php page wich does the configuration of all
other assigned interfaces.

9dad4f31 08/30/2008 07:43 PM Scott Ullrich

Dress VLAN edit page up with a CSS header like other pages use.

6b07c15a 08/01/2008 06:30 AM Matthew Grooms

Rewrite the pfsense privilege system with the following goals in mind ...

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...

d0c04a66 07/24/2008 02:16 PM Ermal Luçi

If we are an assigned vlan just reconfigure it after the editing.

3aa3cee2 07/09/2008 06:55 PM Ermal Luçi Remove the parent interface reconfiguration functions they are only 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....
28115e32 07/09/2008 04:17 PM Ermal Luçi
  • Correctly edit existing vlans.
  • 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.

a3f9082f 06/04/2008 09:37 PM Ermal Luçi

Fix braindead vlan creation procedures.
Now we do not need to go through all vlans just to delete/create one of them.

8ff8a42f 12/26/2007 03:26 AM Chris Buechler

add comment from RELENG_1_2

d88c6a9f 11/16/2007 12:48 AM Scott Ullrich

Switch over to array style page titles. Obtained-from: m0n0wall

b5c78501 09/01/2007 08:47 PM Seth Mos

Fixing css layout

4b7d5741 03/14/2007 09:15 PM Scott Ullrich

Reload vlan interfaces correctly after adding a new interface

de068d0b 01/25/2007 10:26 PM Scott Ullrich

Call interfaces_vlan_configure() instead of reload_interfaces(). reload_interfaces() is still considered experimental and I am really not sure how this snuck past on the prior cleanup.

e54d4de6 01/02/2006 11:46 PM Scott Ullrich

Remove #!/usr/local/bin/php

be093fab 12/05/2005 12:05 AM Scott Ullrich

Nuke display_topbar(). Its's currently red and looks incredibly out of place. Hopefully we can add this back post 1.0

bc0caea7 09/15/2005 04:55 AM Bill Marquette

Only display interfaces that are jumbo frame capable

5f78884c 07/24/2005 10:26 PM Scott Ullrich
  • Drop kick reboots bye bye
ccff927c 07/03/2005 07:53 PM Bill Marquette

Fix pgtitle

ef97ce1b 07/03/2005 07:17 PM Bill Marquette

More screens inherit rounded tabletops

931066a8 07/03/2005 04:26 PM Bill Marquette

Use $pgtitle
Fix assign/vlan tabs (backwards)

7f43ca88 07/02/2005 04:03 AM Scott Ullrich

Use new header system.

28b86d64 04/22/2005 02:27 AM Scott Ullrich
  • Add missing cancel button
  • cancel -> Cancel
53c59170 04/21/2005 06:42 PM Scott Ullrich

Add a Cancel button which takes the browser back to the page prior.

b46bfcf5 03/27/2005 10:31 PM Bill Marquette

Add $Id$ tag

5b237745 11/07/2004 03:06 AM Scott Ullrich

Initial revision