mirror of
https://github.com/opnsense/src.git
synced 2026-05-04 17:05:14 -04:00
netmap: drop redundant if_mtu assignment
Reported by: zlei MFC after 3 days
This commit is contained in:
parent
e6cf1a0826
commit
fa3f665542
1 changed files with 0 additions and 1 deletions
|
|
@ -620,7 +620,6 @@ nm_os_vi_persist(const char *name, struct ifnet **ret)
|
|||
return ENOMEM;
|
||||
}
|
||||
if_initname(ifp, name, IF_DUNIT_NONE);
|
||||
ifp->if_mtu = 65536;
|
||||
ifp->if_flags = IFF_UP | IFF_SIMPLEX | IFF_MULTICAST;
|
||||
ifp->if_init = (void *)nm_vi_dummy;
|
||||
ifp->if_ioctl = nm_vi_dummy;
|
||||
|
|
|
|||
Loading…
Reference in a new issue