public interface DnatService
| Modifier and Type | Method and Description |
|---|---|
void |
programRules(org.onosproject.net.DeviceId deviceId,
org.onlab.packet.IpAddress dstIp,
org.onlab.packet.MacAddress ethSrc,
org.onlab.packet.IpAddress ipDst,
org.onosproject.vtnrsc.SegmentationId actionVni,
org.onosproject.net.flowobjective.Objective.Operation type)
Assemble the DNAT table rules.
|
void programRules(org.onosproject.net.DeviceId deviceId,
org.onlab.packet.IpAddress dstIp,
org.onlab.packet.MacAddress ethSrc,
org.onlab.packet.IpAddress ipDst,
org.onosproject.vtnrsc.SegmentationId actionVni,
org.onosproject.net.flowobjective.Objective.Operation type)
deviceId - Device IddstIp - floating ipethSrc - floating ip gateway macipDst - destination vm ipactionVni - the vni of L3 networktype - the operation type of the flow rulesCopyright © 2015. All rights reserved.