mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
parent
dd23557528
commit
7811cca872
1 changed files with 0 additions and 2 deletions
|
|
@ -1277,9 +1277,7 @@ rtnl_handle_addr(struct nlmsghdr *hdr, struct nlpcb *nlp, struct nl_pstate *npt)
|
|||
attrs.ifa_index);
|
||||
return (ENOENT);
|
||||
}
|
||||
#ifdef INET6
|
||||
int if_flags = if_getflags(ifp);
|
||||
#endif
|
||||
|
||||
#if defined(INET) || defined(INET6)
|
||||
bool new = hdr->nlmsg_type == NL_RTM_NEWADDR;
|
||||
|
|
|
|||
Loading…
Reference in a new issue