diff options
author | Alberto Gonzalez Iniesta <agi@inittab.org> | 2012-02-23 17:28:35 +0100 |
---|---|---|
committer | Alberto Gonzalez Iniesta <agi@inittab.org> | 2012-02-23 17:28:35 +0100 |
commit | 4f460c0ea0b089760deb2a4420a0931b9841f1ad (patch) | |
tree | 49385c09acca6c251c6300e1009cd5428a4d76fb /debian/changelog | |
parent | 864a94d1f266022fdd4cfb3ecf7978f50fa412c3 (diff) |
Avoid sending ICMP redirects with dev tun + subnet
When a tun-based VPN is using the subnet topology, the communication
between clients can confuse the routing code that will wrongly emit ICMP
redirects. Patch by Simon Deziel. (Closes: #656241)
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index ca675a3..c8961fc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +openvpn (2.2.1-5) unstable; urgency=low + + * Avoid sending ICMP redirects when using tun devices and "subnet" + topology. Thanks Simon Deziel for testing and the patch. + (Closes: #656241) + + -- Alberto Gonzalez Iniesta <agi@inittab.org> Thu, 23 Feb 2012 17:25:54 +0100 + openvpn (2.2.1-4) unstable; urgency=low * Use dpkg-buildflags to fill CFLAGS in ./configure. (Closes: #655130) |