@Deprecated public interface ProxyArpService
| Modifier and Type | Method and Description |
|---|---|
void |
forward(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(IpAddress addr)
Deprecated.
Returns whether this particular IP address is known to the system.
|
void |
reply(Ethernet eth,
ConnectPoint inPort)
Deprecated.
Sends a reply for a given request.
|
boolean isKnown(IpAddress addr)
addr - an IP addressvoid reply(Ethernet eth, ConnectPoint inPort)
eth - an arp or neighbor solicitation requestinPort - the port the request was received onvoid forward(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