diff options
| author | Roy Marples <roy@marples.name> | 2009-03-11 11:53:11 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2009-03-11 11:53:11 +0000 |
| commit | a4f6339ebd949920e432f814d5bb3304113daaea (patch) | |
| tree | 16cf88b51c8c7d5e1ca4d9071a72a5c48bd94d6b /if-linux.c | |
| parent | ce6b39df64069a367cf62fd2bf450613ea54fc1a (diff) | |
| download | dhcpcd-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.c | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -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) { |
