summaryrefslogtreecommitdiffstats
path: root/src/network/networkd-lldp-tx.h
blob: 73757f17253eeb2aa1bf6c70dfeb4aa7d2ec1f73 (plain)
1
2
3
4
5
6
7
8
9
10
/* SPDX-License-Identifier: LGPL-2.1-or-later */
#pragma once

#include "conf-parser.h"

typedef struct Link Link;

int link_lldp_tx_configure(Link *link);

CONFIG_PARSER_PROTOTYPE(config_parse_lldp_multicast_mode);