Re: [PATCH] veth.4: Add a more direct example

2020-05-19 Thread Michael Kerrisk (man-pages)
Hello Devin On 5/18/20 10:58 PM, Devin J. Pohly wrote: > iproute2 allows you to specify the netns for either side of a veth > interface at creation time. Add an example of this to veth(4) so it > doesn't sound like you have to move the interfaces in a separate step. > > Verified with commands: >

[PATCH] veth.4: Add a more direct example

2020-05-18 Thread Devin J. Pohly
iproute2 allows you to specify the netns for either side of a veth interface at creation time. Add an example of this to veth(4) so it doesn't sound like you have to move the interfaces in a separate step. Verified with commands: # ip netns add alpha # ip netns add bravo # ip link add