vmware-archive / ovsdb-client-library

An OVSDB client for interacting with an OVSDB server.
Other
12 stars 6 forks source link

Should the library be aware of the default value in schema definition? #29

Open hechaoli opened 6 years ago

hechaoli commented 6 years ago

Some optional fields in the schema have default values. For example, "ephemeral" field of <column-schema> is optional and the default value is false. The question is, for two ColumnSchema object, if one of them has ephemeral being false and the other has ephemeral being null, should they be consider equal?