# Functions

Iptables creates a Go object from specified iptable by calling iptables-save within node.
IptablesFile creates a Go object from specified iptable by reading from an iptables-save file.
Line parses the line starting from the given readIndex of the iptableBuffer.

# Variables

CommitBytes is the string "COMMIT" in bytes array.
MinOptionLength indicates the minimum length of an option.
SpaceBytes is white space in bytes array.

# Structs

No description provided by the author