Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions content/plugins/v1.0/main/bridge.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ If the bridge is missing, the plugin will create one on first use and, if gatewa
## Example configuration
```json
{
"cniVersion": "0.3.1",
"cniVersion": "1.0.0",
"name": "mynet",
"type": "bridge",
"bridge": "mynet0",
Expand All @@ -39,7 +39,7 @@ If the bridge is missing, the plugin will create one on first use and, if gatewa
## Example L2-only configuration
```json
{
"cniVersion": "0.3.1",
"cniVersion": "1.0.0",
"name": "mynet",
"type": "bridge",
"bridge": "mynet0",
Expand Down
4 changes: 2 additions & 2 deletions content/plugins/v1.1/main/bridge.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ If the bridge is missing, the plugin will create one on first use and, if gatewa
## Example configuration
```json
{
"cniVersion": "0.3.1",
"cniVersion": "1.1.0",
"name": "mynet",
"type": "bridge",
"bridge": "mynet0",
Expand All @@ -39,7 +39,7 @@ If the bridge is missing, the plugin will create one on first use and, if gatewa
## Example L2-only configuration
```json
{
"cniVersion": "0.3.1",
"cniVersion": "1.1.0",
"name": "mynet",
"type": "bridge",
"bridge": "mynet0",
Expand Down