Re: [Openvpn-devel] [PATCH] Drop incoming fe80:: packets silently now.

2014-06-07 Thread Gert Doering
Hi, On Sat, Jun 07, 2014 at 05:50:33PM +0200, Steffan Karger wrote: > Maybe put the IPv6 link-local address comment on a single line? Yeah. That one started as a multi-line comment :-) - I'll change it to > > - msg (D_MULTI_DROPPED, "MULTI: bad source address from client > > [%s],

Re: [Openvpn-devel] [PATCH] Drop incoming fe80:: packets silently now.

2014-06-07 Thread Steffan Karger
ACK Getting rid of useless log messages makes the important ones stand out more, which is great. Maybe put the IPv6 link-local address comment on a single line? -Steffan On 06-06-14 20:43, Gert Doering wrote: > IPv6 has the concept of "link local" addresses, fe80::, which > normally are present

[Openvpn-devel] [PATCH] Drop incoming fe80:: packets silently now.

2014-06-06 Thread Gert Doering
IPv6 has the concept of "link local" addresses, fe80::, which normally are present on every link, and are used for stuff like DHCPv6, neighbor discovery, etc. OpenVPN point-to-multipoint mode currently does neither configure them on tun interfaces, nor are they handled in a meaningful way if a cli