Andrey,

Not a bad option.  I saw you deleted the ip6_findaux routine which is used
in route6_input. You have a ifdef around it. Whats that for?

-Vedant

On Wed, Oct 1, 2014 at 12:05 AM, Andrey V. Elsukov <bu7c...@yandex.ru>
wrote:

> On 30.09.2014 19:24, Vedant Mathur wrote:
> > *Solution 2:*
> >
> > In ip6_setdstifaddr() routine we can access the struct ifa using
> > ia6->ia_ifa and retrieve the IP address from the ifa and then push it
> > into the m_tag instead of the struct in6_ifaddr pointer. Then we will
> > not require a refcnt increment and in the ip6_getdstifaddr() we can
> > use the ifa_withifaddr() routines to retrieve the ia by basically
> > looping through the list of ifaddrs.
> >
>
> Hi,
>
> *Solution 3:*
>
> Remove this code :)
> What you think about this?
> https://svnweb.freebsd.org/base?view=revision&revision=256673
>
> --
> WBR, Andrey V. Elsukov
>
_______________________________________________
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"

Reply via email to