Re: [Ryu-devel] Getting Ryu REST Firewall Service to work with LINC
Brought to you by:
nz_gizmoguy
|
From: watanabe.fumitaka <wat...@gm...> - 2013-04-15 01:34:08
|
Hello Shivaram,
> 1. I could not delete an installed rule
Please send command as follows.
curl -X DELETE -d '{"rule_id":"1"}' http://localhost:8080/firewall/rules/0000000000000001
curl -X DELETE -d '{"rule_id":"all"}' http://localhost:8080/firewall/rules/0000000000000001
> 2. When I try to get all rules installed on the switch, I only get the 1st one.
A cause is unclear.
Is the flows installed on the switch ?
(flow's cookie value is equal to "rule_id")
Thanks.
(2013年04月12日 23:30), Shivaram Mysore wrote:
> Hello all,
>
> Please find this document which details how to get REST firewall service working with LINC (running in OF 1.2 mode)
>
> https://github.com/FlowForwarding/LINC-Switch/blob/master/docs/example-REST-firewall.md
>
> There are still a couple of open issues with Ryu:
>
> 1. I could not delete an installed rule
> 2. When I try to get all rules installed on the switch, I only get the 1st one.
>
>
> Thanks
>
> /Shivaram
>
>
> ------------------------------------------------------------------------------
> Precog is a next-generation analytics platform capable of advanced
> analytics on semi-structured data. The platform includes APIs for building
> apps and a phenomenal toolset for data science. Developers can use
> our toolset for easy data analysis & visualization. Get a free account!
> http://www2.precog.com/precogplatform/slashdotnewsletter
>
>
>
> _______________________________________________
> Ryu-devel mailing list
> Ryu...@li...
> https://lists.sourceforge.net/lists/listinfo/ryu-devel
>
|