bundlewrap/bundles/lldp/files/bundlewrap.conf
Franzi 8a95dfa90a
All checks were successful
bundlewrap/pipeline/head This commit looks good
nodes/home.downloadhelper: restrict lldp to vlan 42
2021-05-01 10:05:24 +02:00

15 lines
564 B
Plaintext

# _ ____ _ _ _____ _ _ _ _ ____
# / \ / ___| | | |_ _| | | | \ | |/ ___|
# / _ \| | | |_| | | | | | | | \| | | _
# / ___ \ |___| _ | | | | |_| | |\ | |_| |
# /_/ \_\____|_| |_| |_| \___/|_| \_|\____|
#
# --> Diese Datei wird von BundleWrap verwaltet! <--
configure system hostname "${node.metadata.get('lldp/hostname', node.name)}"
configure system platform "${node.os}"
% if node.metadata.get('lldp/interfaces', set()):
configure system interface pattern "${','.join(sorted(node.metadata.get('lldp/interfaces')))}"
% endif