Rivoreo Source Code Repositories
src.rivoreo.one
/
systemd-stable
/
v245-stable
/
.
/
src
/
network
/
networkd-ipv4ll.h
blob: 49b6fb56ad594b5eaa8ebcbd91fb87c4db4d18ce [
file
] [
log
] [
blame
] [
raw
]
/* SPDX-License-Identifier: LGPL-2.1+ */
#pragma
once
#include
"conf-parser.h"
#define
IPV4LL_ROUTE_METRIC
2048
typedef
struct
Link
Link
;
int
ipv4ll_configure
(
Link
*
link
);
CONFIG_PARSER_PROTOTYPE
(
config_parse_ipv4ll
);