public interface ArpService
| Modifier and Type | Method and Description |
|---|---|
void |
programArpRules(org.onosproject.net.driver.DriverHandler hander,
org.onosproject.net.DeviceId deviceId,
org.onlab.packet.IpAddress dstIP,
org.onosproject.vtnrsc.SegmentationId matchVni,
org.onlab.packet.MacAddress dstMac,
org.onosproject.net.flowobjective.Objective.Operation type)
Assemble the arp rules.
|
void programArpRules(org.onosproject.net.driver.DriverHandler hander,
org.onosproject.net.DeviceId deviceId,
org.onlab.packet.IpAddress dstIP,
org.onosproject.vtnrsc.SegmentationId matchVni,
org.onlab.packet.MacAddress dstMac,
org.onosproject.net.flowobjective.Objective.Operation type)
hander - DriverHandlerdeviceId - Device IddstIP - destination ipmatchVni - the vni of the source network (l2vni)dstMac - destination mactype - the operation type of the flow rulesCopyright © 2016. All rights reserved.