Hi, Please keep mailing list.
rest_router and rest_firewall using the default value 0 for table id. Because specify 0 for table id of OFPFlowMod. If you want to use rest_router and rest_firewall at the same time, Please set a different table id for OFPFlowMod. For example, set 0 to table id for rest_router and set 1 to table id for rest_firewall. rest_router uses direct OFPFlowMod but rest_firewall uses mod_flow_entry. Please note this point. thanks, On 2016年12月20日 16:39, Adebayo Adedayo wrote: > > > Thanks Shinpei, please can you give me the guideline on how to customize > the two app in order for me to have one app that run router and firewall > together. > > Thank you. > > > > *From: *Shinpei Muraoka <mailto:[email protected]> > *Sent: *Tuesday, December 20, 2016 12:59 AM > *To: *[email protected] <mailto:[email protected]>; > [email protected] <mailto:[email protected]> > *Subject: *Re: [Ryu-devel] Setting up firewall across 3 linear connected > switches > > > > Hi, > > > I have tried to run the “ryu.app.rest_router”, and > “ryu.app.rest_firewall” together at once but no success because it is > not working. > > rest_router and rest_firewall can not be started at the same time. > Because the flow table entries which are used in these apps are conflicted. > > If you want to use rest_router and rest_firewall at the same time, > you need to customize them. > > > > if it is also possible to set up a vlan on the ntw as well. > > rest_router can use vlan when operating Multi-tenant. > > > Thanks, > > > On 2016年12月20日 06:55, Adebayo Adedayo wrote: >> Hi All, >> >> Please I need how to set up connection and configuration of 3 linear >> switches to run firewall application. I set up mininet with 3 linear >> switches and 2 hosts each. Please how is it possible to set address on >> the switches in order for them to communicate. I have tried to run the >> “ryu.app.rest_router”, and “ryu.app.rest_firewall” together at once but >> no success because it is not working. Please let me know if this is >> possible and if there is any other way of doing this and if it is also >> possible to set up a vlan on the ntw as well. >> >> Thank you. >> >> >> >> Adebayo >> >> >> >> >> >> ------------------------------------------------------------------------------ >> Developer Access Program for Intel Xeon Phi Processors >> Access to Intel Xeon Phi processor-based developer platforms. >> With one year of Intel Parallel Studio XE. >> Training and support from Colfax. >> Order your platform today.http://sdm.link/intel >> >> >> >> _______________________________________________ >> Ryu-devel mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/ryu-devel >> ------------------------------------------------------------------------------ Developer Access Program for Intel Xeon Phi Processors Access to Intel Xeon Phi processor-based developer platforms. With one year of Intel Parallel Studio XE. Training and support from Colfax. Order your platform today.http://sdm.link/intel _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
