diff --git a/cns/NetworkContainerContract.go b/cns/NetworkContainerContract.go index 51dcce2bd2..d84afbbdb9 100644 --- a/cns/NetworkContainerContract.go +++ b/cns/NetworkContainerContract.go @@ -79,7 +79,7 @@ type NICType string const ( InfraNIC NICType = "InfraNIC" // DelegatedVMNIC are projected from VM to container network namespace - DelegatedVMNIC NICType = "DelegatedVMNIC" + DelegatedVMNIC NICType = "FrontendNIC" // 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