Committed by
Gerrit Code Review
CORD-472 Added table 0 and physical access rules
Change-Id: I73fe01ec31cfc379b2a0c8ee99a781415fe70c5d
Showing
2 changed files
with
1 additions
and
1 deletions
... | @@ -426,7 +426,7 @@ public class CordVtn implements CordVtnService { | ... | @@ -426,7 +426,7 @@ public class CordVtn implements CordVtnService { |
426 | private void postInit(CordVtnNode node) { | 426 | private void postInit(CordVtnNode node) { |
427 | disconnect(node); | 427 | disconnect(node); |
428 | 428 | ||
429 | - ruleInstaller.init(node.intBrId(), getTunnelPort(node.intBrId())); | 429 | + ruleInstaller.init(node.intBrId(), node.phyPortName(), node.localIp()); |
430 | hostService.getConnectedHosts(node.intBrId()) | 430 | hostService.getConnectedHosts(node.intBrId()) |
431 | .stream() | 431 | .stream() |
432 | .forEach(vmHandler::connected); | 432 | .forEach(vmHandler::connected); | ... | ... |
This diff is collapsed. Click to expand it.
-
Please register or login to post a comment