Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[NETFILTER]: iptables: fix typos in ipt_connbytes.h

Fix some typos that make iptables userspace compilation fail.

Signed-off-by: Yasuyuki Kozakai <yasuyuki.kozakai@toshiba.co.jp>
Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Yasuyuki Kozakai and committed by
David S. Miller
19ea7302 6f169300

+2 -2
+2 -2
include/linux/netfilter_ipv4/ipt_connbytes.h
··· 1 1 #ifndef _IPT_CONNBYTES_H 2 2 #define _IPT_CONNBYTES_H 3 3 4 - #include <net/netfilter/xt_connbytes.h> 4 + #include <linux/netfilter/xt_connbytes.h> 5 5 #define ipt_connbytes_what xt_connbytes_what 6 6 7 - #define IPT_CONNBYTES_PKTS XT_CONNBYTES_PACKETS 7 + #define IPT_CONNBYTES_PKTS XT_CONNBYTES_PKTS 8 8 #define IPT_CONNBYTES_BYTES XT_CONNBYTES_BYTES 9 9 #define IPT_CONNBYTES_AVGPKT XT_CONNBYTES_AVGPKT 10 10