From 6410a96d6d51ef09f6474522bbeec9e4063fb5e2 Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Thu, 29 Jun 2023 15:13:23 +0200 Subject: [PATCH] Fix #58: trim interface factory-defaults Signed-off-by: Joachim Wiberg --- board/netconf/rootfs/lib/infix/factory/gen-interfaces | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/board/netconf/rootfs/lib/infix/factory/gen-interfaces b/board/netconf/rootfs/lib/infix/factory/gen-interfaces index b2e2e2df..d2f6e688 100755 --- a/board/netconf/rootfs/lib/infix/factory/gen-interfaces +++ b/board/netconf/rootfs/lib/infix/factory/gen-interfaces @@ -9,12 +9,7 @@ gen_interface() "name": "$1", "type": "iana-if-type:ethernetCsmacd", "ietf-ip:ipv6": { - "enabled": true, - "forwarding": false, - "dup-addr-detect-transmits": 1, - "autoconf": { - "create-global-addresses": true - } + "enabled": true } } EOF