Code Review
/
controller.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
5d11be4826cdd1f59958f44e34dde5fd6286f873
[controller.git]
/
1
package org.opendaylight.controller.hosttracker;
2
3
import java.util.List;
4
5
public interface IHostTrackerShell{
6
7
public List<String> dumpPendingArpReqList();
8
public List<String> dumpFailedArpReqList();
9
}