Hi all, Over the last few days I have been experimenting with NAT in OVS. I have successfully set up the flows I need using ovs-vsctl but now I want to do it using the northbound interface of ODL (Beryllium). However, I am really struggling to get to grips with how to implement the “ct” & “nat” actions in my ovs-vsctl commands. I have pasted just one of the OVS commands below as an example:
ovs-ofctl add-flow br0 table=1,priority=200,in_port=2,actions=ct(commit,zone=10,nat(dst=1.1.1.1)),3 I am not sure if a YANG model needs to be updated in ODL. If so, then I have no clue on how to do that. If I am barking up the wrong tree then any help would be appreciated. As you will be able to tell, I am new to playing with ODL & OVS. Thanks for any ideas or help. Cheers, Rich _______________________________________________ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss