summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip/tcpip.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/tcpip/tcpip.go')
-rw-r--r--pkg/tcpip/tcpip.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/tcpip/tcpip.go b/pkg/tcpip/tcpip.go
index 5f210cdd0..f5b5ec86b 100644
--- a/pkg/tcpip/tcpip.go
+++ b/pkg/tcpip/tcpip.go
@@ -490,7 +490,7 @@ type Route struct {
// Mask specifies which bits of the Destination and the target address
// must match for this row to be viable.
- Mask Address
+ Mask AddressMask
// Gateway is the gateway to be used if this row is viable.
Gateway Address