diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2020-07-07 11:06:08 +0900 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2020-07-07 11:06:08 +0900 |
commit | 290696e512475636824c6540610cbafe81addf9c (patch) | |
tree | e1815283544e51018371f7b8adb61e83ca5791c8 /src/systemd | |
parent | c1495f8e9d08617b4b1ece01572f14e86e4165a2 (diff) | |
download | systemd-290696e512475636824c6540610cbafe81addf9c.tar.gz |
Revert "network: Don't send RA with zero router lifetime when restarting radv"
This reverts commit d469cea3bde53bc39317c8b433c825bb4790cbe5.
Diffstat (limited to 'src/systemd')
-rw-r--r-- | src/systemd/sd-radv.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/systemd/sd-radv.h b/src/systemd/sd-radv.h index 763d5ddd87..011e40d8a5 100644 --- a/src/systemd/sd-radv.h +++ b/src/systemd/sd-radv.h @@ -22,7 +22,6 @@ #include <inttypes.h> #include <net/ethernet.h> #include <netinet/in.h> -#include <stdbool.h> #include <sys/types.h> #include "_sd-common.h" @@ -50,7 +49,7 @@ int sd_radv_detach_event(sd_radv *nd); sd_event *sd_radv_get_event(sd_radv *ra); int sd_radv_start(sd_radv *ra); -int sd_radv_stop(sd_radv *ra, bool zero_router_lifetime); +int sd_radv_stop(sd_radv *ra); int sd_radv_set_ifindex(sd_radv *ra, int interface_index); int sd_radv_set_mac(sd_radv *ra, const struct ether_addr *mac_addr); |