]> git.proxmox.com Git - ovs.git/commit
ofp-actions: Eliminate redundant error messages from ofpacts_parse__().
authorBen Pfaff <blp@ovn.org>
Tue, 30 Apr 2019 22:06:34 +0000 (15:06 -0700)
committerBen Pfaff <blp@ovn.org>
Sun, 9 Jun 2019 23:01:50 +0000 (16:01 -0700)
commit4e7a226b231b52f75df7ea121ef14297bba786fe
tree5c03c7890181bcb1c5947eb510e903a9eef9eea4
parent2e7ac3e0f9bdde325ec25bb0895dbd38c534300a
ofp-actions: Eliminate redundant error messages from ofpacts_parse__().

These duplicate messages emitted by ofpacts_verify(), so drop them.

These were previously useful because ofpacts_verify()'s error messages were
not as good as those emitted by ofpacts_parse__(), but that's been fixed
now.

Acked-by: Numan Siddique <nusiddiq@redhat.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
lib/ofp-actions.c