[NETFILTER]: Fix check for ESP header size in ip6t_esp
Linux Kernel Mailing List <[email protected]>
| Newsgroups | gmane.linux.kernel.commits.2-4 |
|---|---|
| Message-ID | <[email protected]> |
ChangeSet 1.1540, 2004/12/21 17:37:08+01:00, [email protected] [NETFILTER]: Fix check for ESP header size in ip6t_esp Signed-off-by: Yasuyuki KOZAKAI <[email protected]> Signed-off-by: Patrick McHardy <[email protected]> ip6t_esp.c | 1 + 1 files changed, 1 insertion(+) diff -Nru a/net/ipv6/netfilter/ip6t_esp.c b/net/ipv6/netfilter/ip6t_esp.c --- a/net/ipv6/netfilter/ip6t_esp.c 2005-01-15 07:04:28 -08:00 +++ b/net/ipv6/netfilter/ip6t_esp.c 2005-01-15 07:04:28 -08:00 @@ -22,6 +22,7 @@ struct esphdr { __u32 spi; + __u32 seq_no; }; /* Returns 1 if the spi is matched by the range, 0 otherwise */