Re: [PATCH net-next v2 3/4] selftests: net: test IPV6_FL_F_REFLECT
Jakub Kicinski <[email protected]>
| Newsgroups | gmane.linux.kernel,gmane.linux.network |
|---|---|
| Message-ID | <[email protected]> |
On Mon, 3 Aug 2026 23:59:09 -0300 Marcelo Mendes Spessoto Junior wrote: > echo "TEST management" > -./in_netns.sh ./ipv6_flowlabel_mgr > +./in_netns.sh \ > + sh -c 'sysctl -q -w net.ipv6.flowlabel_consistency=0 && ./ipv6_flowlabel_mgr' Would it be possible to make the netns prep part of the test itself? We can use the setup function in the harness to make each case run, or do it once.