ofp-print: Enable printing OF1.4 version
[sliver-openvswitch.git] / tests / ofp-util.at
index e6dbfcf..248faf4 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 (OF1.4) (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