On 11/2/19 9:08 AM, Francesco Ruggeri wrote:
On Sat, Nov 2, 2019 at 7:34 AM David Ahern dsahern@gmail.com wrote:
It would be better to combine both of these into a single test script; the topology and setup are very similar and the scripts share a lot of common code.
Sure, I can do that.
Also, you still have these using macvlan devices. The intent is to use network namespaces to mimic nodes in a network. As such veth pairs are a better option for this intent.
I am only using macvlans for N1 in the ipv6 test, where there are 3 nodes. How do I use veths for that?
checkout the connect_ns function. It uses veth to connect ns1 to ns2.