On Sat, 15 Jan 2022 06:52:26 +0100 mc36 <[email protected]> wrote:
mc36@noti:~$ sudo /bin/busybox ip link add veth9a type veth peer name veth9b
Actually, busybox's `ip link' ignores everything it doesn't recognize: busybox ip link add veth9a type veth foo bar baz -- this works. it just skips unrecognized arguments, that's all. And it's the case in 1.38 in 2026 still. Thanks, /mjt

