summaryrefslogtreecommitdiffstats
path: root/extensions
diff options
context:
space:
mode:
Diffstat (limited to 'extensions')
-rw-r--r--extensions/libipt_dstlimit.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/extensions/libipt_dstlimit.c b/extensions/libipt_dstlimit.c
index 6b12985..fd906ea 100644
--- a/extensions/libipt_dstlimit.c
+++ b/extensions/libipt_dstlimit.c
@@ -322,6 +322,7 @@ static void save(const struct ipt_ip *ip, const struct ipt_entry_match *match)
printf("--dstlimit-htable-max %u ", r->max);
printf("--dstlimit-htable-gcinterval %u ", r->gc_interval);
printf("--dstlimit-htable-expire %u ", r->expire);
+ printf("--dstlimit-name %s ", r->name);
}
static