mac addresses were never flushed

Signed-off-by: John Crispin <[email protected]>
This commit is contained in:
John Crispin
2023-03-15 15:21:44 +01:00
parent 3d2b67b180
commit 979aca4764
9 changed files with 129 additions and 6 deletions
+6
View File
@@ -181,3 +181,9 @@ neigh_init(void)
return 0;
}
void
neigh_done(void)
{
nl_socket_free(rtnl_sock.sock);
}