Skip to content

Commit 61828d4

Browse files
committed
net: if: Documentation missing for IPv6 DAD start time variable
Add documentation for DAD start time variable as it was missing. Signed-off-by: Jukka Rissanen <[email protected]>
1 parent 43c79ba commit 61828d4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

include/zephyr/net/net_if.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@ struct net_if_addr {
9494
struct {
9595
/** Duplicate address detection (DAD) timer */
9696
sys_snode_t dad_node;
97+
98+
/** DAD start time */
9799
uint32_t dad_start;
98100

99101
/** How many times we have done DAD */

0 commit comments

Comments
 (0)