Committed by
Pavlin Radoslavov
Unit test to Router class with Async ARP
Change-Id: I3797433ae5dcce06425159887e42ee75bcf621e4
Showing
2 changed files
with
2 additions
and
0 deletions
... | @@ -69,6 +69,8 @@ import com.google.common.collect.Sets; | ... | @@ -69,6 +69,8 @@ import com.google.common.collect.Sets; |
69 | /** | 69 | /** |
70 | * This class tests adding a route, updating a route, deleting a route, | 70 | * This class tests adding a route, updating a route, deleting a route, |
71 | * and adding a route whose next hop is the local BGP speaker. | 71 | * and adding a route whose next hop is the local BGP speaker. |
72 | + * <p/> | ||
73 | + * ARP module answers the MAC address synchronously. | ||
72 | */ | 74 | */ |
73 | public class RouterTest { | 75 | public class RouterTest { |
74 | 76 | ... | ... |
This diff is collapsed. Click to expand it.
-
Please register or login to post a comment