[bridge|ipv6] No link-local on my bridge
Hi everyone!
I have a verry tricky problem (kernel conf)
I make my own kernel config witch work fine but
when I create a bridge like br0
Code:
brctl addbr br0
ip link set br0 up
They are no link-local adress (Scope:Link begening by fe80::...)
ifconfig give this:
Code:
br0 Link encap:Ethernet HWaddr 4e:a1:16:bb:1f:a7
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
Somebody have an idea on my problem?
My kernel config at h t t p : / /sharetext.org/A2PW (h t t p : / / without spaces)
this problem occurs only on my bridge, not on my other interfaces.
All the values of /proc/sys/net/... at h t t p : / /sharetext.org/A2PX (h t t p : / / without spaces)
thanks in advence