static void
do_compact(int argc OVS_UNUSED, char *argv[])
{
- compact_or_convert(argv[1], argv[2], NULL, "compacted by ovsdb-tool");
+ compact_or_convert(argv[1], argv[2], NULL,
+ "compacted by ovsdb-tool "VERSION BUILDNR);
}
static void
check_ovsdb_error(ovsdb_schema_from_file(schema_file_name, &new_schema));
compact_or_convert(argv[1], argv[3], new_schema,
- "converted by ovsdb-tool");
+ "converted by ovsdb-tool "VERSION BUILDNR);
ovsdb_schema_destroy(new_schema);
}