• Tim Hockin's avatar
    Fix iptables for old systems · e925decc
    Tim Hockin authored
    The iptables args list needs to include all fields as they are eventually spit
    out by iptables-save.  This is because some systems do not support the
    'iptables -C' arg, and so fall back on parsing iptables-save output.  If this
    does not match, it will not pass the check.  For example: adding the /32 on
    the destination IP arg is not strictly required, but causes this list to not
    match the final iptables-save output.  This is fragile and I hope one day we
    can stop supporting such old iptables versions.
    e925decc
Name
Last commit
Last update
..
doc.go Loading commit data...
iptables.go Loading commit data...
iptables_test.go Loading commit data...