mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
if_name and if_unit renaming to if_xname should be dealth with in
ipmon as well.
This commit is contained in:
parent
2affa9f7b1
commit
6b11e29d1e
1 changed files with 1 additions and 0 deletions
|
|
@ -922,6 +922,7 @@ int blen;
|
|||
}
|
||||
#if (SOLARIS || \
|
||||
(defined(NetBSD) && (NetBSD <= 1991011) && (NetBSD >= 199603)) || \
|
||||
(defined(__FreeBSD__) && (__FreeBSD_version >= 501113)) || \
|
||||
(defined(OpenBSD) && (OpenBSD >= 199603))) || defined(linux)
|
||||
{
|
||||
char ifname[sizeof(ipf->fl_ifname) + 1];
|
||||
|
|
|
|||
Loading…
Reference in a new issue