History log of /netbsd-src/tests/net/ipsec/natt_terminator.c (Results 1 – 2 of 2)
Revision Date Author Comments
# d1268e2e 22-Nov-2018 knakahara <knakahara@NetBSD.org>

Add ATF for IPv6 NAT-T.

We use IPv6 NAT-T to avoid IPsec slowing down caused by dropping ESP packets
by some Customer Premises Equipments (CPE). I implement ATF to test such
situation.

I think it c

Add ATF for IPv6 NAT-T.

We use IPv6 NAT-T to avoid IPsec slowing down caused by dropping ESP packets
by some Customer Premises Equipments (CPE). I implement ATF to test such
situation.

I think it can also work with nat66, but I have not tested to the fine details.

show more ...


# 0de7b049 30-Oct-2017 ozaki-r <ozaki-r@NetBSD.org>

Add test cases of NAT-T (transport mode)

A small C program is added to make a special socket (UDP_ENCAP_ESPINUDP)
and keep it to handle UDP-encapsulated ESP packets.