commit | 3dafef40228c372976eb714836ea097115d8fd03 | [log] [tgz] |
---|---|---|
author | Jan Engelhardt <jengelh@medozas.de> | Sat Aug 20 18:26:48 2011 +0200 |
committer | Jan Engelhardt <jengelh@medozas.de> | Sat Aug 20 21:15:17 2011 +0200 |
tree | 0cc7f9c0ec9e3449400f4e34841876ad9eb26ec6 | |
parent | 085b233bd85173082cc872563505ad3755ac5455 [diff] |
libxt_tcp: always print the mask parts 0xFF is unlikely to happen (given that ALL translates to 0x3F at most), but assuming that through magic, 0xFF was put into memory, iptables -S/iptables-save would ignore printing it, practically outputting just one argument to --tcp-flags which currently wants two. Signed-off-by: Jan Engelhardt <jengelh@medozas.de>