parent
b988d52801
commit
60f75e00f3
@ -0,0 +1,13 @@
|
||||
diff --git a/ovsdb/ovsdb-idlc.in b/ovsdb/ovsdb-idlc.in
|
||||
index 40fef39ed..22d0a4e22 100755
|
||||
--- a/ovsdb/ovsdb-idlc.in
|
||||
+++ b/ovsdb/ovsdb-idlc.in
|
||||
@@ -176,7 +176,7 @@ def replace_cplusplus_keyword(schema):
|
||||
'wchar_t', 'while', 'xor', 'xor_eq'}
|
||||
|
||||
for tableName, table in schema.tables.items():
|
||||
- for columnName in table.columns:
|
||||
+ for columnName in list(table.columns):
|
||||
if columnName in keywords:
|
||||
table.columns[columnName + '_'] = table.columns.pop(columnName)
|
||||
|
@ -1 +1 @@
|
||||
SHA512 (openvswitch-2.11.1.tar.gz) = de016a1acfbae34d2062f4ac23b9b0782016fef4c0575b2714435380439f19613881173fb2c876afe86317a5c0327908704e540322d80f9f7da9f59bea7b1789
|
||||
SHA512 (openvswitch-2.12.0.tar.gz) = e9bf9030a1c5dbcddcf463d332a87c84326c21fb53eac743cd999da9e03f564a394e2362fe5ab2ebec35bb456fc76e10da6910c398886b41fbd28a35465b5aee
|
||||
|
Loading…
Reference in new issue