Ejemplo n.º 1
0
 public FVMatch(OFMatch match) {
   super();
   this.wildcards = match.getWildcards();
   inputPort = match.getInputPort();
   dataLayerSource = match.getDataLayerSource();
   dataLayerDestination = match.getDataLayerDestination();
   ;
   dataLayerVirtualLan = match.getDataLayerVirtualLan();
   dataLayerVirtualLanPriorityCodePoint = match.getDataLayerVirtualLanPriorityCodePoint();
   dataLayerType = match.getDataLayerType();
   networkTypeOfService = match.getNetworkTypeOfService();
   networkProtocol = match.getNetworkProtocol();
   networkSource = match.getNetworkSource();
   networkDestination = match.getNetworkDestination();
   transportSource = match.getTransportSource();
   transportDestination = match.getTransportDestination();
 }