Hi i am trying to emulate nat functionality with a flow like this. ovs-ofctl add-flow s1 -Oopenflow13 priority=100,dl_type=0x806,in_port=1,action=mod_nw_src=10.10.10.3,output:2
this results in an error ovs-ofctl: none of the usable flow formate (OpenFlow10,NXM) is among the allowed flow formats (OXM-OpenFlow13) have also tried mod_arp_spa dl_type=0x806 is for arp packets However the same rule works if dl_type=0x800 , but it is not what i would want. 1. Is changing the arp packet's src, dst ip not allowed? 2. is there any other way to achieve the same functionality?probably without using nxm extensions?
_______________________________________________ discuss mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-discuss
