summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2021-03-15 14:27:52 +0100
committerThomas Haller <thaller@redhat.com>2021-03-16 09:02:07 +0100
commite4aa3f4b2d6ca94cfc3050e17ffe5eeaf0e91187 (patch)
tree94593d9c9a23995157bd81494b11ec7d016b9e39
parent3df607f3c27b0ea56f3582ce50d7947c32af6697 (diff)
downloadNetworkManager-e4aa3f4b2d6ca94cfc3050e17ffe5eeaf0e91187.tar.gz
libnm: add "bridge_role" option to "ethernet.s390-options"
https://bugzilla.redhat.com/show_bug.cgi?id=1935842
-rw-r--r--src/libnm-core-impl/nm-setting-wired.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libnm-core-impl/nm-setting-wired.c b/src/libnm-core-impl/nm-setting-wired.c
index 7addb36c56..11fbcec41c 100644
--- a/src/libnm-core-impl/nm-setting-wired.c
+++ b/src/libnm-core-impl/nm-setting-wired.c
@@ -75,6 +75,7 @@ G_DEFINE_TYPE(NMSettingWired, nm_setting_wired, NM_TYPE_SETTING)
/*****************************************************************************/
static const char *valid_s390_opts[] = {
+ "bridge_role",
"broadcast_mode",
"buffer_count",
"canonical_macaddr",