node-netfilter icon indicating copy to clipboard operation
node-netfilter copied to clipboard

iptables.dump doesn't return comment value

Open yonah-codefresh opened this issue 10 years ago • 0 comments

The dump function returns an empty comment object, for example: { "source": "192.168.0.1/32", "destination": "192.168.0.2/32", "jump": "ACCEPT", "matches": { "tcp": { "destination-port": "9000" }, "conntrack": { "ctstate": "NEW" }, "comment": {} } },

yonah-codefresh avatar Oct 12 '15 13:10 yonah-codefresh