Skip to content

Commit

Permalink
Modifying network flag EnableIov.
Browse files Browse the repository at this point in the history
Signed-off-by: Prince Pereira <[email protected]>
  • Loading branch information
princepereira committed Jul 15, 2024
1 parent 7af6804 commit ab958a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hcn/hcnnetwork.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ const (
None NetworkFlags = 0
EnableNonPersistent NetworkFlags = 8
DisableHostPort NetworkFlags = 1024
EnableIov NetworkFlags = 9216
EnableIov NetworkFlags = 8192
)

// HostComputeNetwork represents a network
Expand Down

0 comments on commit ab958a7

Please sign in to comment.