]> git.ipfire.org Git - thirdparty/systemd.git/blame - src/network/networkd-ipv6-proxy-ndp.h
hwdb: ieee1394-unit-function: add Tascam IF-FW/DM mkII
[thirdparty/systemd.git] / src / network / networkd-ipv6-proxy-ndp.h
CommitLineData
db9ecf05 1/* SPDX-License-Identifier: LGPL-2.1-or-later */
a0e5c15d
FK
2#pragma once
3
a2106925 4#include "conf-parser.h"
a0e5c15d 5
a0e5c15d 6typedef struct Link Link;
14d9ab9d
YW
7typedef struct Network Network;
8
9void network_adjust_ipv6_proxy_ndp(Network *network);
a0e5c15d 10
fdeba3f5 11int link_request_static_ipv6_proxy_ndp_addresses(Link *link);
a0e5c15d 12
a2106925 13CONFIG_PARSER_PROTOTYPE(config_parse_ipv6_proxy_ndp_address);