1 /* SPDX-License-Identifier: LGPL-2.1-or-later */ 2 #pragma once 3 4 #include "conf-parser.h" 5 6 typedef struct Link Link; 7 8 int link_lldp_tx_configure(Link *link); 9 10 CONFIG_PARSER_PROTOTYPE(config_parse_lldp_multicast_mode); 11
1 /* SPDX-License-Identifier: LGPL-2.1-or-later */ 2 #pragma once 3 4 #include "conf-parser.h" 5 6 typedef struct Link Link; 7 8 int link_lldp_tx_configure(Link *link); 9 10 CONFIG_PARSER_PROTOTYPE(config_parse_lldp_multicast_mode); 11