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
@ -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 New Issue
Block a user