CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2020/01/30 19:58:28

Modified files:
        sys/net        : if_tun.c 

Log message:
actually set the link state down when the /dev entry is closed.

this means a route message is sent when the interface is closed and
goes down, but also causes another route message to be sent when
the interface comes up on the next open. this is important for
things like ospfd and the ospfd regress test because they want to
know when link comes up.

the regression was pointed out by bluhm, who also helped me isolate
the problem.

Reply via email to