lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 28 May 2013 11:48:14 +0200
From:	Nicolas Dichtel <nicolas.dichtel@...nd.com>
To:	netdev@...r.kernel.org
Cc:	davem@...emloft.net
Subject: [PATCH net-next 0/2] Add support of IPv4 over IPv4 for module sit

The goal of this serie is to be able to have IPv4 and IPv6 adresses over the
same IPv4 tunnel interface. Before this patch, even if encapsulation addresses
were the same, two interfaces were needed to have 4in4 and 6in4: one 'ipip'
interface and one 'sit' interface.
Now, it's possible to configure the mode of the 'sit' interface: 6in4, 4in4 or
both and thus have only one interface for 6in4 and 4in4.

The patch against iproute2 will be sent once the patches are included and
net-next merged. I can send it on demand.

 include/net/ip_tunnels.h |   2 +-
 net/ipv4/ip_gre.c        |   2 +-
 net/ipv4/ip_tunnel.c     |   4 +-
 net/ipv4/ipip.c          |   2 +-
 net/ipv4/xfrm4_tunnel.c  |   2 +-
 net/ipv6/sit.c           | 119 +++++++++++++++++++++++++++++++++++++++++++++--
 6 files changed, 122 insertions(+), 9 deletions(-)

Comments are welcome.

Regards,
Nicolas
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ