diff options
author | Rene Mayrhofer <rene@mayrhofer.eu.org> | 2006-05-22 05:12:18 +0000 |
---|---|---|
committer | Rene Mayrhofer <rene@mayrhofer.eu.org> | 2006-05-22 05:12:18 +0000 |
commit | aa0f5b38aec14428b4b80e06f90ff781f8bca5f1 (patch) | |
tree | 95f3d0c8cb0d59d88900dbbd72110d7ab6e15b2a /linux/net/include.net.sock.h.fs2_2.patch | |
parent | 7c383bc22113b23718be89fe18eeb251942d7356 (diff) | |
download | vyos-strongswan-aa0f5b38aec14428b4b80e06f90ff781f8bca5f1.tar.gz vyos-strongswan-aa0f5b38aec14428b4b80e06f90ff781f8bca5f1.zip |
Import initial strongswan 2.7.0 version into SVN.
Diffstat (limited to 'linux/net/include.net.sock.h.fs2_2.patch')
-rw-r--r-- | linux/net/include.net.sock.h.fs2_2.patch | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/linux/net/include.net.sock.h.fs2_2.patch b/linux/net/include.net.sock.h.fs2_2.patch new file mode 100644 index 000000000..9759dbb7a --- /dev/null +++ b/linux/net/include.net.sock.h.fs2_2.patch @@ -0,0 +1,25 @@ +--- ./include/net/sock.h Fri Nov 2 17:39:16 2001 ++++ ./include/net/sock.h Mon Jun 10 19:44:55 2002 +@@ -201,6 +201,12 @@ + __u32 end_seq; + }; + ++#if 1 ++struct udp_opt { ++ __u32 esp_in_udp; ++}; ++#endif ++ + struct tcp_opt { + int tcp_header_len; /* Bytes of tcp header to send */ + +@@ -443,6 +449,9 @@ + #if defined(CONFIG_SPX) || defined (CONFIG_SPX_MODULE) + struct spx_opt af_spx; + #endif /* CONFIG_SPX */ ++#if 1 ++ struct udp_opt af_udp; ++#endif + + } tp_pinfo; + |