Module Name: src Committed By: knakahara Date: Wed Aug 5 01:10:50 UTC 2020
Modified Files: src/tests/net/if_ipsec: t_ipsec.sh t_ipsec_pfil.sh Log Message: 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.10 -r1.11 src/tests/net/if_ipsec/t_ipsec.sh cvs rdiff -u -r1.2 -r1.3 src/tests/net/if_ipsec/t_ipsec_pfil.sh Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.