Matthew Palmer <mpal...@debian.org> writes:

> Just for the record, the difference between the size of the binary in
> busybox-udeb 1.17.1-9 (as is currently in git) when built on i386 with and
> without vconfig is 384 bytes.

I wonder if you really need this after all.  vconfig is deprecated, and
even the current squueze RC1 busybox seems to understand

# ip link add link eth0 name vlan10 type vlan id 10

although the operation itself fails.  On my squeeze desktop,

# modprobe dummy
# ip link add link dummy0 name vlan type vlan id 10

works all right, and even

# busybox ip link del vlan

does its deed, but

# busybox ip link add link dummy0 name vlan type vlan id 10
ip: RTNETLINK answers: Invalid argument

So I guess the support is there in busybox right now, but unfortunately
it's broken by some bug.
-- 
Regards,
Feri.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to