# This is a BitKeeper generated diff -Nru style patch. # # ChangeSet # 2004/12/05 23:17:12+01:00 yasuyuki.kozakai@toshiba.co.jp # [NETFILTER]: Fix check for ESP header size in ip6t_esp # # Signed-off-by: Yasuyuki KOZAKAI # Signed-off-by: Patrick McHardy # # net/ipv6/netfilter/ip6t_esp.c # 2004/12/05 23:17:10+01:00 yasuyuki.kozakai@toshiba.co.jp +1 -0 # [NETFILTER]: Fix check for ESP header size in ip6t_esp # # Signed-off-by: Yasuyuki KOZAKAI # Signed-off-by: Patrick McHardy # diff -Nru a/net/ipv6/netfilter/ip6t_esp.c b/net/ipv6/netfilter/ip6t_esp.c --- a/net/ipv6/netfilter/ip6t_esp.c 2004-12-20 07:01:16 +01:00 +++ b/net/ipv6/netfilter/ip6t_esp.c 2004-12-20 07:01:16 +01:00 @@ -22,6 +22,7 @@ struct esphdr { __u32 spi; + __u32 seq_no; }; /* Returns 1 if the spi is matched by the range, 0 otherwise */