[strongSwan-dev] [PATCH] kernel-netlink: Fix get_route() interface determination

2016-10-12 Thread Christophe Gouault
A wrong variable is used (route instead of best), so much that the returned interface belongs to the last seen route instead of the best choice route. get_route() may therefore return mismatching interface and gateway. Fixes: 66e9165bc686 ("kernel-netlink: Return outbound interface in get_nextho

Re: [strongSwan-dev] [PATCH] kernel-netlink: Fix get_route() interface determination

2016-10-12 Thread Tobias Brunner
Hi Christophe, > A wrong variable is used (route instead of best), so much that the > returned interface belongs to the last seen route instead of the best > choice route. Applied, thanks! Regards, Tobias ___ Dev mailing list Dev@lists.strongswan.org

Re: [strongSwan-dev] [PATCH] kernel-netlink: Fix get_route() interface determination

2016-10-12 Thread zhen chen
Could you remove me from this list? thanks! > On Oct 12, 2016, at 11:25 AM, Tobias Brunner wrote: > > Hi Christophe, > >> A wrong variable is used (route instead of best), so much that the >> returned interface belongs to the last seen route instead of the best >> choice route. > > Applied, th