summaryrefslogtreecommitdiff
path: root/include/net/protocol.h
diff options
context:
space:
mode:
authorAlexey Kuznetsov <kuznet@ms2.inr.ac.ru>2002-11-04 15:18:11 -0800
committerDavid S. Miller <davem@nuts.ninka.net>2002-11-04 15:18:11 -0800
commitfefd92463dfde738bce403acf35ff05cac4dc6a0 (patch)
treee46506bd7109d08aff73b401528566af3ea7b973 /include/net/protocol.h
parentb9346730a75d99030d15d041c2c4719780361f9f (diff)
[IPSEC]: Bug fixes and updates.
- Implement IP_IPSEC_POLICY setsockopt - Rework input policy checks to use it - dst->child destruction is repaired - Fix tunnel mode IP header building.
Diffstat (limited to 'include/net/protocol.h')
-rw-r--r--include/net/protocol.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/protocol.h b/include/net/protocol.h
index 9ba874a3d18f..2063dfd55690 100644
--- a/include/net/protocol.h
+++ b/include/net/protocol.h
@@ -38,6 +38,7 @@ struct inet_protocol
{
int (*handler)(struct sk_buff *skb);
void (*err_handler)(struct sk_buff *skb, u32 info);
+ int no_policy;
};
#if defined(CONFIG_IPV6) || defined (CONFIG_IPV6_MODULE)