odp-util: Remove extraneous "set_tci(" from format_odp_action()
authorJustin Pettit <jpettit@nicira.com>
Tue, 12 Oct 2010 06:50:36 +0000 (23:50 -0700)
committerJustin Pettit <jpettit@nicira.com>
Tue, 12 Oct 2010 07:06:51 +0000 (00:06 -0700)
commitdb164669c1b482843e082e752d8fbd69f650f94a
treecd660c0ffc1aa158c0b68d6c5114804b14a0e83f
parentce5452cf78f96b924a11d02ad57b6b046b1e123a
odp-util: Remove extraneous "set_tci(" from format_odp_action()

The function format_odp_action(), which is used to format the output of
"ovs-dpctl dump-flows", printed "set_tci(" before printing a correct
"set_tci" with actual parameters.

Bug #3808 (1/2)
lib/odp-util.c