mirror of
git://git.code.sf.net/p/xtables-addons/xtables-addons
synced 2025-09-20 11:34:57 +02:00
pknock: renaming of functions and prefix-name
This commit is contained in:

committed by
Jan Engelhardt

parent
b04317576b
commit
c0dc0858de
@@ -8,10 +8,10 @@
|
||||
*
|
||||
* This program is released under the terms of GNU GPL version 2.
|
||||
*/
|
||||
#ifndef _IPT_PKNOCK_H
|
||||
#define _IPT_PKNOCK_H
|
||||
#ifndef _XT_PKNOCK_H
|
||||
#define _XT_PKNOCK_H
|
||||
|
||||
#define PKNOCK "ipt_pknock: "
|
||||
#define PKNOCK "xt_pknock: "
|
||||
|
||||
#define IPT_PKNOCK_KNOCKPORT 0x01
|
||||
#define IPT_PKNOCK_TIME 0x02
|
||||
@@ -91,4 +91,4 @@ struct transport_data {
|
||||
};
|
||||
|
||||
#endif /* __KERNEL__ */
|
||||
#endif /* _IPT_PKNOCK_H */
|
||||
#endif /* _XT_PKNOCK_H */
|
||||
|
Reference in New Issue
Block a user