]> git.ipfire.org Git - thirdparty/systemd.git/blame - src/network/networkd-ipv4ll.h
Merge pull request #13298 from RPigott/busctl
[thirdparty/systemd.git] / src / network / networkd-ipv4ll.h
CommitLineData
ca5ad760
YW
1/* SPDX-License-Identifier: LGPL-2.1+ */
2#pragma once
3
4#include "conf-parser.h"
5
6#define IPV4LL_ROUTE_METRIC 2048
7
8typedef struct Link Link;
9
10int ipv4ll_configure(Link *link);
11
12CONFIG_PARSER_PROTOTYPE(config_parse_ipv4ll);