History log of /netbsd-src/tests/net/if_ipsec/t_ipsec.sh (Results 1 – 11 of 11)
Revision Date Author Comments
# 57870677 05-Aug-2020 knakahara <knakahara@NetBSD.org>

Fix missing "-m tranport" options. Pointed out by k-goda@IIJ.

Using any mode SA causes unepected call path, that is,
ipsec4_common_input_cb() calls ip_input() directly instead of
ipsecif4_input().


# ce0ae1df 19-Aug-2019 ozaki-r <ozaki-r@NetBSD.org>

tests: use rump_server_add_iface to create interfaces


# 06a59f7e 15-Jan-2019 knakahara <knakahara@NetBSD.org>

Fix PR kern/53848. Add missing "ifconfig -w".


# 2127b06f 15-Jan-2019 knakahara <knakahara@NetBSD.org>

revert t_ipsec.sh:r1.7


# b6794f2f 11-Jan-2019 knakahara <knakahara@NetBSD.org>

workaround for PR kern/53848


# 3a6c5e3f 10-Jan-2019 knakahara <knakahara@NetBSD.org>

tests/net/if_ipsec/t_ipsec disable dad. This may fix PR kern/53848


# c037dbb2 25-Dec-2018 knakahara <knakahara@NetBSD.org>

reduce debug messages when $DEBUG is not true.


# a0d17a17 13-Mar-2018 knakahara <knakahara@NetBSD.org>

Enhance assertion ipsecif(4) ATF to avoid confusing setkey(8) error message.

When setkey(8) says "syntax error at [-E]", it must mean get_if_ipsec_unique()
failed.


# 95dd9007 01-Feb-2018 ozaki-r <ozaki-r@NetBSD.org>

Commonalize and add tests of creating/destroying interfaces


# 11f91074 11-Jan-2018 ozaki-r <ozaki-r@NetBSD.org>

Change the prefix of test names to ipsecif_ to distinguish from tests for ipsec(4)


# b8f54fc7 10-Jan-2018 knakahara <knakahara@NetBSD.org>

add ipsec(4) interface ATF.