Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 19ea7302 authored by Yasuyuki Kozakai's avatar Yasuyuki Kozakai Committed by David S. Miller
Browse files

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



Fix some typos that make iptables userspace compilation fail.

Signed-off-by: default avatarYasuyuki Kozakai <yasuyuki.kozakai@toshiba.co.jp>
Signed-off-by: default avatarPatrick McHardy <kaber@trash.net>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 6f169300
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
#ifndef _IPT_CONNBYTES_H
#define _IPT_CONNBYTES_H

#include <net/netfilter/xt_connbytes.h>
#include <linux/netfilter/xt_connbytes.h>
#define ipt_connbytes_what xt_connbytes_what

#define IPT_CONNBYTES_PKTS	XT_CONNBYTES_PACKETS
#define IPT_CONNBYTES_PKTS	XT_CONNBYTES_PKTS
#define IPT_CONNBYTES_BYTES	XT_CONNBYTES_BYTES
#define IPT_CONNBYTES_AVGPKT	XT_CONNBYTES_AVGPKT