diff options
| author | Roy Marples <roy@marples.name> | 2007-07-18 11:26:59 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2007-07-18 11:26:59 +0000 |
| commit | 77659ce0359c096d8a2667541879f8a59fad8121 (patch) | |
| tree | 01a6f94b4eb5320b3f9a173398f0657734912fcc /arp.h | |
| parent | ff711cf766f3efd9dc8f79776e688a3a28f52d9a (diff) | |
| download | dhcpcd-77659ce0359c096d8a2667541879f8a59fad8121.tar.xz | |
We now do ARP checking by default as recommended by RFC 2131.
Add RFC 3927 (aka IPV4LL aka APIPA) support by default.
Diffstat (limited to 'arp.h')
| -rw-r--r-- | arp.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ #include "interface.h" -int arp_check (interface_t *iface, struct in_addr address); +int arp_claim (interface_t *iface, struct in_addr address); #endif #endif |
