Re: [BUG] Iproute2 batch-mode fails to bring up veth

2021-03-16 Thread Tim Rice
Hey Petr, Thanks for the report. Would you be able to test with the following patch? https://github.com/pmachata/iproute2/commit/a12eeca9caf90b3ebe24bc121819d506c9072a34.patch I believe it fixes the issue. Awesome! That does fix it, thanks :) ~ Tim

Re: [BUG] Iproute2 batch-mode fails to bring up veth

2021-03-16 Thread Petr Machata
David Ahern writes: >> Git bisect pinpoints this commit: >> https://github.com/shemminger/iproute2/commit/1d9a81b8c9f30f9f4abeb875998262f61bf10577 >> > > Petr, can you take a look at this regression? Yes, see elsewhere in the thread: https://marc.info/?l=linux-netdev&m=161589291608081&w=

Re: [BUG] Iproute2 batch-mode fails to bring up veth

2021-03-16 Thread David Ahern
On 3/15/21 1:22 PM, Tim Rice wrote: > Hey all, > > Sorry if this isn't the right place to report Iproute2 bugs. It was > implied by README.devel as well as a couple of entries I saw in bugzilla. > > I use iproute2 batch mode to construct network namespaces. Example script: > >   $ cat ~/bin/netn

Re: [BUG] Iproute2 batch-mode fails to bring up veth

2021-03-16 Thread Petr Machata
Thanks for the report. Would you be able to test with the following patch? https://github.com/pmachata/iproute2/commit/a12eeca9caf90b3ebe24bc121819d506c9072a34.patch I believe it fixes the issue.

Re: [BUG] Iproute2 batch-mode fails to bring up veth

2021-03-16 Thread Ido Schimmel
+ Petr On Tue, Mar 16, 2021 at 06:22:08AM +1100, Tim Rice wrote: > Hey all, > > Sorry if this isn't the right place to report Iproute2 bugs. It was implied > by README.devel as well as a couple of entries I saw in bugzilla. > > I use iproute2 batch mode to construct network namespaces. Example

[BUG] Iproute2 batch-mode fails to bring up veth

2021-03-15 Thread Tim Rice
Hey all, Sorry if this isn't the right place to report Iproute2 bugs. It was implied by README.devel as well as a couple of entries I saw in bugzilla. I use iproute2 batch mode to construct network namespaces. Example script: $ cat ~/bin/netns-test.sh #! /bin/bash gw=192.168.5.1 ip=19