Re: [lxc-devel] macvlan configuration

2010-12-09 Thread 贺鹏
The problem is the tun/tap device need to use the write/read functions to send pkt into the netstack but I use the send/recv. problem solved. 2010/12/9 贺鹏 > > Hi all: >I use macvlan as the network configuration for my LXC VMs. > >Here is my configuration for LXC VMs: > >

[lxc-devel] macvlan configuration

2010-12-09 Thread 贺鹏
Hi all: I use macvlan as the network configuration for my LXC VMs. Here is my configuration for LXC VMs: lxc.network.type = macvlan lxc.network.macvlan.mode = vepa lxc.network.flags = up lxc.network.link = tap0 and I config 4 virtual eth in this V