]> git.proxmox.com Git - ovs.git/commit
ofproto-provider: Move datapath capabilities callback to correct section.
authorIlya Maximets <i.maximets@ovn.org>
Tue, 26 Nov 2019 19:52:32 +0000 (20:52 +0100)
committerIlya Maximets <i.maximets@ovn.org>
Thu, 28 Nov 2019 15:51:44 +0000 (16:51 +0100)
commit89ee730a60e9cd0e70c0f1a748ef0abc2a4ebed9
tree088d9ade219093e1c423ffa7a4aae74c95a6e8c5
parent9965fef8db795fbf06ca9e6e65d1f5f19740d78d
ofproto-provider: Move datapath capabilities callback to correct section.

'get_datapath_cap' callback was mistakenly placed in
'Connection tracking' section of the 'struct dpif_class'
while belongs to the 'Datapath information'.

CC: William Tu <u9012063@gmail.com>
Fixes: 27501802d09f ("ofproto-dpif: Expose datapath capability to ovsdb.")
Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
Acked-by: William Tu <u9012063@gmail.com>
ofproto/ofproto-dpif.c
ofproto/ofproto-provider.h