Skip to content

Commit

Permalink
[SQUASH ME] add error case for already registered address
Browse files Browse the repository at this point in the history
  • Loading branch information
miri64 committed Feb 20, 2015
1 parent 0281b3d commit 9f5a25a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sys/include/net/ng_ipv6/nc.h
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ typedef struct ng_ipv6_nc {
* @param[in] flags Flags for the entry
*
* @return 0 on success
* @return -EADDRINUSE, there is already an entry with given @p ipv6_addr.
* @return -EFAULT, if @p ipv6_addr was NULL.
* @return -EINVAL, if @p l2_addr_len is greater then 8 or @p iface is
* KERNEL_PID_UNDEF.
Expand Down

0 comments on commit 9f5a25a

Please sign in to comment.