Re: [Ryu-devel] Usage of NXActionResubmitTable

2015-09-14 Thread Yusuke Iwase
Hi Daniel, On 2015年09月15日 07:12, Daniel Herrmann wrote: > Hey all, > > I am using Ryu with OVS and I want to use the NXActionResubmitTable to > re-submit a packet to table 0. > > As I found no documentation about this specific Action, I used this > example as a starting point: > > https://githu

[Ryu-devel] Usage of NXActionResubmitTable

2015-09-14 Thread Daniel Herrmann
Hey all, I am using Ryu with OVS and I want to use the NXActionResubmitTable to re-submit a packet to table 0. As I found no documentation about this specific Action, I used this example as a starting point: https://github.com/osrg/ryu/blob/master/ryu/app/gre_tunnel.py#L575 My code looks as fol