Marius Tomaschewski changed bug 962363
What Removed Added
CC   mt@suse.com

Comment # 6 on bug 962363 from
(In reply to Diego Ercolani from comment #2)
> pc-diego:~ # brctl show br0.99
> bridge name     bridge id               STP enabled     interfaces
> br0.99          can't get info Operation not supported

This will never work - br0.99 is not a bridge but a vlan interface.

I'd also rather create ifcfg-eth0.99 vlan and put eth0.99 into br1
instead of br0.99. AFAIR, the vlan 99 id cannot be set in eth0's
hardware, because the bridge does not forward/offload it (see also
ethtool -k br0).

> pc-diego:~ # /usr/lib/wicked/bin/wickedd-dhcp4 --test br0.99
> FATAL ERROR: *** DHCPv4 not supported on 'br0.99' ***

-> no IP setup on slaves, they're owned by the master - the IP is
set on master, that is on br1 in this case.


You are receiving this mail because: