mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
linux(4): Fixup 5c32488de0 mis-merge
This commit is contained in:
parent
5c32488de0
commit
8243e17463
1 changed files with 2 additions and 0 deletions
|
|
@ -436,6 +436,8 @@ linux_ifflags(struct ifnet *ifp)
|
|||
{
|
||||
unsigned short flags;
|
||||
|
||||
NET_EPOCH_ASSERT();
|
||||
|
||||
flags = if_getflags(ifp) | if_getdrvflags(ifp);
|
||||
return (bsd_to_linux_ifflags(flags));
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue