コード例 #1
0
 @Override
 public boolean routeExists(long src, long dst, boolean tunnelEnabled) {
   TopologyInstanceKHopMetric ti = getCurrentInstance(tunnelEnabled);
   return ti.routeExists(src, dst);
 }