Re: [ovs-discuss] FreeBSD 10.3 and openvswitch - looking for pointers

2016-05-26 Thread Ayaka Koshibe
On Mon, May 23, 2016 at 1:21 AM, Ayaka Koshibe wrote: > Hi, > > I'm trying to see why I can't get traffic (a simple ping) across a bridge. > > I've installed openvswitch (2.3.2) from the ports tree, and started a > userspace switch as follows: > > # /usr/local/etc/rc.d/ovsdb-server onestart > # /u

[ovs-discuss] FreeBSD 10.3 and openvswitch - looking for pointers

2016-05-23 Thread Ayaka Koshibe
Hi, I'm trying to see why I can't get traffic (a simple ping) across a bridge. I've installed openvswitch (2.3.2) from the ports tree, and started a userspace switch as follows: # /usr/local/etc/rc.d/ovsdb-server onestart # /usr/local/etc/rc.d/ovs-vswitchd onestart # ovs-vsctl add-br s1 -- set b