[ndnSIM] openflow execution under ndnSIM module

rihab jmal rihab.jmal1 at gmail.com
Mon Sep 7 10:19:26 PDT 2015


Hi,
I'm trying to use openflow-switch example under a new helper located in
ndnSIM module, my problem is the following errors related to openflow
module:
/home/rihab/ndnSIM/ns-3/src/openflow/model/openflow-interface.h:83:0:
warning: "OFP_SUPPORTED_CAPABILITIES" redefined [enabled by default]
 #define OFP_SUPPORTED_CAPABILITIES ( OFPC_FLOW_STATS            \

/home/rihab/openflow/datapath/datapath.h:20:0: note: this is the location
of the previous definition
 #define OFP_SUPPORTED_CAPABILITIES ( OFPC_FLOW_STATS \

/home/rihab/ndnSIM/ns-3/src/openflow/model/openflow-interface.h:90:0:
warning: "OFP_SUPPORTED_ACTIONS" redefined [enabled by default]
 #define OFP_SUPPORTED_ACTIONS ( (1 << OFPAT_OUTPUT)             \

/home/rihab/openflow/datapath/datapath.h:25:0: note: this is the location
of the previous definition
 #define OFP_SUPPORTED_ACTIONS ( (1 << OFPAT_OUTPUT) \

/home/rihab/ndnSIM/ns-3/src/openflow/model/openflow-switch-net-device.h:546:3:
error: ‘vport_table_t’ does not name a type
   vport_table_t m_vportTable;    ///< Virtual Port Table
/home/rihab/ndnSIM/ns-3/src/openflow/model/openflow-switch-net-device.h:393:45:

error: use of enum ‘ofp_flow_expired_reason’ without previous declaration
   void SendFlowExpired (sw_flow *flow, enum ofp_flow_expired_reason
reason);
Please help me.

Best Regards,
Rihab
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.lists.cs.ucla.edu/pipermail/ndnsim/attachments/20150907/d5d51743/attachment.html>


More information about the ndnSIM mailing list