diff options
| author | Tom Lendacky <toml@us.ibm.com> | 2003-03-28 12:08:41 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.transmeta.com> | 2003-03-28 12:08:41 -0800 |
| commit | c81baf4775c6bb09ea2c2f31e494a068fe12160c (patch) | |
| tree | c2372b31dfc10e96c114a4833c1ddfcbb36bf70c /include/net/protocol.h | |
| parent | 0946befcaa7df551c1b9664506c947201007a3f0 (diff) | |
[IPSEC]: Missing ipv6 policy checks.
Diffstat (limited to 'include/net/protocol.h')
| -rw-r--r-- | include/net/protocol.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/protocol.h b/include/net/protocol.h index f2b31f62312d..6f493c4a23cc 100644 --- a/include/net/protocol.h +++ b/include/net/protocol.h @@ -50,6 +50,7 @@ struct inet6_protocol struct inet6_skb_parm *opt, int type, int code, int offset, __u32 info); + int no_policy; }; #endif |
