summaryrefslogtreecommitdiffstats
path: root/if-linux.c
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2009-03-11 11:53:11 +0000
committerRoy Marples <roy@marples.name>2009-03-11 11:53:11 +0000
commita4f6339ebd949920e432f814d5bb3304113daaea (patch)
tree16cf88b51c8c7d5e1ca4d9071a72a5c48bd94d6b /if-linux.c
parentce6b39df64069a367cf62fd2bf450613ea54fc1a (diff)
downloaddhcpcd-a4f6339ebd949920e432f814d5bb3304113daaea.tar.xz
We shouldn't need to flush arp entires ourself on BSD platforms.
Diffstat (limited to 'if-linux.c')
-rw-r--r--if-linux.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/if-linux.c b/if-linux.c
index 2bb1854d..0f4a3ab4 100644
--- a/if-linux.c
+++ b/if-linux.c
@@ -472,13 +472,6 @@ if_route(const struct interface *iface,
return retval;
}
-/* No need to explicity flush arp on Linux */
-int
-arp_flush(void)
-{
- return 0;
-}
-
struct interface *
discover_interfaces(int argc, char * const *argv)
{