> On Nov 30, 2015, at 12:34 PM, Benoît <[email protected]> wrote: > > Hi, > > I already searched and find some discussion about openvswitch and openvpn. > In fact I would like to add a tun port to openvswitch to be able to manage it > like my other port in my ovs switch. > > Is there best practices to follow to do it? I know layer 3 on ovs is not a > good idea and I am unable to make it work. > Is there a proper way to do it? Through patch or other bridged solutions?
I'm not sure I understand the question. OVS is an L2 bridge. You can write policies based on L3 addresses or use a controller to implement routing, but it doesn't have that functionality "out of the box". --Justin _______________________________________________ discuss mailing list [email protected] http://openvswitch.org/mailman/listinfo/discuss
