Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test(functions): fix iptables normalization for opt field
The sed expression didn't consume multiple spaces. All of the normalization nuances are stacking. :( @@ -3,5 +3,5 @@ IN_public_deny 0 -- ::/0 ::/0 IN_public_allow 0 -- ::/0 ::/0 IN_public_post 0 -- ::/0 ::/0 -ACCEPT 58 -- ::/0 ::/0 +ACCEPT 58 -- -- ::/0 ::/0 Fixes: 9a11ab1 ("test(functions): ip6tables: normalize opt field output") (cherry picked from commit e3f44a7)
- Loading branch information