Revision bcf0dda8d2408fe1c1040cdec5a98e5fcad2ac72 authored by Patrick McHardy on 09 April 2008, 22:08:24 UTC, committed by David S. Miller on 09 April 2008, 22:08:24 UTC
Commit df9dcb45 ([IPSEC]: Fix inter address family IPsec tunnel handling)
broke openswan by removing the selector initialization for tunnel mode
in case it is uninitialized.

This patch restores the initialization, fixing openswan, but probably
breaking inter-family tunnels again (unknown since the patch author
disappeared). The correct thing for inter-family tunnels is probably
to simply initialize the selector family explicitly.

Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent 21f644f
History
File Mode Size
Kconfig -rw-r--r-- 27.8 KB
Makefile -rw-r--r-- 1.1 KB
calibrate.c -rw-r--r-- 4.7 KB
do_mounts.c -rw-r--r-- 8.1 KB
do_mounts.h -rw-r--r-- 1.4 KB
do_mounts_initrd.c -rw-r--r-- 3.2 KB
do_mounts_md.c -rw-r--r-- 7.3 KB
do_mounts_rd.c -rw-r--r-- 10.0 KB
initramfs.c -rw-r--r-- 11.8 KB
main.c -rw-r--r-- 20.3 KB
noinitramfs.c -rw-r--r-- 1.4 KB
version.c -rw-r--r-- 1009 bytes

back to top