Hi, I've been trying to run a small example using ebtables and MPLS (that available in MPLS-Sourceforge - http://sourceforge.net/apps/mediawiki/mpls-linux/index.php?title=Examples). But everytime I setup my routers, they freeze. The initialization script is: brctl addbr br0 brctl addif br0 eth0 ip link set eth1 up ip link set eth0 up ip link set br0 up mpls nhlfe add key 0 instructions push gen 1000 nexthop eth1 ipv4 172.16.0.3 # (returns key 0x2) # FEC ebtables -t nat -A PREROUTING -i eth0 -j mpls --nhlfe 0x2 Soon after the kernel freezes, these messages are shown: KERNEL: assertion (sk_unhashed(sk)) failed at net/unix/af_unix.c (356) KERNEL: assertion (!sk->sk_socket) failed at net/unix/af_unix.c (357) KERNEL: assertion (!atomic_read(&sk->sk_wmem_alloc)) failed at net/unix/af_unix$ KERNEL: assertion (!atomic_read(&sk->sk_wmem_alloc)) failed at net/unix/af_unix$ KERNEL: assertion (sk_unhashed(sk)) failed at net/unix/af_unix.c (356) KERNEL: assertion (!sk->sk_socket) failed at net/unix/af_unix.c (357) KERNEL: assertion (!atomic_read(&sk->sk_wmem_alloc)) failed at net/unix/af_unix$ KERNEL: assertion (sk_unhashed(sk)) failed at net/unix/af_unix.c (356) KERNEL: assertion (!sk->sk_socket) failed at net/unix/af_unix.c (357) KERNEL: assertion (!atomic_read(&sk->sk_wmem_alloc)) failed at net/unix/af_unix$ KERNEL: assertion (!atomic_read(&sk->sk_wmem_alloc)) failed at net/unix/af_unix$ KERNEL: assertion (!atomic_read(&sk->sk_wmem_alloc)) failed at net/unix/af_unix$ KERNEL: assertion (!atomic_read(&sk->sk_wmem_alloc)) failed at net/unix/af_unix$ KERNEL: assertion (sk_unhashed(sk)) failed at net/unix/af_unix.c (356) KERNEL: assertion (!sk->sk_socket) failed at net/unix/af_unix.c (357) I use kernel 2.6.25 with MPLS patches. Is there any issue with ebtables and MPLS ? Thanks in advance ! --  -----------------------------  Marcelo Maia Sobral  FlorianÃpolis - SC - Brasil  MSN ID: msobral@xxxxxxxxx  ----------------------------- -- To unsubscribe from this list: send the line "unsubscribe netfilter" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html