[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <3d0635da6ea9b3a6445c5e6751ec0cfd024a08e1.camel@redhat.com>
Date: Thu, 20 Jun 2024 11:40:30 +0200
From: Paolo Abeni <pabeni@...hat.com>
To: Pablo Neira Ayuso <pablo@...filter.org>, netfilter-devel@...r.kernel.org
Cc: davem@...emloft.net, netdev@...r.kernel.org, kuba@...nel.org,
edumazet@...gle.com, fw@...len.de
Subject: Re: [PATCH net 4/5] selftests: add selftest for the SRv6 End.DX4
behavior with netfilter
On Wed, 2024-06-19 at 19:05 +0200, Pablo Neira Ayuso wrote:
> +setup_hs()
> +{
> + local hs=$1
> + local rt=$2
> + local tid=$3
> + local hsname=hs-${hs}
> + local rtname=rt-${rt}
> + local rtveth=veth-t${tid}
> +
> + # set the networking for the host
> + ip netns add ${hsname}
Side note for a possible follow-up (_not_ intended to block this
PR!!!):
If you leverage setup_ns() from lib.sh, you can reduce a bit the code
duplication, and the script will avoid any possible netns name
conflict.
The same for the following test.
Cheers,
Paolo
Powered by blists - more mailing lists