X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fhosttracker_new%2Fapi%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fhosttracker%2FIDeviceService.java;fp=opendaylight%2Fhosttracker_new%2Fapi%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fhosttracker%2FIDeviceService.java;h=a4791561e3b314a5132a0e7b2ac17bdf9ecab375;hp=9199f5a54eb2b8f025f677573a1b450a014a6852;hb=9f8ac36d0dfc1b49cd311af96323443f03d43c0e;hpb=ceef5b10c82f6ed0a35b17c70a1ca1d954518b19 diff --git a/opendaylight/hosttracker_new/api/src/main/java/org/opendaylight/controller/hosttracker/IDeviceService.java b/opendaylight/hosttracker_new/api/src/main/java/org/opendaylight/controller/hosttracker/IDeviceService.java index 9199f5a54e..a4791561e3 100755 --- a/opendaylight/hosttracker_new/api/src/main/java/org/opendaylight/controller/hosttracker/IDeviceService.java +++ b/opendaylight/hosttracker_new/api/src/main/java/org/opendaylight/controller/hosttracker/IDeviceService.java @@ -57,31 +57,6 @@ public interface IDeviceService { MAC, IPV4, VLAN, SWITCHPORT } - /** - * The source device for the current packet-in, if applicable. - */ - // public static final String CONTEXT_SRC_DEVICE = - // "net.floodlightcontroller.devicemanager.srcDevice"; - - /** - * The destination device for the current packet-in, if applicable. - */ - // public static final String CONTEXT_DST_DEVICE = - // / "net.floodlightcontroller.devicemanager.dstDevice"; - - /** - * The original destination device for the current packet-in - */ - // public static final String CONTEXT_ORIG_DST_DEVICE = - // "net.floodlightcontroller.devicemanager.origDstDevice"; - - /** - * A FloodlightContextStore object that can be used to interact with the - * FloodlightContext information created by BVS manager. - */ - // public static final FloodlightContextStore fcStore = - // new FloodlightContextStore(); - /** * Get the device with the given device key. *