mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Revert r290403
CARP rework invalidated this change.
This commit is contained in:
parent
7c4676ddee
commit
9925ac11da
1 changed files with 0 additions and 7 deletions
|
|
@ -1773,13 +1773,6 @@ carp_ioctl(struct ifreq *ifr, u_long cmd, struct thread *td)
|
|||
}
|
||||
break;
|
||||
}
|
||||
case SIOCSIFMTU:
|
||||
if (ifr->ifr_mtu > ETHERMTU_JUMBO) {
|
||||
error = EINVAL;
|
||||
} else {
|
||||
ifp->if_mtu = ifr->ifr_mtu;
|
||||
}
|
||||
break;
|
||||
default:
|
||||
error = EINVAL;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue