summaryrefslogtreecommitdiff
path: root/src/core/systemd/src/systemd/sd-ndisc.h
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2021-04-06 08:19:58 +0200
committerThomas Haller <thaller@redhat.com>2021-04-06 08:19:58 +0200
commit57b83108dc5654cab59904d7ef4872d6fe7558fa (patch)
treef722a4039a5b997e85cadcfffacb4bbb300fe6b9 /src/core/systemd/src/systemd/sd-ndisc.h
parent68913466af49c738d7e226f55db15be70b22dbe6 (diff)
parentbae86ece1eca90673a9aa1cd15715444307262ff (diff)
downloadNetworkManager-th/systemd.tar.gz
systemd: merge branch systemd into masterth/systemd
https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/merge_requests/799
Diffstat (limited to 'src/core/systemd/src/systemd/sd-ndisc.h')
-rw-r--r--src/core/systemd/src/systemd/sd-ndisc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/systemd/src/systemd/sd-ndisc.h b/src/core/systemd/src/systemd/sd-ndisc.h
index 49b127c018..6088def1b6 100644
--- a/src/core/systemd/src/systemd/sd-ndisc.h
+++ b/src/core/systemd/src/systemd/sd-ndisc.h
@@ -78,6 +78,8 @@ sd_event *sd_ndisc_get_event(sd_ndisc *nd);
int sd_ndisc_set_callback(sd_ndisc *nd, sd_ndisc_callback_t cb, void *userdata);
int sd_ndisc_set_ifindex(sd_ndisc *nd, int interface_index);
+int sd_ndisc_set_ifname(sd_ndisc *nd, const char *interface_name);
+const char *sd_ndisc_get_ifname(sd_ndisc *nd);
int sd_ndisc_set_mac(sd_ndisc *nd, const struct ether_addr *mac_addr);
int sd_ndisc_get_mtu(sd_ndisc *nd, uint32_t *ret);