TeamSpeak-Systems / ts3init_linux_netfilter_module

A Linux netfilter module to aid in (d)dos protection
GNU General Public License v3.0
67 stars 15 forks source link

Missing spaces in 'iptables-save' output #7

Closed foosinn closed 8 years ago

foosinn commented 8 years ago

Im running Ubuntu 16.04.

Steps to reproduce:

# iptables -A INPUT -p udp -m ts3init_get_cookie --min-client 1459504131 -j TS3INIT_SET_COOKIE --random-seed-file /tmp/testfile

# iptables-save
[...]
-A INPUT -p udp -m ts3init_get_cookie--min-client 1459504131  -j TS3INIT_SET_COOKIE--random-seed-file "/tmp/testfile" 
[...]
nwerensteijn commented 8 years ago

Pullrequest merged. Thanks for the patch