-2

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?

Argonne
  • 11
  • 1
  • 4

2 Answers2

0

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.

a.dibacco
  • 490
  • 3
  • 13
-1

I've tested IP commands in busybox-1.27.2 and it works fine in this version.

Former version in my router - busybox-1.26.2 has this error.

GhostCat
  • 137,827
  • 25
  • 176
  • 248