Added ovs-bridge and ovs-interface setting according to:
https://developer.gnome.org/NetworkManager/stable/settings-ovs-bridge.html https://developer.gnome.org/NetworkManager/stable/settings-ovs-interface.html
Details
Details
- Reviewers
jgrulich - Commits
- R282:2d72fc8c496c: Add ovs-bridge and ovs-interface setting
Diff Detail
Diff Detail
- Repository
- R282 NetworkManagerQt
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
src/settings/ovsbridgesetting.cpp | ||
---|---|---|
26 | Add defines for ovs-bridge properties and name in case NM is older than NM 1.10.0. | |
28 | Coding style. | |
155 | Why this is commented out? | |
src/settings/ovsbridgesetting.h | ||
36 | Represents ovs-bridge setting | |
src/settings/ovsinterfacesetting.cpp | ||
26 | Add define for NM_SETTING_OVS_INTERFACE_SETTING_NAME in case NM is older than 1.10.0. | |
28 | Coding style. | |
90 | Why this is commented out? | |
src/settings/ovsinterfacesetting.h | ||
36 | Represents ovs-interface setting |
src/settings/ovsinterfacesetting.cpp | ||
---|---|---|
28 | I forgot that the same problem will be with NM_SETTING_OVS_INTERFACE_TYPE. Define it too please. |