mirror of
git://git.code.sf.net/p/xtables-addons/xtables-addons
synced 2025-09-07 21:25:12 +02:00
iface: dissolve module name/revision macros
The module name will unlikely be changing anytime soon. And if the revision increases, we cannot just bump the number (well, in Xtables-addons we can, but it would not be the case for the core kernel). So let's not get into bad habits.
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
#ifndef _LINUX_NETFILTER_XT_IFACE_H
|
||||
#define _LINUX_NETFILTER_XT_IFACE_H 1
|
||||
|
||||
#define _MODULE_NAME "iface"
|
||||
#define _MODULE_REVISION 0
|
||||
|
||||
#define XT_IFACE_FLAGCOUNT 11
|
||||
|
||||
enum {
|
||||
|
Reference in New Issue
Block a user