On Thu, Dec 18, 2014 at 04:44:32PM +0800, 邓尧 wrote: > Hi, > > Our old network is built on linux kernel bridge, we decided to migrate to > openvswitch. In order to minimize downtime, we want to connect the kernel > bridge and OVS together. Will a patch port do the job ?
No, there is no such thing as patch port on the Linux bridge side. You need to use veth devices instead. fbl _______________________________________________ discuss mailing list [email protected] http://openvswitch.org/mailman/listinfo/discuss
