Skip to content

Commit

Permalink
Merge branch '1.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
rade committed Sep 24, 2015
2 parents b31eb3d + 63e3f44 commit e07b18b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions weave
Expand Up @@ -337,8 +337,9 @@ configure_arp_cache() {
echo 1 >/proc/sys/net/ipv4/neigh/$1/ucast_solicit"
}

# Send out an unsolicated ARP response to update ARP cache entries
# across the weave network. We do this in addition to
# Send out an ARP announcement
# (https://tools.ietf.org/html/rfc5227#page-15) to update ARP cache
# entries across the weave network. We do this in addition to
# configure_arp_cache because a) with those ARP cache settings it
# still takes a few seconds to correct a stale ARP mapping, and b)
# there is a kernel bug that means that the base_reachable_time
Expand Down

0 comments on commit e07b18b

Please sign in to comment.