Re: [PATCH net-next] ip6_tunnel: Allow rcv/xmit even if remote address is a local address

2017-10-24 Thread David Miller
From: Shmulik Ladkani Date: Sat, 21 Oct 2017 00:25:15 +0300 > From: Shmulik Ladkani > > Currently, ip6_tnl_xmit_ctl drops tunneled packets if the remote > address (outer v6 destination) is one of host's locally configured > addresses. > Same applies to ip6_tnl_rcv_ctl: it drops packets if the r

[PATCH net-next] ip6_tunnel: Allow rcv/xmit even if remote address is a local address

2017-10-20 Thread Shmulik Ladkani
From: Shmulik Ladkani Currently, ip6_tnl_xmit_ctl drops tunneled packets if the remote address (outer v6 destination) is one of host's locally configured addresses. Same applies to ip6_tnl_rcv_ctl: it drops packets if the remote address (outer v6 source) is a local address. This prevents using i