Bug 3738: GBP coexistence with SFC
[groupbasedpolicy.git] / demos / gbpsfc-env / dumpflows.sh
index ba8f27112677f00b9d1a9f545062cda8f00d091e..942aa64eceb7755db18eb049eaca5484b061781b 100755 (executable)
@@ -10,7 +10,7 @@ clear
 ovs-ofctl dump-groups $sw -OOpenFlow13
 if [ "$TABLE" ]
 then
-        ovs-ofctl dump-flows $sw -OOpenFlow13 table=$TABLE
+        ovs-ofctl dump-flows $sw -OOpenFlow13 table=$TABLE --rsort=priority
 else
         ovs-ofctl dump-flows $sw -OOpenFlow13
 fi