Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
welladev committed Sep 10, 2024
1 parent 28bab2e commit d1d7963
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ecs-agent/netlib/platform/managed_linux.go
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ func (m *managedLinux) buildDefaultNetworkNamespace(taskID string) ([]*tasknetwo
return []*tasknetworkconfig.NetworkNamespace{defaultNameSpace}, nil
}

// HandleHostMode is a no op since we are allowing Host Mode for managed instances
func (m *managedLinux) HandleHostMode() error {
return nil
}

0 comments on commit d1d7963

Please sign in to comment.