mirror of
git://git.code.sf.net/p/xtables-addons/xtables-addons
synced 2025-09-06 04:35:12 +02:00

Populate the iptables-addons repository with two modules, xt_TARPIT and xt_TEE, as a starting point. Signed-off-by: Jan Engelhardt <jengelh@computergmbh.de>
9 lines
132 B
C
9 lines
132 B
C
#ifndef _XT_TEE_TARGET_H
|
|
#define _XT_TEE_TARGET_H
|
|
|
|
struct xt_tee_tginfo {
|
|
union nf_inet_addr gw;
|
|
};
|
|
|
|
#endif /* _XT_TEE_TARGET_H */
|