Commit 018a7bf1 authored by Andy Whitcroft's avatar Andy Whitcroft Committed by Patrick McHardy

netfilter: ip{,6}t_policy.h should include xp_policy.h

It seems that all of the include/netfilter_{ipv4,ipv6}/{ipt,ip6t}_*.h which
share constants include the corresponding include/netfilter/xp_*.h files.
Neither ipt_policy.h not ip6t_policy.h do.  Make these consistant with
the norm.
Signed-off-by: default avatarAndy Whitcroft <apw@canonical.com>
Signed-off-by: default avatarPatrick McHardy <kaber@trash.net>
parent 56bc0f96
#ifndef _IPT_POLICY_H #ifndef _IPT_POLICY_H
#define _IPT_POLICY_H #define _IPT_POLICY_H
#include <linux/netfilter/xt_policy.h>
#define IPT_POLICY_MAX_ELEM XT_POLICY_MAX_ELEM #define IPT_POLICY_MAX_ELEM XT_POLICY_MAX_ELEM
/* ipt_policy_flags */ /* ipt_policy_flags */
......
#ifndef _IP6T_POLICY_H #ifndef _IP6T_POLICY_H
#define _IP6T_POLICY_H #define _IP6T_POLICY_H
#include <linux/netfilter/xt_policy.h>
#define IP6T_POLICY_MAX_ELEM XT_POLICY_MAX_ELEM #define IP6T_POLICY_MAX_ELEM XT_POLICY_MAX_ELEM
/* ip6t_policy_flags */ /* ip6t_policy_flags */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment