Skip to content

Commit

Permalink
Introducing new network flag EnableIov.
Browse files Browse the repository at this point in the history
  • Loading branch information
princepereira committed Jul 2, 2024
1 parent 200feab commit 40781ed
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 40781ed

Please sign in to comment.