commit | 392f6d7415a7f51db6e48e7573adb974b9df1564 | [log] [tgz] |
---|---|---|
author | Maciej Żenczykowski <maze@google.com> | Sat Oct 21 21:06:56 2023 -0700 |
committer | Maciej Żenczykowski <maze@google.com> | Sun Oct 22 22:18:42 2023 -0700 |
tree | 557e4fac4c165abe20ed327a4585fffd2a75fcd8 | |
parent | 861bef8feecda53f98750c0b510bce68d4c826d9 [diff] |
adjust for iptables v1.8.9 use of '--' for IPv6 'fragments' to match IPv4 This adjusts for: https://git.netfilter.org/iptables/commit/?id=6e41c2d8747b25ed08dff41bbb9f77fb35bc1851 "iptables: xshared: Ouptut '--' in the opt field in ipv6's fake mode" Based on output of: git grep 'all ' We get lucky - the comment about using the '--' vs ' ' as an IPv4 vs IPv6 signal was apparently no longer true - so we delete it. Test: TreeHugger Signed-off-by: Maciej Żenczykowski <maze@google.com> Change-Id: I743a4fa85a00add063afc60ca0ed270482d34af1