summaryrefslogtreecommitdiffstats
path: root/src/network/networkd-ipv6-proxy-ndp.h
blob: e57d28f99ddf87cd182a6b6454baa5d9aa0c7b29 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* SPDX-License-Identifier: LGPL-2.1-or-later */
#pragma once

#include "conf-parser.h"

typedef struct Link Link;
typedef struct Network Network;

void network_adjust_ipv6_proxy_ndp(Network *network);

int link_request_static_ipv6_proxy_ndp_addresses(Link *link);

CONFIG_PARSER_PROTOTYPE(config_parse_ipv6_proxy_ndp_address);