4e566b11d0
The patch introduces a new config section ovn_nb_global. All options from this section are passed to OVN Northbound NB_Global table to configure Northbound OVN. First option is ignore_lsp_down to override OVN default configuration. This option was changed in OVN to `true` [1] but for Neutron it's better to not answer ARP packets when ports are in DOWN status. [1] https://www.mail-archive.com/ovs-dev@openvswitch.org/msg60064.html Change-Id: I478249cae483fd2540a7ff3ab714e3d9c3e13f17 Signed-off-by: Jakub Libosvar <libosvar@redhat.com>