From d985011876e25b4da55ffe02d2455f569c94abe0 Mon Sep 17 00:00:00 2001 From: Jarno Rajahalme Date: Fri, 7 Dec 2012 15:48:23 +0200 Subject: [PATCH] Add OpenFlow13 to the allowed protocols for ofproto testing. Signed-off-by: Jarno Rajahalme Signed-off-by: Ben Pfaff --- tests/ofproto-macros.at | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ofproto-macros.at b/tests/ofproto-macros.at index cba68a133..b9356d331 100644 --- a/tests/ofproto-macros.at +++ b/tests/ofproto-macros.at @@ -61,7 +61,7 @@ m4_define([OVS_VSWITCHD_START], /ofproto|INFO|datapath ID changed to fedcba9876543210/d']]) dnl Add bridges, ports, etc. - AT_CHECK([ovs-vsctl -- add-br br0 -- set bridge br0 datapath-type=dummy other-config:datapath-id=fedcba9876543210 other-config:hwaddr=aa:55:aa:55:00:00 protocols=[[OpenFlow10,OpenFlow12]] fail-mode=secure -- $1 m4_if([$2], [], [], [| perl $srcdir/uuidfilt.pl])], [0], [$2]) + AT_CHECK([ovs-vsctl -- add-br br0 -- set bridge br0 datapath-type=dummy other-config:datapath-id=fedcba9876543210 other-config:hwaddr=aa:55:aa:55:00:00 protocols=[[OpenFlow10,OpenFlow12,OpenFlow13]] fail-mode=secure -- $1 m4_if([$2], [], [], [| perl $srcdir/uuidfilt.pl])], [0], [$2]) ]) m4_define([OVS_VSWITCHD_STOP], -- 2.47.0