Search code examples
protocolsbusyboxvlanproto

Busybox 1.23 proto option not working in ip link command


I try to issue this command on an ARM box with busybox installed: ip link add link eth0 eth0.100 type vlan proto 802.1q id 100

I get an error: argument of "protocol" must be "on" or "off"

What am I doing wrong?


Solution

  • I also got the same problem with busybox 1.23. I issued a bug on busybox bug tracking system. I also propose a solution that can help you.

    The bug is at:

    https://bugs.busybox.net/show_bug.cgi?id=8261

    Regards.