Package | Description |
---|---|
org.opendaylight.netvirt.ipv6service |
Modifier and Type | Method and Description |
---|---|
VirtualPort |
VirtualPort.Builder.build() |
VirtualPort |
IfMgr.getRouterV6InterfaceForNetwork(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Uuid networkId) |
VirtualPort |
IfMgr.obtainV6Interface(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Uuid id) |
Modifier and Type | Method and Description |
---|---|
List<VirtualPort> |
IfMgr.getVmPortsInSubnetByDpId(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Uuid snetId,
BigInteger dpId) |
Set<VirtualPort> |
IfMgr.removeUnprocessed(Map<org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Uuid,Set<VirtualPort>> unprocessed,
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Uuid id) |
Modifier and Type | Method and Description |
---|---|
void |
VirtualSubnet.addInterface(VirtualPort intf) |
void |
VirtualRouter.addInterface(VirtualPort intf) |
void |
IfMgr.addUnprocessed(Map<org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Uuid,Set<VirtualPort>> unprocessed,
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Uuid id,
VirtualPort intf) |
void |
IfMgr.handleInterfaceStateEvent(VirtualPort port,
BigInteger dpId,
VirtualPort routerPort,
int addOrRemove) |
void |
VirtualSubnet.removeInterface(VirtualPort intf) |
boolean |
Ipv6RouterAdvt.transmitRtrAdvertisement(org.opendaylight.genius.ipv6util.api.Ipv6Constants.Ipv6RouterAdvertisementType raType,
VirtualPort routerPort,
long elanTag,
org.opendaylight.yang.gen.v1.urn.opendaylight.genius.ipv6.nd.packet.rev160620.RouterSolicitationPacket rsPdu,
BigInteger dpnId,
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Uuid port) |
void |
IfMgr.transmitUnsolicitedRA(VirtualPort port) |
Modifier and Type | Method and Description |
---|---|
void |
IfMgr.addUnprocessed(Map<org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Uuid,Set<VirtualPort>> unprocessed,
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Uuid id,
VirtualPort intf) |
Set<VirtualPort> |
IfMgr.removeUnprocessed(Map<org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Uuid,Set<VirtualPort>> unprocessed,
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Uuid id) |
Copyright © 2019 OpenDaylight. All rights reserved.