mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-26 19:00:34 +02:00
Updated kernel to 2.6.25.17
Updated klibc to 1.5.14 Updated iptables to 1.4.1.1 removed r8138,r3139,arptables disabled ipp2p testing patch openswan interpret unspec address as ipv4
This commit is contained in:
@@ -105,7 +105,7 @@ int main(int argc, char *argv[])
|
||||
|
||||
mysystem("/sbin/modprobe ide-generic");
|
||||
mysystem("/sbin/modprobe generic");
|
||||
mysystem("/sbin/modprobe ide-cd");
|
||||
mysystem("/sbin/modprobe ide-cd_mod");
|
||||
mysystem("/sbin/modprobe ide-disk");
|
||||
mysystem("/sbin/modprobe uhci-hcd");
|
||||
mysystem("/sbin/modprobe ohci-hcd");
|
||||
|
||||
11
src/patches/openswan-2.6.16-sa_fam_unspec.patch
Normal file
11
src/patches/openswan-2.6.16-sa_fam_unspec.patch
Normal file
@@ -0,0 +1,11 @@
|
||||
diff -Naur openswan-2.6.16.org/linux/net/ipsec/pfkey_v2_build.c openswan-2.6.16/linux/net/ipsec/pfkey_v2_build.c
|
||||
--- openswan-2.6.16.org/linux/net/ipsec/pfkey_v2_build.c 2008-08-18 19:07:48.000000000 +0200
|
||||
+++ openswan-2.6.16/linux/net/ipsec/pfkey_v2_build.c 2008-09-13 15:38:43.000000000 +0200
|
||||
@@ -442,6 +442,7 @@
|
||||
}
|
||||
|
||||
switch(address->sa_family) {
|
||||
+ case AF_UNSPEC:
|
||||
case AF_INET:
|
||||
DEBUGGING(PF_KEY_DEBUG_BUILD,
|
||||
"pfkey_address_build: "
|
||||
Reference in New Issue
Block a user