Re: [WireGuard] Seeking Ubuntu PPA Maintainer

2016-11-15 Thread Daniel Kahn Gillmor
Hi Egbert-- On Wed 2016-11-16 09:34:12 +0900, Egbert Verhage wrote: > I just copyed the debian folder of the experimental package of the > debian repo. I'm the package maintainer in debian. Glad to hear that my packaging work has been useful for you. If you're tracking the debian packaging,

Re: [WireGuard] Seeking Ubuntu PPA Maintainer

2016-11-15 Thread Dan Luedtke
Hi Egbert, thank you for maintaining the PPA. I am using it and it works great on my servers. I wish the version bumps would happen more often as long as the code is experimental. Testing "old" code does not make too much sense (I think we mailed a couple of days ago about that). Other from

Re: [WireGuard] Seeking Ubuntu PPA Maintainer

2016-11-15 Thread Egbert Verhage
On 2016-11-16 01:12, Jason A. Donenfeld wrote: > Hey Egbert, > > Great to see! How much does this deviate from debian's? As far as I > can tell, you should be able to keep things basically the same. I just copyed the debian folder of the experimental package of the debian repo. Left all the

Re: [WireGuard] Seeking Ubuntu PPA Maintainer

2016-11-15 Thread Jason A. Donenfeld
Hey Egbert, Great to see! How much does this deviate from debian's? As far as I can tell, you should be able to keep things basically the same. > Testing it constantly on 4 of my servers and works it great! Happy to hear that. > Even added a patch for ifupdown to setup WireGuard in >

Re: [WireGuard] Seeking Ubuntu PPA Maintainer

2016-11-15 Thread Egbert Verhage
On 2016-11-15 21:44, Jason A. Donenfeld wrote: > Hey folks, > > Looks like there are various Ubuntu PPAs for WireGuard floating > around. I'd like to officially endorse one on the install section of > the website. Is anybody interested in being the Ubuntu downstream for > WireGuard? > > Thanks, >

[WireGuard] Seeking Ubuntu PPA Maintainer

2016-11-15 Thread Jason A. Donenfeld
Hey folks, Looks like there are various Ubuntu PPAs for WireGuard floating around. I'd like to officially endorse one on the install section of the website. Is anybody interested in being the Ubuntu downstream for WireGuard? Thanks, Jason ___ WireGuard

Re: [WireGuard] Wireguard in OpenWRT/LEDE: FYI: Pull Request

2016-11-15 Thread Dan Lüdtke
Hi, thanks for the various feedback, guys! Here is the next round: https://github.com/openwrt/packages/pull/3514 and https://github.com/openwrt/luci/pull/852 Cheers, Dan > On 13 Nov 2016, at 23:52, Dan Lüdtke wrote: > > Hi again, > > here is the pull request for LuCi: >

Re: [WireGuard] [PATCH v3] ip6_output: ensure flow saddr actually belongs to device

2016-11-15 Thread David Ahern
On 11/15/16 7:45 AM, Hannes Frederic Sowa wrote: >> @@ -1012,6 +1013,16 @@ static int ip6_dst_lookup_tail(struct net *net, >> const struct sock *sk, >> } >> #endif >> >> +addr_type = ipv6_addr_type(>saddr); >> +if (addr_type == IPv6_ADDR_ANY) >> +return

Re: [WireGuard] [PATCH v3] ip6_output: ensure flow saddr actually belongs to device

2016-11-15 Thread Hannes Frederic Sowa
Hey Jason, On 15.11.2016 01:45, Jason A. Donenfeld wrote: > I'll have a better look at this. Perhaps this should be modeled on > what we currently do for userspace, which might amount to something > more or less like: Cool, thanks! > diff --git a/net/ipv6/ip6_output.c b/net/ipv6/ip6_output.c >