NetworkManager/src/devices/ovs
Thomas Haller 3b5f8c91fe build: always define NM_MORE_LOGGING define and don't check with #ifdef
Using '#ifdef' is generally error prone. It's better to always define
a define and check for it explicitly. This way, the compiler can issue
a warning if the define does not exist.

Also, note how meson would always define NM_MORE_LOGGING, possibly to
"0". That means, for meson, we unintentionally always enabled more
logging because the define was always present.

Fix that.
2018-08-27 17:49:29 +02:00
..
meson.build build: create "config-extra.h" header instead of passing directory variables via CFLAGS 2018-07-17 17:46:39 +02:00
nm-device-ovs-bridge.c core: give better error reason why device is incompatible with profile 2018-07-24 09:39:09 +02:00
nm-device-ovs-bridge.h device: add support for OpenVSwitch devices 2017-10-30 21:46:55 +01:00
nm-device-ovs-interface.c core: give better error reason why device is incompatible with profile 2018-07-24 09:39:09 +02:00
nm-device-ovs-interface.h device: add support for OpenVSwitch devices 2017-10-30 21:46:55 +01:00
nm-device-ovs-port.c core: give better error reason why device is incompatible with profile 2018-07-24 09:39:09 +02:00
nm-device-ovs-port.h device: add support for OpenVSwitch devices 2017-10-30 21:46:55 +01:00
nm-ovs-factory.c contrib/rpm: Use Open vSwitch instead of OpenVSwitch 2018-06-28 20:31:32 +02:00
nm-ovsdb.c build: always define NM_MORE_LOGGING define and don't check with #ifdef 2018-08-27 17:49:29 +02:00
nm-ovsdb.h device: add support for OpenVSwitch devices 2017-10-30 21:46:55 +01:00