Andrey V. Elsukov b13653baf9 Reduce overhead of ipfw's me6 opcode.
Skip checks for IPv6 multicast addresses.
Use in6_localip() for global unicast.
And for IPv6 link-local addresses do search in the IPv6 addresses list.
Since LLA are stored in the kernel internal form, use
IN6_ARE_MASKED_ADDR_EQUAL() macro with lla_mask for addresses comparison.
lla_mask has zero bits in the second word, where we keep sin6_scope_id.

Obtained from:	Yandex LLC
Sponsored by:	Yandex LLC
2015-07-29 10:53:42 +00:00
..
2015-07-25 20:17:19 +00:00
2015-07-29 06:31:44 +00:00
2015-07-22 16:25:07 +00:00
2015-04-18 16:08:06 +00:00
2015-07-14 10:47:56 +00:00
2015-05-29 14:03:07 +00:00