Project

General

Profile

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

# Date Author Comment
2a84ba48 04/15/2013 08:06 PM Colin Fleming

Tidy up "interfaces_qinq_edit.php" XHTML

Add CDATA sections to SCRIPT tags
Close INPUT tags
Update HTML boolean operators

908e5985 01/22/2013 03:24 PM Renato Botelho

When QinQ members are changed, make sure interfaces are created/destroyed (attempt 2)

b554b869 01/22/2013 02:02 PM Renato Botelho

Revert "When QinQ members are changed, make sure interfaces are created/destroyed"

This reverts commit a2bf1347c95bbb988bbd79d2cb091c28d9f075ed.

a2bf1347 01/22/2013 01:49 PM Renato Botelho

When QinQ members are changed, make sure interfaces are created/destroyed

a3381369 01/14/2013 01:27 PM Colin Fleming

Update PHP shorthand tag

Standardise all PHP start tags from "

b32dd0a6 08/10/2012 05:32 PM Jim Pingle

Activate new shortcuts/status in the rest of the areas that are currently setup.

9cf46050 04/28/2011 09:21 PM Ermal LUÇI

Correct saving of qinq specified members and also correctly destroy parent vlan when deleteing the interfaces. Also take care of attaching to netgraph now that we detach by default.

d865241e 01/06/2011 06:52 PM Jim Pingle

Don't run mb_convert_encoding on descr field, it's cdata protected in the config now and this just causes some characters to be lost on input. Ticket #1168

bddc8818 11/13/2010 05:44 AM Erik Fonnesbeck

Form image buttons are submit buttons and thus default buttons, causing unwanted behavior with the enter key. Use links instead, where possible.

dd5bf424 11/12/2010 04:36 PM Scott Ullrich

Fix XSS issues

225a2f0b 11/12/2010 04:03 PM Scott Ullrich

Bring in XSS id fixes from m0n0wall

93bcbb6a 08/03/2010 03:59 PM Renato Botelho

Sync interfaces_* with mainline/master

d75ad412 07/08/2010 08:05 PM Renato Botelho

Reset interface_* files

01c47039 07/01/2010 02:07 AM Rafael Lucas

Implement gettext() calls on interfaces_qinq_edit.php

ceae2616 11/28/2009 10:52 AM Ermal Luçi

Use propper name for interface groups.

4400ad66 11/28/2009 10:47 AM Ermal Luçi

Rework qinq a bit. Make it use a vlan(4) as the firt Q and a ng_vlan(4) for the second Q in QinQ.

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

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@

5155bb33 04/04/2009 11:18 PM Ermal Luçi

Optimize adding new members to QinQ to evitate recreating the whole QinQ members.

a80281c6 03/29/2009 09:22 PM Ermal Luçi

Clarify that ranges can be specified and add a fix to not leave the upper limit of the range unused as a tag.

4b653c44 03/29/2009 09:19 PM Ermal Luçi

Fix copyrights.

b991e3b5 03/29/2009 09:18 PM Ermal Luçi

Add GUI pages for QinQ missed in previous commit.