Package org.onosproject.net.proxyarp
Interface ProxyArpStoreDelegate
-
public interface ProxyArpStoreDelegateProxy ARP store delegate.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidemitResponse(ConnectPoint outPort, java.nio.ByteBuffer packet)Emits ARP or neighbour discovery response packet.
-
-
-
Method Detail
-
emitResponse
void emitResponse(ConnectPoint outPort, java.nio.ByteBuffer packet)
Emits ARP or neighbour discovery response packet.- Parameters:
outPort- output connection pointpacket- packet to emit
-
-