From efccd7fbda2fcaa1a586b710e8d092c3f0d8b5ad Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Wed, 23 Aug 2023 22:30:47 +0200 Subject: [PATCH] Enable LLDP agent in factory-config Signed-off-by: Joachim Wiberg --- board/netconf/rootfs/etc/auto-factory.d/10-system.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/board/netconf/rootfs/etc/auto-factory.d/10-system.json b/board/netconf/rootfs/etc/auto-factory.d/10-system.json index 1b78f64a..72d98e20 100644 --- a/board/netconf/rootfs/etc/auto-factory.d/10-system.json +++ b/board/netconf/rootfs/etc/auto-factory.d/10-system.json @@ -2,6 +2,9 @@ "ietf-system:system": { "hostname": "infix" }, + "ieee802-dot1ab-lldp:lldp": { + "infix-lldp:enabled": true + }, "infix-services:mdns": { "enabled": true },