Skip to content

Commit

Permalink
Introducing new network flag EnableIov. (#2192)
Browse files Browse the repository at this point in the history
Signed-off-by: Prince Pereira <ppereira@microsoft.com>
  • Loading branch information
princepereira authored Jul 10, 2024
1 parent 376b320 commit 7af6804
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hcn/hcnnetwork.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ const (
None NetworkFlags = 0
EnableNonPersistent NetworkFlags = 8
DisableHostPort NetworkFlags = 1024
EnableIov NetworkFlags = 9216
)

// HostComputeNetwork represents a network
Expand Down

0 comments on commit 7af6804

Please sign in to comment.