From 87487aed892c2b45a0063b909d396ee6d8d05685 Mon Sep 17 00:00:00 2001 From: "Joseph C. Lehner" Date: Wed, 5 Apr 2017 21:20:40 +0200 Subject: [PATCH] Remove debugging stuff --- ethsock.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/ethsock.c b/ethsock.c index 1f42030..685e34a 100644 --- a/ethsock.c +++ b/ethsock.c @@ -289,9 +289,7 @@ static bool intf_add_del_arp(const char *intf, uint32_t ipaddr, uint8_t *hwaddr, if (add) { rtnl_neigh_set_lladdr(neigh, mac); rtnl_neigh_set_state(neigh, NUD_PERMANENT); - system("arp -an"); err = rtnl_neigh_add(sk, neigh, NLM_F_CREATE); - system("arp -an"); } if (err && (add || verbosity > 1)) { -- 2.25.1