Hi

 > I've installed rules on the Openflow switch(v 1.3) to set fields, and
 > I've not faced any problem until I tried to set icmpv6_type, icmp6_code,
 > I got "error msg ev version: 0x4 msg_type 0x1 xid 0x250d815d
 > 
OFPErrorMsg(code=15,data='\x04\x0e\x00\xc8%\r\x81]\x00\x00\x00\x00\x00...".
 > When I refered to the spec 1.3, code#15 is "Bad argument in SET_FIELD
 > action". I tried serveral ways but without luck.

Do you set the following values for match field when using the 
icmpv6_type or icmpv6_code?
  - "eth_type":34525
  - "ip_proto":58
  - "icmpv6_type":128
  - "icmpv6_code":0

If you set at the same value as the icmpv4_type and icmpv4_code,
please correct the value.


Thanks,

On 2016年03月09日 09:41, Talal Al wrote:
> Dear All,
>
> I've installed rules on the Openflow switch(v 1.3) to set fields, and
> I've not faced any problem until I tried to set icmpv6_type, icmp6_code,
> I got "error msg ev version: 0x4 msg_type 0x1 xid 0x250d815d
> OFPErrorMsg(code=15,data='\x04\x0e\x00\xc8%\r\x81]\x00\x00\x00\x00\x00...".
> When I refered to the spec 1.3, code#15 is "Bad argument in SET_FIELD
> action". I tried serveral ways but without luck.
>
> Could you please advise me what to do in order to set these fields ?
>
> Cheers,
> Talal
>
>
> ------------------------------------------------------------------------------
> Transform Data into Opportunity.
> Accelerate data analysis in your applications with
> Intel Data Analytics Acceleration Library.
> Click to learn more.
> http://pubads.g.doubleclick.net/gampad/clk?id=278785111&iu=/4140
>
>
>
> _______________________________________________
> Ryu-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/ryu-devel
>

------------------------------------------------------------------------------
Transform Data into Opportunity.
Accelerate data analysis in your applications with
Intel Data Analytics Acceleration Library.
Click to learn more.
http://pubads.g.doubleclick.net/gampad/clk?id=278785111&iu=/4140
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to