diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2023-09-20 07:29:06 +0200 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2023-10-11 14:42:13 +0200 |
commit | fc35a9f8d1632c4e7a279228f869bfc77d8f5b9c (patch) | |
tree | bb68dbc95f9639bc6079e0c815312d8cedb422a6 /src/network/networkd-link.h | |
parent | sd-dhcp-client: support IPv6 only mode (diff) | |
download | systemd-fc35a9f8d1632c4e7a279228f869bfc77d8f5b9c.tar.xz systemd-fc35a9f8d1632c4e7a279228f869bfc77d8f5b9c.zip |
network/dhcp4: support IPv6 only mode (RFC 8925)
Co-authored-by: Susant Sahani <ssahani@gmail.com>
Diffstat (limited to 'src/network/networkd-link.h')
-rw-r--r-- | src/network/networkd-link.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/network/networkd-link.h b/src/network/networkd-link.h index 8ced02f3c1..8bbbc4ec85 100644 --- a/src/network/networkd-link.h +++ b/src/network/networkd-link.h @@ -236,6 +236,7 @@ static inline bool link_has_carrier(Link *link) { bool link_ipv6_enabled(Link *link); int link_ipv6ll_gained(Link *link); +bool link_has_ipv6_connectivity(Link *link); int link_stop_engines(Link *link, bool may_keep_dhcp); |