ofproto-macros: Change STRIP_XIDS from macro to shell function.
authorBen Pfaff <blp@ovn.org>
Fri, 22 Jan 2016 20:52:26 +0000 (12:52 -0800)
committerBen Pfaff <blp@ovn.org>
Thu, 28 Jan 2016 21:18:16 +0000 (13:18 -0800)
commit8a32aaa51d508a660127e0bb62287f7f713e2e2e
tree0fbd2d33231e4fb5b09987bb9e5464a8de63d553
parentca5792f0d80ffd5202dfe2db9baba356c33461fa
ofproto-macros: Change STRIP_XIDS from macro to shell function.

There's no need for this to be a macro; shell functions are conceptually
cleaner and make the generated testsuite smaller.

Signed-off-by: Ben Pfaff <blp@ovn.org>
Acked-by: Jarno Rajahalme <jarno@ovn.org>
tests/learn.at
tests/ofproto-dpif.at
tests/ofproto-macros.at
tests/ofproto.at