On Fri, 4 Apr 2014 17:12:06 +0200
Arman Keyoumarsi <[email protected]> wrote:
> Hello
>
> has anyone tryed to install meter in ovs, i keep getting a error message.
>
> this is my setup
>
>
> + sudo mn --topo single,3 --mac --switch ovsk --controller remote -x
> + $ ryu-manager --verbose ryu.app.ofctl_rest.p
>
> + curl -X POST -d '{"dpid": 1, "match": {}, "actions": [{"type": "METER",
> "meter_id": 1}]}' http://localhost:8080/stats/flowentry/add
>
>>127.0.0.1 - - [04/Apr/2014 17:10:59] "POST /stats/flowentry/add HTTP/1.1"
> 200 115 0.000593
>>error msg ev version: 0x4 msg_type 0x1 xid 0x5dd5b391
>>OFPErrorMsg(code=2,data='\x04\x0e\x00H]\xd5\xb3\x91\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xff\xff\xff\xff\
>>xff\xff\xff\xff\xff\xff\xff\xff\x00\x00\x00\x00\x00\x01\x00\x04\x00\x00\x00\x00\x00\x06\x00\x08\x00\x00\x00\x01',type=12)
> type 0xc code 0x2 0x4 0xe 0x0 0x48 0x5d 0xd5 0xb3 >0x91 0x0 0x0 0x0 0x0 0x0
> 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0
> 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0x0 0x0 0x0 0x0
> 0x0 0x1 >0x0 0x4 0x0 0x0 0x0 0x0 0x0 0x6 0x0 0x8 0x0 0x0 0x0 0x1
OVS still expects OF1.0. You need to configure the OVS to accept
OF1.3.
btw, even if you configure OVS to accept OF1.3, OVS doesn't support
the meter feature.
------------------------------------------------------------------------------
Put Bad Developers to Shame
Dominate Development with Jenkins Continuous Integration
Continuously Automate Build, Test & Deployment
Start a new project now. Try Jenkins in the cloud.
http://p.sf.net/sfu/13600_Cloudbees_APR
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel