On Fri, 01 Aug 2014 17:53:02 +0900
Minoru TAKAHASHI <[email protected]> wrote:
> ofctl_rest is now enable to modify and delete with strict matching.
>
> usage)
>
> URI: /stats/flowentry/modify_strict
> /stats/flowentry/delete_strict
>
> method: POST
>
> e.g. )
>
> curl -X POST -d '{"dpid": 1,
> "actions":[{"port":3, "type":"OUTPUT"}],
> "match":{"in_port":2}}'
> http://localhost:8080/stats/flowentry/modify_strict
>
> curl -X POST -d '{"dpid": 1,
> "match":{"in_port":2}}'
> http://localhost:8080/stats/flowentry/delete_strict
>
> Signed-off-by: Minoru TAKAHASHI <[email protected]>
> ---
> ryu/app/ofctl_rest.py | 10 ++++++++++
> 1 file changed, 10 insertions(+)
Applied, thanks!
------------------------------------------------------------------------------
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck
Code Sight - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel