Make dpctl accept an arbitrary number of actions.
authorBen Pfaff <blp@nicira.com>
Fri, 9 Jan 2009 21:28:12 +0000 (13:28 -0800)
committerBen Pfaff <blp@nicira.com>
Tue, 13 Jan 2009 01:00:29 +0000 (17:00 -0800)
commit12f0bf6d978199796f5877c54aec49423bfc9d0e
treef65cb6617836156fa00db6d64fb786dad5aae048
parent553d85421ccc35e3f3d1828d3c5752f385b55238
Make dpctl accept an arbitrary number of actions.

This cleanup has been wanted for a while.

As a side effect, this change deletes some dead code pointed out by Chris
Eagle via Fortify: many of the deleted comparisons against act_len were
never true because of the sizes of the objects invovled.
utilities/dpctl.c