On Thu, Apr 24, 2014 at 3:59 AM, Arun Sharma <[email protected]> wrote: > I was trying to setup an MPLS environment on mini net, to test the output of > ovs-dpctl. Idea is to verify the output of ovs-dpctl which includes "label, > tc, ttl, bos" in flow entries. > > As per below link, MPLS is only possible through user-space switch and mini > net cannot create userspace switch. > https://www.mail-archive.com/[email protected]/msg05586.html > Using mini net, can we setup MPLS environment and test ovs-dpctl ? Other > then mini net what kind of setup I can do to test ovs-dpctl?
ovs-dpctl only works with the kernel datapath. MPLS does not work with the kernel datapath. Therefore, you cannot use ovs-dpctl to test MPLS. -- "I don't normally do acked-by's. I think it's my way of avoiding getting blamed when it all blows up." Andrew Morton _______________________________________________ discuss mailing list [email protected] http://openvswitch.org/mailman/listinfo/discuss
