mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Allow set ether/vlan PCP operation from the VNET jails.
The vlan interfaces can be created from vnet jails, it seems, so it sounds logical to allow pcp configuration as well. Reviewed by: bz, hselasky (previous version) Sponsored by: Mellanox Technologies MFC after: 1 week Differential revision: https://reviews.freebsd.org/D17777
This commit is contained in:
parent
752d135e0d
commit
389474c122
1 changed files with 1 additions and 0 deletions
|
|
@ -3062,6 +3062,7 @@ prison_priv_check(struct ucred *cred, int priv)
|
|||
case PRIV_NET_SETIFMETRIC:
|
||||
case PRIV_NET_SETIFPHYS:
|
||||
case PRIV_NET_SETIFMAC:
|
||||
case PRIV_NET_SETLANPCP:
|
||||
case PRIV_NET_ADDMULTI:
|
||||
case PRIV_NET_DELMULTI:
|
||||
case PRIV_NET_HWIOCTL:
|
||||
|
|
|
|||
Loading…
Reference in a new issue