From: Jean Tourrilhes <j...@hpl.hp.com>

ONF-JIRA: EXT-46
Signed-off-by: Jean Tourrilhes <j...@hpl.hp.com>
Signed-off-by: Ben Pfaff <b...@nicira.com>
---
I already applied this patch, which I received from Jean off-list via
github:
        https://github.com/jean2/openvswitch/commits/jean/ext-46
Jean supplied the Signed-off-by privately in the EXT-46 JIRA.

diff --git a/tests/ofproto.at b/tests/ofproto.at
index 34cca37..bd9c3af 100644
--- a/tests/ofproto.at
+++ b/tests/ofproto.at
@@ -2054,8 +2054,8 @@ ovs-appctl -t ovs-ofctl ofctl/barrier
 ovs-appctl -t ovs-ofctl ofctl/set-output-file monitor.log
 AT_CAPTURE_FILE([monitor.log])
 
-# Send a packet-out with a load action to set some metadata, and forward to 
controller
-AT_CHECK([ovs-ofctl -O OpenFlow12 packet-out br0 none 
'load(0xfafafafa5a5a5a5a->OXM_OF_METADATA[[0..63]]), controller' 
'0001020304050010203040501234'])
+# Send a packet-out with a set-field action to set some metadata, and forward 
to controller
+AT_CHECK([ovs-ofctl -O OpenFlow12 packet-out br0 none 
'set_field:0xfafafafa5a5a5a5a->metadata, controller' 
'0001020304050010203040501234'])
 
 # Stop the monitor and check its output.
 ovs-appctl -t ovs-ofctl ofctl/barrier
-- 
1.7.10.4

_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to