Skip to content

Commit 718eb4f

Browse files
jukkarfabiobaltieri
authored andcommitted
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 2766c78 commit 718eb4f

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
@@ -96,6 +96,8 @@ struct net_if_addr {
9696
struct {
9797
/** Duplicate address detection (DAD) timer */
9898
sys_snode_t dad_node;
99+
100+
/** DAD start time */
99101
uint32_t dad_start;
100102

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

0 commit comments

Comments
 (0)