On Tue, 17 Jul 2012 14:59:23 +0900 Simon Horman <[email protected]> wrote:
> * In the case of ARP_SPA, ARP_TPA and IPV6_FLABEL a masked match should be > used unless the mask is all ones. > > Previously a non-masked matched was used in the case were the mask was > zero, leading to the value being unmasked, whereas in should be completely > masked out. > > * An un-masked IPV6_FLABEL should internally use a mask of UINT32_MAX > > Signed-off-by: Simon Horman <[email protected]> > > --- > > v2: Set flabel in set_ipv6_flabel(). > v1 incorrectly set it in set_ipv6_dst_masked() > > v3: Remove call to ft_set() in set_ipv6_flabel() as it is called in > set_ipv6_flabel_masked() > --- > ryu/ofproto/ofproto_v1_2_parser.py | 21 ++++++++++----------- > 1 file changed, 10 insertions(+), 11 deletions(-) Applied, thanks. ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
