Re-enable arbitrary IPv6 addresses as outer ip4-in-ip6 tunnel source address
authorAxel Neumann <neumann@cgws.de>
Mon, 21 May 2018 18:32:09 +0000 (20:32 +0200)
committerHans Dedecker <dedeckeh@gmail.com>
Sat, 23 Jun 2018 07:47:05 +0000 (09:47 +0200)
commit65c05301c2d1ef4b27a8cac8fea4815b969e0f1f
tree4515e78e8dcd14f9352ff2f5d78be8a6dd879526
parent333e609703ff40a272b8f8832a8af682826fb572
Re-enable arbitrary IPv6 addresses as outer ip4-in-ip6 tunnel source address

The 666-Add-support-for-MAP-E-FMRs-mesh-mode.patch kernel patches
break the possibility for using an ip4ip6 tunnel interface as a fall
back interface accepting ip4-in-ip6 tunneled packets from any remote
address. This works out of the box with any normal (non-666-patched)
kernel and can be configured by setting up an 'ip -6 tunnel' with type
'any' or 'ip4ip6' and a remote address of '::'.

The misbehavior comes with line 290 the patch which discards all packets
that do not show the expected saddr, even if no single fmr rule was
defined and despite the validity of the saddr was already approved earlier.

Signed-off-by: Axel Neumann <neumann@cgws.de>
Acked-by: Hans Dedecker <dedeckeh@gmail.com>
target/linux/generic/pending-3.18/666-Add-support-for-MAP-E-FMRs-mesh-mode.patch
target/linux/generic/pending-4.14/666-Add-support-for-MAP-E-FMRs-mesh-mode.patch
target/linux/generic/pending-4.4/666-Add-support-for-MAP-E-FMRs-mesh-mode.patch
target/linux/generic/pending-4.9/666-Add-support-for-MAP-E-FMRs-mesh-mode.patch