X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=openflowplugin-impl%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fopenflowplugin%2Fimpl%2Futil%2FMatchUtil.java;h=9a9738f1cc18c4d188868531db9b14eda3a30f3c;hb=634507bd2edc21d6fe8266d80ba05e6a3887f7ce;hp=a64bac5eca56e59832f63ca1ea8c2b82c0a59e4e;hpb=b0461a3538aabc35f819be31a46228d0636bb28f;p=openflowplugin.git diff --git a/openflowplugin-impl/src/main/java/org/opendaylight/openflowplugin/impl/util/MatchUtil.java b/openflowplugin-impl/src/main/java/org/opendaylight/openflowplugin/impl/util/MatchUtil.java index a64bac5eca..9a9738f1cc 100644 --- a/openflowplugin-impl/src/main/java/org/opendaylight/openflowplugin/impl/util/MatchUtil.java +++ b/openflowplugin-impl/src/main/java/org/opendaylight/openflowplugin/impl/util/MatchUtil.java @@ -43,7 +43,7 @@ public final class MatchUtil { matchV10Builder.setNwTos(zeroShort); matchV10Builder.setTpDst(zeroInteger); matchV10Builder.setTpSrc(zeroInteger); - FlowWildcardsV10 flowWildcardsV10 = FlowWildcardsV10.getDefaultInstance(""); + FlowWildcardsV10 flowWildcardsV10 = new FlowWildcardsV10(true, true, true, true, true, true, true, true, true, true); matchV10Builder.setWildcards(flowWildcardsV10); return matchV10Builder; }