aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAlon Bar-Lev <alon.barlev@gmail.com>2023-05-15 00:38:28 +0300
committerRobin H. Johnson <robbat2@gentoo.org>2023-11-24 20:54:01 -0800
commita0b69349707b4aaaefc01fd37f1b386935d75c90 (patch)
treeb8afde228485eedab7746bd814ebc158d9c4eac4 /doc
parentiwd: depend on "program /usr/libexec/iwd" instead of "program iwd" (diff)
downloadnetifrc-a0b69349707b4aaaefc01fd37f1b386935d75c90.tar.gz
netifrc-a0b69349707b4aaaefc01fd37f1b386935d75c90.tar.bz2
netifrc-a0b69349707b4aaaefc01fd37f1b386935d75c90.zip
net: add qmi interface support
qmi is useful for cellular modem connection, the management interface is implemented using libqmi's qmicli utility. Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com> Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> Closes: https://github.com/gentoo/netifrc/pull/44
Diffstat (limited to 'doc')
-rw-r--r--doc/net.example.Linux.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/net.example.Linux.in b/doc/net.example.Linux.in
index 42b8071..cbd81e7 100644
--- a/doc/net.example.Linux.in
+++ b/doc/net.example.Linux.in
@@ -1133,6 +1133,19 @@
#config_l2tpeth2="10.100.2.1/24"
#-----------------------------------------------------------------------------
+# QMI
+# For QMI support, emerge net-libs/libqmi
+# QMI is used for some cellular modems.
+#
+# Each QMI interface may have the following configuration:
+#qmi_apn_wwan0= # The name of the APN
+#qmi_auth_wwan0= # none, pop, chap, both, Default: none
+#qmi_username_wwan0= # Default: dummy
+#qmi_password_wwan0= # Default dummy
+#qmi_cdc_wwan0= # Default: /dev/cdc-wmiX where X is taken from IFACE
+#-----------------------------------------------------------------------------
+
+#-----------------------------------------------------------------------------
# Advanced Routing
# WARNING: For advanced routing you MUST be using sys-apps/iproute2
#