From 371bd8db87b89beab72bef50587259aece7f22ed Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Sun, 20 Nov 2016 14:09:21 +0100 Subject: 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 Acked-by: Stefan Agner --- recipes-core/systemd/systemd/rndis.network | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- cgit v1.2.3