Uses of Interface
org.opendaylight.netvirt.ipv6service.api.IVirtualPort
-
Packages that use IVirtualPort Package Description org.opendaylight.netvirt.ipv6service org.opendaylight.netvirt.ipv6service.api org.opendaylight.netvirt.ipv6service.utils -
-
Uses of IVirtualPort in org.opendaylight.netvirt.ipv6service
Classes in org.opendaylight.netvirt.ipv6service that implement IVirtualPort Modifier and Type Class Description class
VirtualPort
Methods in org.opendaylight.netvirt.ipv6service that return types with arguments of type IVirtualPort Modifier and Type Method Description java.util.List<IVirtualPort>
IfMgr. getInterfaceCache()
Methods in org.opendaylight.netvirt.ipv6service with parameters of type IVirtualPort Modifier and Type Method Description void
VirtualRouter. removeInterface(IVirtualPort intf)
-
Uses of IVirtualPort in org.opendaylight.netvirt.ipv6service.api
Methods in org.opendaylight.netvirt.ipv6service.api that return types with arguments of type IVirtualPort Modifier and Type Method Description java.util.List<IVirtualPort>
ElementCache. getInterfaceCache()
-
Uses of IVirtualPort in org.opendaylight.netvirt.ipv6service.utils
Methods in org.opendaylight.netvirt.ipv6service.utils with parameters of type IVirtualPort Modifier and Type Method Description void
Ipv6ServiceUtils. installIcmpv6NaForwardFlow(short tableId, IVirtualPort vmPort, org.opendaylight.yangtools.yang.common.Uint64 dpId, java.lang.Long elanTag, int addOrRemove)
-