Thomas Haller
|
78629830c8
|
all: add "libnm-core/nm-default-libnm-core.h" as replacement for "nm-default.h"
|
2021-02-09 12:38:18 +01:00 |
|
Thomas Haller
|
977ea352a0
|
all: update deprecated SPDX license identifiers
These SPDX license identifiers are deprecated ([1]). Update them.
[1] https://spdx.org/licenses/
sed \
-e '1 s%^/\* SPDX-License-Identifier: \(GPL-2.0\|LGPL-2.1\)+ \*/$%/* SPDX-License-Identifier: \1-or-later */%' \
-e '1,2 s%^\(--\|#\|//\) SPDX-License-Identifier: \(GPL-2.0\|LGPL-2.1\)+$%\1 SPDX-License-Identifier: \2-or-later%' \
-i \
$(git grep -l SPDX-License-Identifier -- \
':(exclude)shared/c-*/' \
':(exclude)shared/n-*/' \
':(exclude)shared/systemd/src' \
':(exclude)src/systemd/src')
|
2021-01-05 09:46:21 +01:00 |
|
Thomas Haller
|
9cc242596d
|
libnm: allow OVS external-ids also for system interface
Note that reapply currently does not work for OVS system interface.
That is, because the code does not make it easy to implement that.
|
2020-12-11 09:38:16 +01:00 |
|
Thomas Haller
|
afd1d58af5
|
libnm: return NMSetting pointer from nm_setting_ovs_external_ids_new()
After discussion ([1]), it seems this is preferred.
[1] https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/merge_requests/669#note_682195
|
2020-11-17 19:49:03 +01:00 |
|
Thomas Haller
|
6100b52e5c
|
libnm: add NMSettingOvsExternalIDs
|
2020-11-09 17:53:15 +01:00 |
|