mirror of
https://github.com/opnsense/src.git
synced 2026-04-25 16:18:54 -04:00
backout ND6_USE_RTSOCK change in previous
This commit is contained in:
parent
2022007008
commit
42915d02a3
1 changed files with 2 additions and 0 deletions
|
|
@ -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 a new issue