]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
network: update comment
authorYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 6 Jul 2023 01:34:24 +0000 (10:34 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 6 Jul 2023 05:55:58 +0000 (14:55 +0900)
src/network/networkd-ndisc.h

index 6ccc1295d01b0a69aa50bb317d546175406d7b52..7affa8217e4daa194173a099c35966553ed8f7fb 100644 (file)
@@ -18,7 +18,7 @@ typedef enum IPv6AcceptRAStartDHCP6Client {
 typedef struct NDiscRDNSS {
         struct in6_addr router;
         /* This is an absolute point in time, and NOT a timespan/duration.
-         * Must be specified with clock_boottime_or_monotonic(). */
+         * Must be specified with CLOCK_BOOTTIME. */
         usec_t lifetime_usec;
         struct in6_addr address;
 } NDiscRDNSS;
@@ -26,7 +26,7 @@ typedef struct NDiscRDNSS {
 typedef struct NDiscDNSSL {
         struct in6_addr router;
         /* This is an absolute point in time, and NOT a timespan/duration.
-         * Must be specified with clock_boottime_or_monotonic(). */
+         * Must be specified with CLOCK_BOOTTIME. */
         usec_t lifetime_usec;
         /* The domain name follows immediately. */
 } NDiscDNSSL;