fixed bug #26507: "Gratuitous ARP depends on arp_table / uses etharp_query" by adding etharp_gratuitous()

This commit is contained in:
goldsimon
2009-05-12 20:13:45 +00:00
parent 078e2f60d6
commit 30acd1662d
4 changed files with 16 additions and 16 deletions

View File

@@ -8,8 +8,7 @@
*
* This implementation complies with RFC 826 (Ethernet ARP). It supports
* Gratuitious ARP from RFC3220 (IP Mobility Support for IPv4) section 4.6
* if an interface calls etharp_query(our_netif, its_ip_addr, NULL) upon
* address change.
* if an interface calls etharp_gratuitous(our_netif) upon address change.
*/
/*