lcr/0001-modified-ipconfig.json-to-adapt-to-newest-version-of.patch
gaohuatao 4d2303cbfd update from openeuler
Signed-off-by: gaohuatao <gaohuatao@huawei.com>
2021-11-09 11:35:48 +08:00

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/2] 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