On Tue, Jan 05, 2021 at 11:31:20PM +0800, Chen Yi wrote:
Fix nft_conntrack_helper.sh false fail report:
Conntrack tool need "-f ipv6" parameter to show out ipv6 traffic items.
Sleep 1 second after background nc send packet, to make sure check
is after this statement executed.
False report: FAIL: ns1-lkjUemYw did not show attached helper ip set via ruleset PASS: ns1-lkjUemYw connection on port 2121 has ftp helper attached ...
After fix: PASS: ns1-2hUniwU2 connection on port 2121 has ftp helper attached PASS: ns2-2hUniwU2 connection on port 2121 has ftp helper attached ...
Applied.