Saurav Das
Committed by Gerrit Code Review

Adding in some imports necessary for test code included in BGP router

to test routing functionality without launching Quagga. Before the next
release, both the test code and its imports will be removed.

Change-Id: I4fa8f76e977a0330572fab764e63892bb685a7a2
...@@ -67,6 +67,14 @@ import java.util.HashMap; ...@@ -67,6 +67,14 @@ import java.util.HashMap;
67 import java.util.Map; 67 import java.util.Map;
68 import java.util.Set; 68 import java.util.Set;
69 69
70 +/* For test only - will be removed before Cardinal release
71 +import org.onlab.packet.Ip4Address;
72 +import org.onlab.packet.Ip4Prefix;
73 +import org.onlab.packet.MacAddress;
74 +import java.util.Collections;
75 +import static org.onlab.util.Tools.delay;
76 +*/
77 +
70 /** 78 /**
71 * BgpRouter component. 79 * BgpRouter component.
72 */ 80 */
......