[Bug 11631] New: vlan creation with proto option is not working - again

bugzilla at busybox.net bugzilla at busybox.net
Mon Jan 21 21:56:45 UTC 2019


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

            Bug ID: 11631
           Summary: vlan creation with proto option is not working - again
           Product: Busybox
           Version: 1.30.x
          Hardware: All
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P5
         Component: Networking
          Assignee: unassigned at busybox.net
          Reporter: tomasz.zeman at gmail.com
                CC: busybox-cvs at busybox.net
  Target Milestone: ---

Created attachment 7931
  --> https://bugs.busybox.net/attachment.cgi?id=7931&action=edit
Fix the keywords[] in iplink.c

Hello,

I have taken busybox 1.30.0 from the https://busybox.net/downloads/

The following command:

"ip link add link eth0.2 name eth0.2.24 type vlan proto 802.1ad id 24"

is still not working as expected, after so many years.

This is following posts, bug reports:

https://bugs.busybox.net/show_bug.cgi?id=8261#c3
http://lists.busybox.net/pipermail/busybox/2013-July/079551.html


Is it possible to permanently rearrange the keywords[] array in static void
vlan_parse_opt() function so she is in the same order as the enums starting
with "ARG_"?

Code can be found in the following file: /networking/libiproute/iplink.c

Best regards
Tomasz Zeman

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the busybox-cvs mailing list