On Wed,  2 Aug 2017 11:18:49 +0900
Satoshi Fujimoto <satoshi.fujimo...@gmail.com> wrote:

> The length of nd_option is units of 8 octets.
> Currently, for nd_options which is undefined in the ICMPv6 packet library,
> the parser assumes that the length is [8 * length - 2].
> It causes fails while parsing these options.
> 
> This patch fixes it to parse such options correctly.
> 
> Signed-off-by: Satoshi Fujimoto <satoshi.fujimo...@gmail.com>
> ---
>  ryu/lib/packet/icmpv6.py | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied, thanks guys.

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Ryu-devel mailing list
Ryu-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to