]> err.no Git - linux-2.6/blobdiff - net/ipv4/ipvs/ip_vs_proto_esp.c
Merge branch 'release' of git://lm-sensors.org/kernel/mhoffman/hwmon-2.6
[linux-2.6] / net / ipv4 / ipvs / ip_vs_proto_esp.c
index aef0d3ee8e44f6859d6dfed03b352c2c7b7aba44..21d70c8ffa54a0e19de0f10585a62f0d8e8810a1 100644 (file)
@@ -1,8 +1,6 @@
 /*
  * ip_vs_proto_esp.c:  ESP IPSec load balancing support for IPVS
  *
- * Version:     $Id: ip_vs_proto_esp.c,v 1.1 2003/07/04 15:04:37 wensong Exp $
- *
  * Authors:    Julian Anastasov <ja@ssi.bg>, February 2002
  *             Wensong Zhang <wensong@linuxvirtualserver.org>
  *
@@ -159,6 +157,7 @@ static void esp_exit(struct ip_vs_protocol *pp)
 struct ip_vs_protocol ip_vs_protocol_esp = {
        .name =                 "ESP",
        .protocol =             IPPROTO_ESP,
+       .num_states =           1,
        .dont_defrag =          1,
        .init =                 esp_init,
        .exit =                 esp_exit,