[Bug 8261] vlan creation with proto option is not working
bugzilla at busybox.net
bugzilla at busybox.net
Wed Aug 5 21:07:55 UTC 2015
https://bugs.busybox.net/show_bug.cgi?id=8261
--- Comment #1 from a.dibacco at gmail.com 2015-08-05 21:07:55 UTC ---
Even if I correct the bug I highlighted in the Description, the command:
iplink add link eth0 eth0.24 type vlan proto 802.1ad id 24
still fails with:
RTNETLINK answers: Protocol not supported
I believe that the proto field (ETH_P_8021Q or ETH_P_8021AD) added as an
attribute to the netlink message should be in network order.
I fixed this bug too and it seems to work. Still testing anyway.
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the busybox-cvs
mailing list