summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAngelos D. Keromytis <angelos@cvs.openbsd.org>2001-05-28 10:29:22 +0000
committerAngelos D. Keromytis <angelos@cvs.openbsd.org>2001-05-28 10:29:22 +0000
commitfc59f7bb135528c122d79e6af1ce4cbc52e0b3ee (patch)
tree0a6e4a5f129879ff56528fb07e724f6f8731c9c9
parentb81b67229fbe364c8acd34a7cdae55ce003d2d62 (diff)
IPSECv4 -> IPSEC
-rw-r--r--sys/net/if.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/if.h b/sys/net/if.h
index fd8b90e0f38..7bdd11c4d14 100644
--- a/sys/net/if.h
+++ b/sys/net/if.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: if.h,v 1.24 2001/05/28 05:52:51 angelos Exp $ */
+/* $OpenBSD: if.h,v 1.25 2001/05/28 10:29:21 angelos Exp $ */
/* $NetBSD: if.h,v 1.23 1996/05/07 02:40:27 thorpej Exp $ */
/*
@@ -210,7 +210,7 @@ struct ifnet { /* and the entries */
#define IFCAP_CSUM_IPv4 0x00000001 /* can do IPv4 header csum */
#define IFCAP_CSUM_TCPv4 0x00000002 /* can do IPv4/TCP csum */
#define IFCAP_CSUM_UDPv4 0x00000004 /* can do IPv4/UDP csum */
-#define IFCAP_IPSECv4 0x00000008 /* can do IPv4 IPsec */
+#define IFCAP_IPSEC 0x00000008 /* can do IPsec */
#define IFCAP_VLAN_MTU 0x00000010 /* VLAN-compatible MTU */
#define IFCAP_VLAN_HWTAGGING 0x00000020 /* hardware VLAN tag support */