Changes between Initial Version and Version 3 of Ticket #642


Ignore:
Timestamp:
11/04/16 13:11:37 (7 years ago)
Author:
Gert Döring
Comment:

Patch v2 was not good, v3 was still not good enough :-) and v4 has been sent, tested and merged!

commit e8c42658ff8df10ad56659788a73900648b9d92d (master) commit 748974b960a099ef4fdf083f25226659775603b9 (release/2.3)

Author: Lev Stipakov Date: Thu Nov 3 23:28:23 2016 +0200

Drop recursively routed packets

Acked-by: Gert Doering <gert@…> Message-Id: <1478208503-25929-1-git-send-email-lstipakov@…> URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg12894.html Signed-off-by: Gert Doering <gert@…>

this will be in 2.3.14 - closing the ticket, everything is done.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #642

    • Property Status changed from new to closed
    • Property Resolution changed from to fixed
  • Ticket #642 – Description

    initial v3  
    44
    55As a fix, let's detect packets going to "my current destination tunnel address + port" and drop (+log) them ("recursive routing detected, dropping tun packet to $destination:$port").
     6
     7Thanks, Lev.