@Deprecated public interface ProxyArpService
| Modifier and Type | Method and Description |
|---|---|
void |
forward(org.onlab.packet.Ethernet eth,
ConnectPoint inPort)
Deprecated.
Forwards an ARP or neighbor solicitation request to its destination.
|
boolean |
handlePacket(PacketContext context)
Deprecated.
Handles a arp or neighbor solicitation packet.
|
boolean |
isKnown(org.onlab.packet.IpAddress addr)
Deprecated.
Returns whether this particular IP address is known to the system.
|
void |
reply(org.onlab.packet.Ethernet eth,
ConnectPoint inPort)
Deprecated.
Sends a reply for a given request.
|
boolean isKnown(org.onlab.packet.IpAddress addr)
addr - an IP addressvoid reply(org.onlab.packet.Ethernet eth,
ConnectPoint inPort)
eth - an arp or neighbor solicitation requestinPort - the port the request was received onvoid forward(org.onlab.packet.Ethernet eth,
ConnectPoint inPort)
eth - an ethernet frame containing an ARP or neighbor solicitation
request.inPort - the port the request was received onboolean handlePacket(PacketContext context)
context - the packet context to handle