Make sure invokeOperation is set once
[controller.git] / opendaylight / adsal / sal / api / src / main / java / org / opendaylight / controller / sal / packet / Ethernet.java
index 235e71a760faa01eb9cf9d2acf92a73c8acf00ce..a7ffbe7926118eda912a4e9ca880f718b8ad65b2 100644 (file)
@@ -23,6 +23,7 @@ import org.opendaylight.controller.sal.utils.NetUtils;
 /**
  * Class that represents the Ethernet frame objects
  */
+@Deprecated
 public class Ethernet extends Packet {
     private static final String DMAC = "DestinationMACAddress";
     private static final String SMAC = "SourceMACAddress";