summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip/stack/nic.go
diff options
context:
space:
mode:
authorgVisor bot <gvisor-bot@google.com>2019-12-26 21:09:00 +0000
committergVisor bot <gvisor-bot@google.com>2019-12-26 21:09:00 +0000
commit464ba7585f54fa170daa9cdadd0bf9d27e8b82cc (patch)
treed9155a9c15ca7200e1c0bc0efa7d44d575cea351 /pkg/tcpip/stack/nic.go
parent6d8d66038fd9439822069fd283761d7ea939a433 (diff)
parent87e4d03fdf576348ac7023c599e0fc66ad4cccbd (diff)
Merge release-20191213.0-49-g87e4d03 (automated)
Diffstat (limited to 'pkg/tcpip/stack/nic.go')
-rw-r--r--pkg/tcpip/stack/nic.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/tcpip/stack/nic.go b/pkg/tcpip/stack/nic.go
index a4556674b..ddd014658 100644
--- a/pkg/tcpip/stack/nic.go
+++ b/pkg/tcpip/stack/nic.go
@@ -575,7 +575,7 @@ func (n *NIC) RemoveAddressRange(subnet tcpip.Subnet) {
n.mu.Unlock()
}
-// AddressRanges returns the Subnets associated with this NIC.
+// Subnets returns the Subnets associated with this NIC.
func (n *NIC) AddressRanges() []tcpip.Subnet {
n.mu.RLock()
defer n.mu.RUnlock()