Refine last comment.

Submitted by:	joeld
Sponsored by:	ADARA Networks, Inc.
MFC after:	3 days
This commit is contained in:
Robert Watson 2012-01-05 11:42:34 +00:00
parent 15f6780ef4
commit 5a39f779b2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=229587

View File

@ -1602,7 +1602,7 @@ vlan_ioctl(struct ifnet *ifp, u_long cmd, caddr_t data)
* interface to be delegated to a jail without allowing the
* jail to change what underlying interface/VID it is
* associated with. We are not entirely convinced that this
* is the right way to accomplish that goal policy goal.
* is the right way to accomplish that policy goal.
*/
if (ifp->if_vnet != ifp->if_home_vnet) {
error = EPERM;