mirror of
https://github.com/opennetworkinglab/onos.git
synced 2026-05-05 04:06:49 +02:00
Fixed the priority of flow when deleted.
Change-Id: Iae9bae29acb45f4df86f4125b7975f2ac0186e7e
This commit is contained in:
parent
be68a83547
commit
e4e99faa39
@ -407,7 +407,7 @@ public class OpenstackRoutingManager extends AbstractVmHandler implements Openst
|
||||
node.intBridge(),
|
||||
sBuilder.build(),
|
||||
ForwardingObjective.Flag.SPECIFIC,
|
||||
ROUTING_RULE_PRIORITY));
|
||||
EW_ROUTING_RULE_PRIORITY));
|
||||
});
|
||||
log.debug("Removed routing rule from {} to {}", host, osSubNets);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user