summaryrefslogtreecommitdiffstats
path: root/sys/net
diff options
context:
space:
mode:
authorbz <bz@FreeBSD.org>2011-01-09 20:40:21 +0000
committerbz <bz@FreeBSD.org>2011-01-09 20:40:21 +0000
commit7864be44ec3b92093ab6b590e152838c38a31e8d (patch)
tree048dad751ec2f17438a12876313e5e954e9c8f58 /sys/net
parent05b262e505603b60c7dff7945a72a97a5abc21c3 (diff)
downloadFreeBSD-src-7864be44ec3b92093ab6b590e152838c38a31e8d.zip
FreeBSD-src-7864be44ec3b92093ab6b590e152838c38a31e8d.tar.gz
MfP4 CH=185246 [1]:
Add FEATURE() to announce optional VIMAGE. MFC after: 3 days [1] for the moment put it in vnet.c.
Diffstat (limited to 'sys/net')
-rw-r--r--sys/net/vnet.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/net/vnet.c b/sys/net/vnet.c
index 8fc52b2..faa296b 100644
--- a/sys/net/vnet.c
+++ b/sys/net/vnet.c
@@ -80,6 +80,8 @@ __FBSDID("$FreeBSD$");
* stack instance.
*/
+FEATURE(vimage, "VIMAGE kernel virtualization");
+
MALLOC_DEFINE(M_VNET, "vnet", "network stack control block");
/*
OpenPOWER on IntegriCloud