]> git.ipfire.org Git - thirdparty/systemd.git/blame - src/network/networkd-ipv4ll.h
network: introduce per-interface IP forwarding settings
[thirdparty/systemd.git] / src / network / networkd-ipv4ll.h
CommitLineData
db9ecf05 1/* SPDX-License-Identifier: LGPL-2.1-or-later */
ca5ad760
YW
2#pragma once
3
4#include "conf-parser.h"
5
6#define IPV4LL_ROUTE_METRIC 2048
7
8typedef struct Link Link;
9
29104ded
YW
10bool link_ipv4ll_enabled(Link *link);
11
ca5ad760 12int ipv4ll_configure(Link *link);
a3adb4a6 13int ipv4ll_update_mac(Link *link);
ca5ad760
YW
14
15CONFIG_PARSER_PROTOTYPE(config_parse_ipv4ll);
34b63c9e 16CONFIG_PARSER_PROTOTYPE(config_parse_ipv4ll_address);