Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [netbsd-9] src/tests/net
Module Name: src
Committed By: martin
Date: Tue Nov 10 11:44:22 UTC 2020
Modified Files:
src/tests/net/if_ipsec [netbsd-9]: t_ipsec.sh t_ipsec_natt.sh
t_ipsec_pfil.sh
src/tests/net/ipsec [netbsd-9]: common.sh t_ipsec_natt.sh
Log Message:
Pull up following revision(s) (requested by knakahara in ticket #1129):
tests/net/if_ipsec/t_ipsec_pfil.sh: revision 1.3
tests/net/if_ipsec/t_ipsec.sh: revision 1.11
tests/net/if_ipsec/t_ipsec_natt.sh: revision 1.4
tests/net/if_ipsec/t_ipsec_natt.sh: revision 1.5
tests/net/ipsec/t_ipsec_natt.sh: revision 1.4
tests/net/ipsec/t_ipsec_natt.sh: revision 1.5
tests/net/ipsec/common.sh: revision 1.8
Typo in error message
Refactor a little and follow new format of "npfctl list".
Fix the below ATF failures.
- net/if_ipsec/t_ipsec_natt:ipsecif_natt_transport_null
- net/if_ipsec/t_ipsec_natt:ipsecif_natt_transport_rijndaelcbc
- net/ipsec/t_ipsec_natt:ipsec_natt_transport_ipv4_null
- net/ipsec/t_ipsec_natt:ipsec_natt_transport_ipv4_rijndaelcbc
ok'ed by ozaki-r@n.o, thanks.
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().
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.9.2.1 src/tests/net/if_ipsec/t_ipsec.sh
cvs rdiff -u -r1.2 -r1.2.6.1 src/tests/net/if_ipsec/t_ipsec_natt.sh
cvs rdiff -u -r1.1 -r1.1.6.1 src/tests/net/if_ipsec/t_ipsec_pfil.sh
cvs rdiff -u -r1.7 -r1.7.6.1 src/tests/net/ipsec/common.sh
cvs rdiff -u -r1.2 -r1.2.2.1 src/tests/net/ipsec/t_ipsec_natt.sh
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index