Authoritative border router list

Authoritative border router list component of neighbor information base.

int gnrc_ipv6_nib_abr_add(const ipv6_addr_t * addr)

Adds the address of an authoritative border router to the NIB.

Parameters

addr:The address of an authoritative border router.

Return values

  • 0 on success.
  • -ENOMEM, if no space is left in the neighbor cache.
void gnrc_ipv6_nib_abr_del(const ipv6_addr_t * addr)

Removes an authoritative border router from the NIB.

Parameters

addr:The address of an authoritative border router.