public interface VirtualPacketProvider extends VirtualProvider
| Modifier and Type | Method and Description |
|---|---|
void |
emit(NetworkId networkId,
org.onosproject.net.packet.OutboundPacket packet)
Emits the specified outbound packet onto the underlay physical network.
|
void |
startPacketHandling()
Starts to deliver packets to virtual packet managers.
|
idvoid emit(NetworkId networkId, org.onosproject.net.packet.OutboundPacket packet)
networkId - the virtual network IDpacket - outbound packet in the context of virtual networkvoid startPacketHandling()