summaryrefslogtreecommitdiff
path: root/recipes-core
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2016-11-20 14:09:21 +0100
committerStefan Agner <stefan.agner@toradex.com>2017-01-10 16:16:56 -0800
commit371bd8db87b89beab72bef50587259aece7f22ed (patch)
tree1f75c91d97c543f2c355f161949150b2acb5c41b /recipes-core
parentd39c012ade30a1f9cd61598a65ed49a76e46e324 (diff)
systemd/rndis.network: don't emit server addresses
Don't emit DNS/NTP/Router/Timezone servers addresses to the RNDIS client. We expect RNDIS to be used as a service/debug interface to connect to a module. For this we do not want to reconfigure the connecting device with the modules setup. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Stefan Agner <stefan.agner@toradex.com>
Diffstat (limited to 'recipes-core')
-rw-r--r--recipes-core/systemd/systemd/rndis.network6
1 files changed, 6 insertions, 0 deletions
diff --git a/recipes-core/systemd/systemd/rndis.network b/recipes-core/systemd/systemd/rndis.network
index e4ecbab..408e602 100644
--- a/recipes-core/systemd/systemd/rndis.network
+++ b/recipes-core/systemd/systemd/rndis.network
@@ -6,3 +6,9 @@ Type=gadget
[Network]
Address=192.168.11.1/24
DHCPServer=yes
+
+[DHCPServer]
+EmitDNS=no
+EmitNTP=no
+EmitRouter=no
+EmitTimezone=no \ No newline at end of file