Re: [Openvpn-devel] [RFC][PATCH 0/9] VLAN tagging on TAP devices in OpenVPN server mode

2010-04-01 Thread Fabian Knittel
David Sommerseth schrieb: > If you have a public git tree available, I could pull that as well. (I > tried the git URL the webUI gave me yesterday, without luck). Ah, thanks for noticing ... the non-ssh path apparently doesn't get used often. I forgot to fix the URLs since switching to gitosis.

Re: [Openvpn-devel] [RFC][PATCH 0/9] VLAN tagging on TAP devices in OpenVPN server mode

2010-04-01 Thread Samuli Seppänen
>> Actually, I was lucky to notice the openvpn-unstable.git repo before >> submission. My original patch-set was based on the subversion repo >> branch beta21 and would have conflicted with feat_passtos. I didn't >> notice the git repo and the Wiki on secure-computing.net until I >> happened to

Re: [Openvpn-devel] [RFC][PATCH 0/9] VLAN tagging on TAP devices in OpenVPN server mode

2010-04-01 Thread Samuli Seppänen
> Actually, I was lucky to notice the openvpn-unstable.git repo before > submission. My original patch-set was based on the subversion repo > branch beta21 and would have conflicted with feat_passtos. I didn't > notice the git repo and the Wiki on secure-computing.net until I > happened to look

Re: [Openvpn-devel] [RFC][PATCH 0/9] VLAN tagging on TAP devices in OpenVPN server mode

2010-04-01 Thread Fabian Knittel
David Sommerseth schrieb: > On 01/04/10 10:32, Fabian Knittel wrote: >> We'll definitely be doing that over here. My main concern was whether >> we would have to patch OpenVPN indefinitely with local enhancements or >> whether there was a chance to include it upstream. And now that things >>

Re: [Openvpn-devel] [RFC][PATCH 0/9] VLAN tagging on TAP devices in OpenVPN server mode

2010-04-01 Thread David Sommerseth
On 01/04/10 10:32, Fabian Knittel wrote: > Hi David, > > David Sommerseth schrieb: >> Thank you very much for your patches! I'll look into them soon. > > Thanks! > >> The >> patches seems to apply nicely against the feat_passtos branch. I was >> worried about a conflict here, until I noticed

Re: [Openvpn-devel] [RFC][PATCH 0/9] VLAN tagging on TAP devices in OpenVPN server mode

2010-04-01 Thread Fabian Knittel
Hi David, David Sommerseth schrieb: > Thank you very much for your patches! I'll look into them soon. Thanks! > The > patches seems to apply nicely against the feat_passtos branch. I was > worried about a conflict here, until I noticed where you had your roots :) Actually, I was lucky to

Re: [Openvpn-devel] [RFC][PATCH 0/9] VLAN tagging on TAP devices in OpenVPN server mode

2010-04-01 Thread Peter Stuge
David Sommerseth wrote: > I'll admit I don't understand too much how the VLAN's really work in > core network code. There's a prefix, and a wrapper to create virtual interfaces. And there's the vconfig tool to do configuration. NIC drivers need to support oversize frames. vconfig add eth0 4 #

Re: [Openvpn-devel] [RFC][PATCH 0/9] VLAN tagging on TAP devices in OpenVPN server mode

2010-04-01 Thread David Sommerseth
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 31/03/10 23:58, Fabian Knittel wrote: > Hi, > > The patch-set is now based on Davide Guerri's --passtos patch, as it directly > falls with-in the functionality of my original version and looked like a > candidate for integration. > > The patches