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 bridge s1 fail_mode=standalone other-config:disable-in-band=true datapath_type=netdev # ovs-vsctl add-port s1 s1-eth1 # ovs-vsctl add-port s1 s1-eth2 s1 inter-connects two jails with vimage using epairs. Referencing the instructions for starting a userspace switch, I see that the tap driver is loaded, and there is a /dev/tap0 and /dev/tap1 (one for ovs-netdev and s1, I'm guessing). As far as I can see from 'ovs-vsctl list Interface' (i.e. the port counters) and tcpdump, the messages reach the input port (s1-eth1), but are never seen exiting the other. Looking at the logs, I don't see any warnings or errors. Searching seems to indicate that the above steps should 'just work', so I'm wondering if anyone has insight/pointers. Thanks, Ayaka _______________________________________________ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss