26 lines
663 B
Diff
26 lines
663 B
Diff
From c3013bfda83f3bcdcf518f29ad942bd99b4a356c Mon Sep 17 00:00:00 2001
|
|
From: chengzrz <czrzrichard@gmail.com>
|
|
Date: Thu, 28 Oct 2021 03:18:15 -0400
|
|
Subject: [PATCH 1/6] modified ipconfig.json to adapt to newest version of cni
|
|
plugins
|
|
|
|
---
|
|
src/json/schema/cni/network/ipconfig.json | 1 -
|
|
1 file changed, 1 deletion(-)
|
|
|
|
diff --git a/src/json/schema/cni/network/ipconfig.json b/src/json/schema/cni/network/ipconfig.json
|
|
index 4854118..9f3a2fe 100644
|
|
--- a/src/json/schema/cni/network/ipconfig.json
|
|
+++ b/src/json/schema/cni/network/ipconfig.json
|
|
@@ -16,7 +16,6 @@
|
|
}
|
|
},
|
|
"required": [
|
|
- "version",
|
|
"address"
|
|
]
|
|
}
|
|
--
|
|
2.20.1
|
|
|