Uses of Class
org.opendaylight.netvirt.ipv6service.VirtualNetwork.DpnInterfaceInfo
-
Packages that use VirtualNetwork.DpnInterfaceInfo Package Description org.opendaylight.netvirt.ipv6service -
-
Uses of VirtualNetwork.DpnInterfaceInfo in org.opendaylight.netvirt.ipv6service
Methods in org.opendaylight.netvirt.ipv6service that return VirtualNetwork.DpnInterfaceInfo Modifier and Type Method Description @Nullable VirtualNetwork.DpnInterfaceInfo
VirtualNetwork. getDpnIfaceInfo(org.opendaylight.yangtools.yang.common.Uint64 dpId)
Methods in org.opendaylight.netvirt.ipv6service that return types with arguments of type VirtualNetwork.DpnInterfaceInfo Modifier and Type Method Description java.util.Collection<VirtualNetwork.DpnInterfaceInfo>
VirtualNetwork. getDpnIfaceList()
Methods in org.opendaylight.netvirt.ipv6service with parameters of type VirtualNetwork.DpnInterfaceInfo Modifier and Type Method Description void
IfMgr. checkVmBootBeforeSubnetAddRouter(VirtualNetwork.DpnInterfaceInfo dpnInterfaceInfo, IVirtualPort ivirtualPort, long networkElanTag, int action)
void
IfMgr. programIcmp6NsDefaultPuntFlowsperDpn(IVirtualPort routerPort, org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv6Address ndTarget, int action, VirtualNetwork.DpnInterfaceInfo dpnIfaceInfo)
-