diff options
author | Ana Rey <anarey@gmail.com> | 2014-10-30 17:26:26 +0100 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2014-11-04 14:39:24 +0100 |
commit | fd7ff7074f6f189872a485fd02df2cc50e1e4cb4 (patch) | |
tree | 0c095bbbf2607af2ee52c1497a4cdf3cb083d582 /extensions/libipt_unclean.man | |
parent | 7bc5f6c133bf38c696dc8c14cb479167711437c2 (diff) |
extensions: devgroup: fix showing and saving of dst-group
Closes bugzilla: https://bugzilla.netfilter.org/show_bug.cgi?id=985
The --dst-group parameter in devgroup extensions lists and saves
incorrectly its value. --dst-group always shows "0x0/0x0".
This is an example:
# iptables -I FORWARD -m devgroup --dst-group 200 -j ACCEPT
# iptables -L FORWARD
Chain FORWARD (policy ACCEPT)
target prot opt source destination
ACCEPT all -- anywhere anywhere src-group 0x64 dst-group 0x0/0x0
# iptables -S FORWARD
-P FORWARD ACCEPT
-A FORWARD -m devgroup --dst-group 0x0/0x0 -j ACCEPT
Reporte-by: Axinchan <axinchan@cnrouter.com>
Signed-off-by: Ana Rey <anarey@gmail.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'extensions/libipt_unclean.man')
0 files changed, 0 insertions, 0 deletions