Bump version to 1.7.
Fix: DiffServ values of dscp/DSCP.
Mention MASQUERADE in comment.
Bump version to 1.6
Make one extglob better grep-able.
Do not complete options on 2 words after --tcp-...
Fix: SYNPROXY options.
Add --icase option to string match.
Fix: no option alias deduping if _IPT_OPT_STYLE...
Complete tcp flags of the tcp match.
If _IPT_OPT_STYLE = long, start first completio...
Replace calls to ip[6]tables with words[0].
Fix: quit option completion after SYNPROXY opti...
Validate input only if _IPT_VALIDATE_INPUT is d...
Update Install instructions in main file.
Rename file to: iptables.
Update Readme.md
Bump version to 1.5
Fix: Do not split lines in extglob patterns.
Better check if target is negated.
Change _IPT_OPTS_ON_START not to default to act...
Mention unsupported iptables versions in header.
Adapt copyright header.
Fix not checking for prev=negation in one place.
Update Readme.md
Update Readme.md
Update Readme.md
Add env var _IPT_OPT_STYLE to show either long ...
Remove check for -S parameter at startup.
Update Installation instructions.
Bump version to 1.4
Remove function -_iptables_get_rulenum().
Update copyright time range.
Some code formatting.
Move forbid negation as target name code.
Disallow negation as target name.
Fix some inconsistencies in command line parsin...
Fix -w expecting a value.
Fix: wrong ext-glob for -h.
React correctly to negation right after the tar...
Minor code formatting.
Fix missing global set match options.
Fix missing check for ipcomp and mh.
Replace case with if statements.
Fix: No completion on options after some actions.
Add 3 new icmpv6 types.
Add REJECT to list of targets that do not deman...
Do not complete target options after negation.
Fix newly introduced icmp6 types displayed for ...
Add --path to cgroup match.
Add two icmp6 types to REJECT --reject-with
Add --zone-orig and --zone-reply to CT target.
Improve logic to enumerate arr_tmp_opts.
Add 'prot' to --header option of ipv6header match.
Add --restore-skmark option to the socket match.
Update README.md.
Fix: don't show -P if target is known.
Optimize option flag de-duping.
Added the options --map-set, map-mark, map-prio...
Update Readme.md
Bump version to 1.2.
Added the -w, --wait [seconds] option.
Added more conntrack helpers.
Update time range in copyright header.
Allow xdigit to be written as 0x or 0X.
Fix CLUSTERIP only valid in mangle table.
Added the cgroup match.
Fix: some set match parameters were missing the...
Remove unneeded option de-duping at cword=2 and...
Remove unneeded option de-duping at first optio...
Fix: negation as first argument caused bad subs...
Speed up first option request.
Add missing --compres option to the ipcomp match.
Add --random-fully option to the SNAT target.