From f7c85ddd8aabf464d9ab11f550c7dff565772206 Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Fri, 13 Nov 2020 18:46:52 +0100 Subject: [PATCH] nodes/rx300: add lldp --- nodes/rx300.py | 1 + 1 file changed, 1 insertion(+) diff --git a/nodes/rx300.py b/nodes/rx300.py index 616c5cd..cc83138 100644 --- a/nodes/rx300.py +++ b/nodes/rx300.py @@ -9,6 +9,7 @@ nodes['rx300'] = { 'hostname': '172.19.138.26', 'bundles': { + 'lldp', # TODO remove once this is no longer at home 'zfs', }, 'groups': set(),