Skip to content

Commit 15e2122

Browse files
committed
comment on nil mtu in router.go
1 parent 1e05884 commit 15e2122

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vpn/router.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ func (*vpnRouter) Close() error {
3535

3636
func convertRouterConfig(cfg *router.Config) *NetworkSettingsRequest {
3737
if cfg == nil {
38+
// Reset to default, w/ nil MTU.
3839
return &NetworkSettingsRequest{}
3940
}
4041
v4LocalAddrs := make([]string, 0)

0 commit comments

Comments
 (0)