Changes between Initial Version and Version 1 of VlanPatches


Ignore:
Timestamp:
10/07/18 11:39:54 (6 years ago)
Author:
Gert Döring
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • VlanPatches

    v1 v1  
     1== VLAN patch set ==
     2
     3This page is to document the ongoing work on the VLAN patch set by Fabian Kittel
     4
     5=== History ===
     6
     7Initial patch submission was here (March 31, 2010): <cover.1270060247.git.fabian.knittel@avona.com> https://sourceforge.net/p/openvpn/mailman/message/24904887/
     8
     9after initial review, we got a round of updates(!) to that (April 12, 2010): https://sourceforge.net/p/openvpn/mailman/message/25117302/
     10
     11To be fully useful, it might need some work on 802.1 priority handling: https://sourceforge.net/p/openvpn/mailman/message/35017187/
     12
     13Supposedly all the patches are in git://fsmi-dev.fsmi.uni-karlsruhe.de/openvpn.git in "feat_vlan" branch.
     14
     15
     16Then we had Mike Auty bring it back here (December 2015): https://sourceforge.net/p/openvpn/mailman/message/34721602/
     17
     18And "Ikelos" here (December 2016) as a github PR
     19https://github.com/OpenVPN/openvpn/pull/76
     20
     21=== deferred client-connect ===
     22
     23https://sourceforge.net/p/openvpn/mailman/message/33244190/
     24
     25(unrelated but we also need to cover this)
     26
     27
     28=== documentation ===
     29
     30  * in-tree - doc/, manpage?
     31  * out of tree - trac, examples?
     32
     33=== code ===
     34
     35  * which version do we start with?
     36  * agree on architecture
     37  * rebase patches
     38  * build test environment (Gert)
     39  * review, test