Skip to content

Commit 2b45998

Browse files
authored
fix: Modified the value of DelegatedVMNIC to resolve compatibility issue in Version 1.5 (#2808)
Modified the value of const DelegatedVMNIC
1 parent 88d67d2 commit 2b45998

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cns/NetworkContainerContract.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ type NICType string
7979
const (
8080
InfraNIC NICType = "InfraNIC"
8181
// DelegatedVMNIC are projected from VM to container network namespace
82-
DelegatedVMNIC NICType = "FrontendNIC"
82+
DelegatedVMNIC NICType = "DelegatedVMNIC"
8383
// BackendNIC are used for infiniband NICs on a VM
8484
BackendNIC NICType = "BackendNIC"
8585
// NodeNetworkInterfaceAccelnetFrontendNIC is a type of front-end nic that offers accelerated networking performance

0 commit comments

Comments
 (0)