auto eth1
iface eth1 inet manual
up ifconfig $IFACE 0.0.0.0 up
down ip link set $IFACE down
auto br-int
iface br-int inet static
address 10.100.1.2
netmask 255.255.255.0
OVS中把eth1放到虚拟桥上。
Bridge br-int
Port "eth1"
Interface "eth1"
Port br-int
Interface br-int
type: internal