Re: Small in6_addr2scopeid() tweak

2015-07-07 Thread Todd C. Miller
On Tue, 07 Jul 2015 15:56:35 +0200, Martin Pieuchot wrote: Now that packet headers include the interface index of their receiving interface, pass it directly to in6_addr2scopeid(). This does not change anything with regards to the scopeid hack but it reduces the number of if_get(). OK, but

Small in6_addr2scopeid() tweak

2015-07-07 Thread Martin Pieuchot
Now that packet headers include the interface index of their receiving interface, pass it directly to in6_addr2scopeid(). This does not change anything with regards to the scopeid hack but it reduces the number of if_get(). Ok? Index: netinet/udp_usrreq.c