mirror of
git://git.code.sf.net/p/xtables-addons/xtables-addons
synced 2025-09-07 13:15:12 +02:00
IPMARK: import 20080304 code base
With truly minimal changes to make it compile.
This commit is contained in:
13
extensions/xt_IPMARK.h
Normal file
13
extensions/xt_IPMARK.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#ifndef _IPT_IPMARK_H_target
|
||||
#define _IPT_IPMARK_H_target
|
||||
|
||||
struct ipt_ipmark_target_info {
|
||||
unsigned long andmask;
|
||||
unsigned long ormask;
|
||||
unsigned char addr;
|
||||
};
|
||||
|
||||
#define IPT_IPMARK_SRC 0
|
||||
#define IPT_IPMARK_DST 1
|
||||
|
||||
#endif /*_IPT_IPMARK_H_target*/
|
Reference in New Issue
Block a user