]> git.ipfire.org Git - thirdparty/systemd.git/blob - src/network/networkd-ipv4ll.h
ethtool: add several new link modes
[thirdparty/systemd.git] / src / network / networkd-ipv4ll.h
1 /* SPDX-License-Identifier: LGPL-2.1+ */
2 #pragma once
3
4 #include "conf-parser.h"
5
6 #define IPV4LL_ROUTE_METRIC 2048
7
8 typedef struct Link Link;
9
10 int ipv4ll_configure(Link *link);
11
12 CONFIG_PARSER_PROTOTYPE(config_parse_ipv4ll);