ovs-dpctl: Use datapath enumeration functions instead of guessing names.
authorBen Pfaff <blp@nicira.com>
Wed, 5 Jan 2011 23:33:09 +0000 (15:33 -0800)
committerBen Pfaff <blp@nicira.com>
Thu, 27 Jan 2011 17:27:48 +0000 (09:27 -0800)
commit17dddfc95f133997a81a02cd713fc309dd9c81ee
tree124fa5b260f06e5902bced90d7d13a3c0145211c
parent9d77f19064597afe0c2e5af73c84df57b8e9b2f5
ovs-dpctl: Use datapath enumeration functions instead of guessing names.

I'm planning to get rid of userspace knowledge of ODP_MAX and this change
gets rid of one user of it.

Reviewed by Justin Pettit.
utilities/ovs-dpctl.c