- onHostDetected(Host) - Method in class org.onosproject.vtn.impl.VTNManager
-
- onHostDetected(Host) - Method in interface org.onosproject.vtn.VTNService
-
Applies multicast flows and tunnel flows when a VM is detected.
- onHostVanished(Host) - Method in class org.onosproject.vtn.impl.VTNManager
-
- onHostVanished(Host) - Method in interface org.onosproject.vtn.VTNService
-
Remove multicast flows and tunnel flows when a VM is vanished.
- onOvsDetected(Device) - Method in class org.onosproject.vtn.impl.VTNManager
-
- onOvsDetected(Device) - Method in interface org.onosproject.vtn.VTNService
-
Applies default forwarding flows when a ovs is detected.
- onOvsVanished(Device) - Method in class org.onosproject.vtn.impl.VTNManager
-
- onOvsVanished(Device) - Method in interface org.onosproject.vtn.VTNService
-
Remove default forwarding flows when a ovs is vanished.
- onServerDetected(Device) - Method in class org.onosproject.vtn.impl.VTNManager
-
- onServerDetected(Device) - Method in interface org.onosproject.vtn.VTNService
-
Creates a vxlan tunnel and creates the ovs when a ovs controller node is detected.
- onServerVanished(Device) - Method in class org.onosproject.vtn.impl.VTNManager
-
- onServerVanished(Device) - Method in interface org.onosproject.vtn.VTNService
-
Drops a vxlan tunnel and drops the ovs when a ovs controller node is vanished.
- org.onosproject.vtn - package org.onosproject.vtn
-
VTN application that applies configuration and flows to the device.
- org.onosproject.vtn.impl - package org.onosproject.vtn.impl
-
VTN application that applies configuration and flows to the device.