diff options
author | kevlo <kevlo@FreeBSD.org> | 2013-04-02 05:57:36 +0000 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2013-04-02 05:57:36 +0000 |
commit | 378faa94c34119f8c4e92c3fab1d8eb52c5e85f0 (patch) | |
tree | 455b5afa0bd558f8cd413e00653173817aa7b2b1 /sys/conf | |
parent | a3d624db5a813a05519e28c638345760ad7b473f (diff) | |
download | FreeBSD-src-378faa94c34119f8c4e92c3fab1d8eb52c5e85f0.zip FreeBSD-src-378faa94c34119f8c4e92c3fab1d8eb52c5e85f0.tar.gz |
Add VIMAGE to NOTES.
Reviewed by: zec
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/NOTES | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 5a5000c..5c1fac6 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -755,6 +755,10 @@ options NGATM_CCATM device mn # Munich32x/Falc54 Nx64kbit/sec cards. +# Network stack virtualization. +options VIMAGE +options VNET_DEBUG # debug for VIMAGE + # # Network interfaces: # The `loop' device is MANDATORY when networking is enabled. |