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 protected void
IfMgr. checkIcmpv6NsMatchAndResponderFlow(org.opendaylight.yangtools.yang.common.Uint64 dpnId, int lportTag, IVirtualPort intf, int action)
Check ICMPv6 NS related match.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)
void
IfMgr. programIcmpv6NsDefaultPuntFlows(IVirtualPort routerPort, org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv6Address ndTarget, int action)
NS unspecified use case.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)
void
Ipv6ServiceUtils. installIcmpv6NaResponderFlow(short tableId, org.opendaylight.yangtools.yang.common.Uint64 dpId, java.lang.Long elanTag, int lportTag, IVirtualPort intf, org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv6Address ndTargetAddr, java.lang.String rtrIntMacAddress, int addOrRemove, org.opendaylight.mdsal.binding.util.TypedReadWriteTransaction tx, java.lang.Boolean isTllOptionSet)
-