mirror of
git://git.code.sf.net/p/xtables-addons/xtables-addons
synced 2025-09-20 11:34:57 +02:00
condition: import 20080125 code base
This commit is contained in:
11
extensions/xt_condition.h
Normal file
11
extensions/xt_condition.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef _XT_CONDITION_H
|
||||
#define _XT_CONDITION_H
|
||||
|
||||
#define CONDITION_NAME_LEN 32
|
||||
|
||||
struct condition_info {
|
||||
char name[CONDITION_NAME_LEN];
|
||||
int invert;
|
||||
};
|
||||
|
||||
#endif /* _XT_CONDITION_H */
|
Reference in New Issue
Block a user