sangho
Committed by Gerrit Code Review

[ONOS-4920] Use subnet not network when setting routing rules for routers

Change-Id: I91bdab845071436dda16ba05f2dd7eeca23a111b
...@@ -58,7 +58,7 @@ public final class Constants { ...@@ -58,7 +58,7 @@ public final class Constants {
58 public static final int SWITCHING_RULE_PRIORITY = 30000; 58 public static final int SWITCHING_RULE_PRIORITY = 30000;
59 public static final int TUNNELTAG_RULE_PRIORITY = 30000; 59 public static final int TUNNELTAG_RULE_PRIORITY = 30000;
60 public static final int ACL_RULE_PRIORITY = 30000; 60 public static final int ACL_RULE_PRIORITY = 30000;
61 - 61 + public static final int EW_ROUTING_RULE_PRIORITY = 28000;
62 public static final int ROUTING_RULE_PRIORITY = 25000; 62 public static final int ROUTING_RULE_PRIORITY = 25000;
63 public static final int FLOATING_RULE_PRIORITY = 42000; 63 public static final int FLOATING_RULE_PRIORITY = 42000;
64 public static final int PNAT_RULE_PRIORITY = 26000; 64 public static final int PNAT_RULE_PRIORITY = 26000;
......