We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88d67d2 commit 2b45998Copy full SHA for 2b45998
cns/NetworkContainerContract.go
@@ -79,7 +79,7 @@ type NICType string
79
const (
80
InfraNIC NICType = "InfraNIC"
81
// DelegatedVMNIC are projected from VM to container network namespace
82
- DelegatedVMNIC NICType = "FrontendNIC"
+ DelegatedVMNIC NICType = "DelegatedVMNIC"
83
// BackendNIC are used for infiniband NICs on a VM
84
BackendNIC NICType = "BackendNIC"
85
// NodeNetworkInterfaceAccelnetFrontendNIC is a type of front-end nic that offers accelerated networking performance
0 commit comments