From 6163435dc5ddd1a733c36f9bf7bb8d3b8db36659 Mon Sep 17 00:00:00 2001 From: lauxinchi Date: Wed, 22 Nov 2023 15:22:54 +0800 Subject: [PATCH] fix anchor. Signed-off-by: lauxinchi --- SPEC.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SPEC.md b/SPEC.md index 0fec14f1..7cfefa1c 100644 --- a/SPEC.md +++ b/SPEC.md @@ -225,7 +225,7 @@ A CNI plugin, upon receiving an `ADD` command, should either - create the interface defined by `CNI_IFNAME` inside the container at `CNI_NETNS`, or - adjust the configuration of the interface defined by `CNI_IFNAME` inside the container at `CNI_NETNS`. -If the CNI plugin is successful, it must output a [result structure](#Success) (see below) on standard out. If the plugin was supplied a `prevResult` as part of its input configuration, it MUST handle `prevResult` by either passing it through, or modifying it appropriately. +If the CNI plugin is successful, it must output a [result structure](#VERSION-Success) (see below) on standard out. If the plugin was supplied a `prevResult` as part of its input configuration, it MUST handle `prevResult` by either passing it through, or modifying it appropriately. If an interface of the requested name already exists in the container, the CNI plugin MUST return with an error.