diff options
-rw-r--r-- | sys/net/if_llatbl.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/net/if_llatbl.c b/sys/net/if_llatbl.c index f89aafa..7ef1c9a 100644 --- a/sys/net/if_llatbl.c +++ b/sys/net/if_llatbl.c @@ -106,6 +106,8 @@ llentry_free(struct llentry *lle) /* * Update an llentry for address dst (equivalent to rtalloc for new-arp) * Caller must pass in a valid struct llentry * + * + * if found the llentry * is returned referenced and unlocked */ int llentry_update(struct llentry **llep, struct lltable *lt, |