]> git.proxmox.com Git - mirror_ovs.git/commit
odp-util: Add missing comma after gtpu attributes.
authorIlya Maximets <i.maximets@ovn.org>
Sat, 17 Oct 2020 15:27:14 +0000 (17:27 +0200)
committerIlya Maximets <i.maximets@ovn.org>
Tue, 20 Oct 2020 09:41:34 +0000 (11:41 +0200)
commit2c5a48c9a0919039dbd26fa017395d619ae4a95f
tree2e155a184fc25f605ca61c5cf290fb365cfa2142
parent1e1a15669e324e0971c46a31f3de233e3a0ba5b2
odp-util: Add missing comma after gtpu attributes.

Currently flows are printed like this:
        'tunnel(gtpu(flags=0x7f,msgtype=0)flags(0))'
With this change:
        'tunnel(gtpu(flags=0x7f,msgtype=0),flags(0))'

Fixes: 3c6d05a02e0f ("userspace: Add GTP-U support.")
Acked-by: Yi Yang <yangyi01@inspur.com>
Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
lib/odp-util.c