• Mikio Hara's avatar
    go.net/ipv4: make sure whether the interface under test is routed · dcb96397
    Mikio Hara authored
    Some multicast tests depend on proper IP routing because multicasting
    requires an unicast source address for its delivery. We call a network
    interface that can route IP traffic to neighbors a routed interface
    conventionally. This CL makes sure that the interface under test is a
    routed interface to avoid using non-routed network interfaces for IP
    routing.
    
    Also removes unnecessary build tag.
    
    Fixes golang/go#6709.
    
    R=dave
    CC=golang-dev
    https://golang.org/cl/21260043
    dcb96397
Name
Last commit
Last update
dict Loading commit data...
html Loading commit data...
idna Loading commit data...
ipv4 Loading commit data...
ipv6 Loading commit data...
netutil Loading commit data...
proxy Loading commit data...
publicsuffix Loading commit data...
spdy Loading commit data...
websocket Loading commit data...
.hgignore Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTORS Loading commit data...
LICENSE Loading commit data...
PATENTS Loading commit data...
README Loading commit data...
codereview.cfg Loading commit data...