Hello, I have this setup and I insert those two flow rules in switches. Despite that the second flow successfully inserted, unfortunatelly I can't forward the packet to h2.
Did I use right the ΝΧΜ_OF_ETH_SRC command? *h1 -> s1 -> s2 -> h2* *Routing header insertion at s1* sudo ovs-ofctl add-flow s1 dl_type=0x800,nw_dst=10.0.0.2,actions=mod_dl_src:20:00:00:00:00:00,output:2 *Source routing at s2* sudo ovs-ofctl add-flow s2 actions=output:NXM_OF_ETH_SRC[0..3] Thank you
_______________________________________________ discuss mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-discuss
