Open GoogleCodeExporter opened 9 years ago
FWIW, here is the output of "dmesg" after an attempt with the veth interfaces
attached to the VALE bridge:
[ 139.570052] netmap: module verification failed: signature and/or required
key missing - tainting kernel
[ 139.572200] 020.881465 [3080] netmap_init run mknod
/dev/netmap c 10 56 # error 0
[ 139.572240] netmap: loaded module
[ 139.602260] 020.911509 [2717] netmap_attach success for veth1 tx
1/1024 rx 1/1024 queues/slots
[ 139.602575] 020.911825 [2717] netmap_attach success for veth0 tx
1/1024 rx 1/1024 queues/slots
[ 139.643816] 020.953046 [2717] netmap_attach success for veth3 tx
1/1024 rx 1/1024 queues/slots
[ 139.644050] 020.953281 [2717] netmap_attach success for veth2 tx
1/1024 rx 1/1024 queues/slots
[ 139.695622] IPv6: ADDRCONF(NETDEV_UP): veth1: link is not ready
[ 139.739836] IPv6: ADDRCONF(NETDEV_UP): veth3: link is not ready
[ 139.765478] IPv6: ADDRCONF(NETDEV_CHANGE): veth1: link becomes ready
[ 139.771594] IPv6: ADDRCONF(NETDEV_CHANGE): veth3: link becomes ready
[ 139.798198] 021.107353 [1712] netmap_interp_ringid deprecated API, old
ringid 0x0 -> ringid 0 reg 1
[ 139.812745] 021.121895 [ 646] netmap_get_bdg_na checking vale0:veth0
[ 139.812757] 021.121908 [1712] netmap_interp_ringid deprecated API, old
ringid 0x0 -> ringid 0 reg 1
Original comment by ratliffs...@gmail.com
on 25 Jun 2015 at 7:27
I confirm the above errors in my Linux kernel 3.13 built and installed from
sources.
Moreover, when blue pings red namespace, veth0 gets the packets (I can sniff
with tcpdump) but VALE never forwards them to veth2 (and red respectively).
When I run the same example with the native veth driver, everything works like
a charm.
Thanks for any clarifications!
Original comment by george....@gmail.com
on 12 Jul 2015 at 2:50
Original issue reported on code.google.com by
ratliffs...@gmail.com
on 25 Jun 2015 at 2:20