backout ND6_USE_RTSOCK change in previous
This commit is contained in:
parent
2022007008
commit
42915d02a3
@ -546,7 +546,9 @@ defrouter_delreq(dr, dofree)
|
||||
(struct sockaddr *)&mask,
|
||||
RTF_GATEWAY, &oldrt);
|
||||
if (oldrt) {
|
||||
#ifdef ND6_USE_RTSOCK
|
||||
defrouter_msg(RTM_DELETE, oldrt);
|
||||
#endif
|
||||
if (oldrt->rt_refcnt <= 0) {
|
||||
/*
|
||||
* XXX: borrowed from the RTM_DELETE case of
|
||||
|
Loading…
Reference in New Issue
Block a user