Skip to content

Commit

Permalink
fix: Modified the value of DelegatedVMNIC to resolve compatibility is…
Browse files Browse the repository at this point in the history
…sue in Version 1.5 (#2808)

Modified the value of const DelegatedVMNIC
  • Loading branch information
bohuini authored Jun 24, 2024
1 parent 88d67d2 commit 2b45998
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cns/NetworkContainerContract.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ type NICType string
const (
InfraNIC NICType = "InfraNIC"
// DelegatedVMNIC are projected from VM to container network namespace
DelegatedVMNIC NICType = "FrontendNIC"
DelegatedVMNIC NICType = "DelegatedVMNIC"
// BackendNIC are used for infiniband NICs on a VM
BackendNIC NICType = "BackendNIC"
// NodeNetworkInterfaceAccelnetFrontendNIC is a type of front-end nic that offers accelerated networking performance
Expand Down

0 comments on commit 2b45998

Please sign in to comment.