git: inet6: Take route reference before announcing address

Sepherosa Ziehau sepherosa at gmail.com
Sun Aug 18 18:22:31 PDT 2019


This is not necessary.  We can remove the same ref++, ref-- sequence
in rtinit_rtrequest_callback() either.  Back to the time when parallel
routing was implemented, routing code ran in "route netisr".  But now,
all routing code runs in netisrs, no need to adjust the ref at more.

On Sat, Aug 17, 2019 at 2:29 AM Roy Marples <roy at crater.dragonflybsd.org> wrote:
>
>
> commit 83989241afcddeb1898d7b4135b830168490e1fc
> Author: Roy Marples <roy at marples.name>
> Date:   Fri Aug 16 19:26:23 2019 +0100
>
>     inet6: Take route reference before announcing address
>
>     This mirrors the behaviour in rtinit_rtrequest_callback.
>
> Summary of changes:
>  sys/netinet6/in6.c | 5 ++++-
>  1 file changed, 4 insertions(+), 1 deletion(-)
>
> http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/83989241afcddeb1898d7b4135b830168490e1fc
>
>
> --
> DragonFly BSD source repository



-- 
Tomorrow Will Never Die



More information about the Commits mailing list