Skip to content

Commit

Permalink
fix anchor.
Browse files Browse the repository at this point in the history
Signed-off-by: lauxinchi <lauxinchi@gmail.com>
  • Loading branch information
winstonfly committed Nov 22, 2023
1 parent 93878e6 commit 6163435
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SPEC.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 6163435

Please sign in to comment.