From c83d9b2d2c823d0a77923bf637c8ab9f34ad0388 Mon Sep 17 00:00:00 2001 From: Alejandro Paredero Date: Thu, 18 Jul 2024 13:31:37 +0200 Subject: [PATCH] Update configuration-reference.md Fixed example in documentation. It is referring to the old name of the plugin --- docs/configuration-reference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration-reference.md b/docs/configuration-reference.md index 7f7904956..dd7c28f18 100644 --- a/docs/configuration-reference.md +++ b/docs/configuration-reference.md @@ -29,7 +29,7 @@ An SR-IOV CNI config with each field filled out looks like: { "cniVersion": "0.3.1", "name": "sriov-dpdk", - "type": "sriovi-net", + "type": "sriov", "deviceID": "0000:03:02.0", "mac": "CA:FE:C0:FF:EE:00", "vlan": 1000,