Hello Kiko and thank you very much for your bug report!

On Mon, May 28, 2012 at 09:49:05AM +0200, Kiko Piris wrote:
> With iproute=20120521-1 I cannot bring up any tagged vlan:
> 
> # ifup -v eth0.100
> if test -d /sys/class/net/eth0 -a             ! -d /sys/class/net/eth0.100 ;  
>    then         ip link set up dev eth0;         ip link add link eth0 name 
> eth0.100 type vlan id 100;     fi
> Garbage instead of arguments "id ...". Try "ip link help".

Apparently passing LDFLAGS on the command line to make when building
iproute2 makes LDFLAGS not be expanded, as in e.g. ip/Makefile which does
"LDFLAGS += -Wl,-export-dynamic" and is essential for the vlan functionality.

I will remove the hardening build flags in the next upload which will
happen very soon.

-- 
Andreas Henriksson



-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to