Re: [Ryu-devel] Punt from Table 0 to Table 1

2016-07-28 Thread Scott Reeve
 Mystery solved, needed a priority of 0.  Don't know why.  Switch is HPE Comware, btw.  Word to the wise.  On 07/27/16, Scott Reeve wrote: Trying to have all go from Table 0 to Table 1.This:RYUseems to indicate a null match criteria "{}" but it doesn't work.Here's my code:  curl -X POST -d '{    "d

[Ryu-devel] Punt from Table 0 to Table 1

2016-07-27 Thread Scott Reeve
Trying to have all go from Table 0 to Table 1.This:RYUseems to indicate a null match criteria "{}" but it doesn't work.Here's my code:  curl -X POST -d '{    "dpid": 2,    "cookie": 0,    "table_id": 0,    "idle_timeout": 0,    "hard_timeout": 0,    "flags": 0,    "priority": 2,    "match":{