History log of /freebsd-current/tests/sys/netinet6/exthdr.sh
Revision Date Author Comments
# d0b2dbfa 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: one-line sh pattern

Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/


# 01f3f354 25-Nov-2020 Alan Somers <asomers@FreeBSD.org>

ping: fix some man pages and tests after r368045

MFC-with: r368045


# 20241072 18-Nov-2019 Bjoern A. Zeeb <bz@FreeBSD.org>

ipv6 tests

Add a simple ping6 test as well.

MFC after: 2 weeks
Sponsored by: Netflix


# 09bc401f 08-Nov-2019 Li-Wen Hsu <lwhsu@FreeBSD.org>

Reenable netinet6 and netpfil tests on i386, net/scapy 2.4.3_2 contains the fix

PR: 239380
Sponsored by: The FreeBSD Foundation


# f21d3207 06-Nov-2019 Bjoern A. Zeeb <bz@FreeBSD.org>

ipv6 tests: cleanup

Remove mentions of fragmentation tests from extension header test.
Remove setting an MTU > IF_MAXMTU from the test cases to avoid warnings;
this was only possible in a local research tree.

MFC after: 2 weeks
Sponsored by: Netflix


# b0460c4c 05-Nov-2019 Li-Wen Hsu <lwhsu@FreeBSD.org>

Temporarily disable sys.netinet6.exthdr on i386

PR: 241493
Sponsored by: The FreeBSD Foundation


# 1e19cdbb 05-Nov-2019 Bjoern A. Zeeb <bz@FreeBSD.org>

ip6 tests: Add very simplistic extension header tests

Add a simple test case which can exercise some of the IPv6 extension
header code paths. At the moment only a small set of extension headers
is implemented and no options to the ones which take them.
Also implements a "bad" case to make sure that error handling works.

The tests were used to test m_pullup() changes to the code paths while
removing the KAME PULLDOWN_TEST cases and related macros.

MFC after: 3 weeks
Sponsored by: Netflix