Initial OpenFlow 1.3 support
[openvswitch] / tests / ofp-util.at
index e6dbfcfe2c12c2d8f2928e91c46951596d8f5d19..fbb6848f35abce0fa5b1fbdc2488c1789f0c1c8c 100644 (file)
@@ -19,9 +19,14 @@ OFPT_HELLO (OF1.2) (xid=0x1):
 ])
 AT_CHECK([ovs-ofctl encode-hello 0x1e], [0], [dnl
 00000000  04 00 00 08 00 00 00 01-
-OFPT_HELLO (OF 0x04) (xid=0x1):
+OFPT_HELLO (OF1.3) (xid=0x1):
  version bitmap: 0x01, 0x02, 0x03, 0x04
 ])
+AT_CHECK([ovs-ofctl encode-hello 0x3e], [0], [dnl
+00000000  05 00 00 08 00 00 00 01-
+OFPT_HELLO (OF 0x05) (xid=0x1):
+ version bitmap: 0x01, 0x02, 0x03, 0x04, 0x05
+])
 
 dnl Some versions below max version missing.
 AT_CHECK([ovs-ofctl encode-hello 0xc], [0], [dnl