mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
arp: remove forgotten debug message.
This commit is contained in:
parent
acc65df45a
commit
35e7180a32
1 changed files with 0 additions and 1 deletions
|
|
@ -382,7 +382,6 @@ set_nl(uint32_t ifindex, struct sockaddr_in *dst, struct sockaddr_dl *sdl, char
|
|||
|
||||
if (opts.expire_time != 0)
|
||||
opts.flags &= ~RTF_STATIC;
|
||||
printf("EXPIRE: %ld\n", opts.expire_time);
|
||||
|
||||
snl_init_writer(&ss, &nw);
|
||||
struct nlmsghdr *hdr = snl_create_msg_request(&nw, RTM_NEWNEIGH);
|
||||
|
|
|
|||
Loading…
Reference in a new issue