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
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