mirror of
git://git.code.sf.net/p/xtables-addons/xtables-addons
synced 2025-09-12 15:44:57 +02:00
xt_DNETMAP: add missing alias
This commit is contained in:
@@ -4,6 +4,7 @@ HEAD
|
|||||||
Fixes:
|
Fixes:
|
||||||
- xt_pknock: avoid crash when hash TFM could not be allocated
|
- xt_pknock: avoid crash when hash TFM could not be allocated
|
||||||
- xt_pknock: avoid inversion of rule lookup that led to warnings
|
- xt_pknock: avoid inversion of rule lookup that led to warnings
|
||||||
|
- xt_DNETMAP: add missing module alias
|
||||||
|
|
||||||
|
|
||||||
v1.33 (2011-02-02)
|
v1.33 (2011-02-02)
|
||||||
|
@@ -33,6 +33,7 @@ MODULE_LICENSE("GPL");
|
|||||||
MODULE_AUTHOR("Marek Kierdelewicz <marek@koba.pl>");
|
MODULE_AUTHOR("Marek Kierdelewicz <marek@koba.pl>");
|
||||||
MODULE_DESCRIPTION(
|
MODULE_DESCRIPTION(
|
||||||
"Xtables: dynamic two-way 1:1 NAT mapping of IPv4 addresses");
|
"Xtables: dynamic two-way 1:1 NAT mapping of IPv4 addresses");
|
||||||
|
MODULE_ALIAS("ipt_DNETMAP");
|
||||||
|
|
||||||
static unsigned int default_ttl = 600;
|
static unsigned int default_ttl = 600;
|
||||||
static unsigned int proc_perms = S_IRUGO | S_IWUSR;
|
static unsigned int proc_perms = S_IRUGO | S_IWUSR;
|
||||||
|
Reference in New Issue
Block a user