summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2015-11-08 06:16:08 -0800
committerRobin H. Johnson <robbat2@gentoo.org>2015-11-08 06:29:17 -0800
commit15cd79dc46303988464d962ad6bf59050feba801 (patch)
tree705e46243e3ed906a644f6bd3aaab2d044fc42fb /doc
parentTODO: Document more interface types we need to support. (diff)
downloadnetifrc-15cd79dc46303988464d962ad6bf59050feba801.tar.gz
netifrc-15cd79dc46303988464d962ad6bf59050feba801.tar.bz2
netifrc-15cd79dc46303988464d962ad6bf59050feba801.zip
New interface type: dummy.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/net.example.Linux.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/net.example.Linux.in b/doc/net.example.Linux.in
index f71385d..1eaebac 100644
--- a/doc/net.example.Linux.in
+++ b/doc/net.example.Linux.in
@@ -150,6 +150,15 @@
##############################################################################
# OPTIONAL MODULES
+#-----------------------------------------------------------------------------
+# IPROUTE2 INTERFACE TYPES
+# The type_$iface variable maps to the link type parameter in iproute2.
+# If you need to use additional interface types, you should try to use that
+# parameter. Supported interface types are listed below. Please note that some
+# interface types may mandate a specific naming scheme.
+#
+# Dummy network interface:
+#type_dummy0=dummy
#-----------------------------------------------------------------------------
# WIRELESS (802.11 support)