Committed by
Brian O'Connor
Make SDN-IP submit route intents.
Change-Id: If0c7be8472fed46e48bfd22f9de4b15b8a8cf2ce
Showing
1 changed file
with
2 additions
and
0 deletions
... | @@ -399,6 +399,8 @@ public class IntentSynchronizer implements FibListener { | ... | @@ -399,6 +399,8 @@ public class IntentSynchronizer implements FibListener { |
399 | oldIntent); | 399 | oldIntent); |
400 | intentService.withdraw(oldIntent); | 400 | intentService.withdraw(oldIntent); |
401 | } | 401 | } |
402 | + log.trace("SDN-IP Submitting intent: {}", intent); | ||
403 | + intentService.submit(intent); | ||
402 | } | 404 | } |
403 | } | 405 | } |
404 | } | 406 | } | ... | ... |
-
Please register or login to post a comment