]> git.proxmox.com Git - ovs.git/commit
ovn-controller: Provide the option to set the datapath-type of br-int
authorNuman Siddique <nusiddiq@redhat.com>
Mon, 18 Feb 2019 04:42:22 +0000 (10:12 +0530)
committerBen Pfaff <blp@ovn.org>
Fri, 22 Feb 2019 23:15:02 +0000 (15:15 -0800)
commit8ba510bf794692792e04a9d2813bd6c272a9619a
tree1e43bd4ac273a4fba9ade6b2db8fe245e6bd30cc
parentf01f75a0bc0b8457c2f6343252451f6667992b7b
ovn-controller: Provide the option to set the datapath-type of br-int

If the integration bridge is deleted, ovn-controller recreates it
but the previous datapath-type value is lost if it was set. This
patch adds the code in ovn-controller to set the datapath-type
if it is configured by the user in the 'external_ids:ovn-bridge-datapath-type'
column of OpenvSwitch table.

Acked-by: Mark Michelson <mmichels@redhat.com>
Signed-off-by: Numan Siddique <nusiddiq@redhat.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
ovn/controller/ovn-controller.8.xml
ovn/controller/ovn-controller.c
tests/ovn-controller.at