vswitch: Fix types of NetFlow columns in db schema.
authorBen Pfaff <blp@nicira.com>
Thu, 7 Jan 2010 23:26:36 +0000 (15:26 -0800)
committerBen Pfaff <blp@nicira.com>
Tue, 26 Jan 2010 17:46:42 +0000 (09:46 -0800)
commit58fbee4664788d779ad7b0e57c3dd420adca9221
tree1a3328b5a6a3702ccc1bda7efa4c8ca54a2e0349
parent8fdf84570240c50436c839031e4da9f75839e9a3
vswitch: Fix types of NetFlow columns in db schema.

This bug was masked by the translation done by ovsdb-idlc, which doesn't
fully validate its input.  In particular, it ignores fields that it doesn't
know about and drops them when it does translation, so nothing later can
find the problem.

An upcoming commit will ensure that it can't happen again, by dropping the
ovsdb-idlc translation step.
vswitchd/vswitch-idl.ovsidl