s390_options


Description:

[ NoAccessorMethod ]
public HashTable<string,string> s390_options { owned get; set; }

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]).

Currently, NetworkManager itself does nothing with this information. However, s390utils ships a udev rule which parses this information and applies it to the interface.