Uses of Class
org.opendaylight.genius.mdsalutil.packet.Ethernet
-
Packages that use Ethernet Package Description org.opendaylight.genius.alivenessmonitor.protocols.internal org.opendaylight.genius.mdsalutil.packet -
-
Uses of Ethernet in org.opendaylight.genius.alivenessmonitor.protocols.internal
Methods in org.opendaylight.genius.alivenessmonitor.protocols.internal that return Ethernet Modifier and Type Method Description Ethernet
AlivenessProtocolHandlerLLDP. makeLLDPPacket(java.lang.String nodeId, long portNum, byte[] srcMac, java.lang.String sourceInterface)
-
Uses of Ethernet in org.opendaylight.genius.mdsalutil.packet
Subclasses of Ethernet in org.opendaylight.genius.mdsalutil.packet Modifier and Type Class Description class
IEEE8021Q
Methods in org.opendaylight.genius.mdsalutil.packet that return Ethernet Modifier and Type Method Description Ethernet
Ethernet. setDestinationMACAddress(byte[] destinationMACAddress)
Ethernet
Ethernet. setEtherType(short etherType)
Ethernet
Ethernet. setSourceMACAddress(byte[] sourceMACAddress)
-