Lines Matching refs:addRoute

113             source.addRoute(new RouteInfo(GATEWAY1));
114 source.addRoute(new RouteInfo(GATEWAY2));
125 target.addRoute(new RouteInfo(GATEWAY1));
126 target.addRoute(new RouteInfo(GATEWAY2));
138 target.addRoute(new RouteInfo(GATEWAY1));
139 target.addRoute(new RouteInfo(GATEWAY2));
151 target.addRoute(new RouteInfo(GATEWAY1));
152 target.addRoute(new RouteInfo(GATEWAY2));
163 target.addRoute(new RouteInfo(GATEWAY1));
164 target.addRoute(new RouteInfo(GATEWAY2));
175 target.addRoute(new RouteInfo(NetworkUtils.numericToInetAddress("75.208.8.2")));
176 target.addRoute(new RouteInfo(GATEWAY2));
186 target.addRoute(new RouteInfo(GATEWAY1));
187 target.addRoute(new RouteInfo(GATEWAY2));
210 source.addRoute(new RouteInfo(GATEWAY1));
211 source.addRoute(new RouteInfo(GATEWAY2));
221 target.addRoute(new RouteInfo(GATEWAY2));
222 target.addRoute(new RouteInfo(GATEWAY1));
267 assertTrue(lp.addRoute(r));
272 assertFalse(lp.addRoute(r));
278 lp.addRoute(r);
288 lp.addRoute(r);
295 lp.addRoute(r);
301 lp.addRoute(r);
483 lp4.addRoute(new RouteInfo(GATEWAY1));
494 lp6.addRoute(new RouteInfo(GATEWAY61));
510 lp46.addRoute(new RouteInfo(GATEWAY1));
514 lp46.addRoute(new RouteInfo(GATEWAY61));
523 mixed.addRoute(new RouteInfo(GATEWAY61));
533 v4lp.addRoute(new RouteInfo(GATEWAY1));
554 v6lp.addRoute(new RouteInfo(GATEWAY61));
562 v46lp.addRoute(new RouteInfo(GATEWAY1));
580 v6lp2.addRoute(new RouteInfo(GATEWAY62));
598 assertTrue(v4lp.addRoute(new RouteInfo(
610 assertTrue(v4lp.addRoute(new RouteInfo(GATEWAY1)));
626 assertTrue(v6lp.addRoute(new RouteInfo(
643 assertTrue(v6lp.addRoute(new RouteInfo(
659 assertTrue(v6lp.addRoute(new RouteInfo(GATEWAY62)));
678 stacked.addRoute(new RouteInfo(stackedLinkAddress));
683 stacked.addRoute(new RouteInfo((IpPrefix) null, stackedAddress));
710 rmnet1.addRoute(defaultRoute1);
711 rmnet1.addRoute(directRoute1);
731 rmnet2.addRoute(defaultRoute2);