diff options
Diffstat (limited to 'docs/libnm/html/NMSettingWired.html')
| -rw-r--r-- | docs/libnm/html/NMSettingWired.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/libnm/html/NMSettingWired.html b/docs/libnm/html/NMSettingWired.html index e22c9fd9..3bbe9fd4 100644 --- a/docs/libnm/html/NMSettingWired.html +++ b/docs/libnm/html/NMSettingWired.html @@ -1534,6 +1534,11 @@ the different types of virtual network devices available on s390 systems.</p> <div class="refsect2"> <a name="NMSettingWired--s390-options"></a><h3>The <code class="literal">“s390-options”</code> property</h3> <pre class="programlisting"> “s390-options” <a href="../glib/glib-Hash-Tables.html#GHashTable"><span class="type">GHashTable</span></a> *</pre> +<p>Dictionary of key/value pairs of s390-specific device options. Both keys +and values must be strings. Allowed keys include "portno", "layer2", +"portname", "protocol", among others. Key names must contain only +alphanumeric characters (ie, [a-zA-Z0-9]).</p> +<p>Type: GHashTable(utf8,utf8)</p> <p>Flags: Read / Write</p> </div> <hr> |