Aaron U'Ren 19e563701e
switch --set to less ambiguous --match-set (#874)
While --set is still ambiguous it can clash with other module options,
so it is better to be more specific and use the --match-set option. This
also more closely aligns with all other areas of the code that already
use --match-set.

From iptables-extensions man page:
The option --match-set can be replaced by --set if that does not clash
with an option of other extensions.
2020-04-13 15:34:33 +05:30
..