Skip to content

Commit

Permalink
arp: add function ni_arp_verify_add_in_addr()
Browse files Browse the repository at this point in the history
  • Loading branch information
cfconrad committed Jun 15, 2023
1 parent c237006 commit 718382b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/arp.c
Expand Up @@ -498,6 +498,7 @@ ni_arp_verify_send(ni_arp_socket_t *sock, ni_arp_verify_t *vfy, ni_timeout_t *ti
return NI_ARP_SEND_FAILURE;
}


void
ni_arp_notify_init(ni_arp_notify_t *nfy, const ni_config_arp_notify_t *cfg)
{
Expand Down

0 comments on commit 718382b

Please sign in to comment.