Skip to content

Commit 60e6641

Browse files
jukkarnashif
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 a588042 commit 60e6641

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
@@ -92,6 +92,8 @@ struct net_if_addr {
9292
struct {
9393
/** Duplicate address detection (DAD) timer */
9494
sys_snode_t dad_node;
95+
96+
/** DAD start time */
9597
uint32_t dad_start;
9698

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

0 commit comments

Comments
 (0)