(In reply to Jonathan Kang from comment #32) > (In reply to Knut Alejandro Anderssen Gonz���lez from comment #31) > > > > So not showing the connection s390 options is the expected behavior and not > > a bug? > > > > s390vsl111:~ # cat /etc/NetworkManager/system-connections/eth0.nmconnection > > [connection] > > id=eth0 > > permissions= > > interface-name=eth0 > > type=ethernet > > s390-nettype=qeth > > s390-options=layer2=1,portno=0 > > s390-subchannels=0.0.0800,0.0.0801,0.0.0802 > > [ipv4] > > method=manual > > address1=10.161.155.111/20 > > gateway=10.161.159.254 > > dns=10.160.0.1 > > > > s390vsl111:~ # nmcli c show eth0 | grep s390 > > 802-3-ethernet.s390-subchannels: -- > > 802-3-ethernet.s390-nettype: -- > > 802-3-ethernet.s390-options: -- > > Ahh, my bad. Although NetworkManager doesn't do anything with these options, > they should appear when using nmcli. To fix this, you should put s390-* under > section [802-3-ethernet] instead of [connection]. You are completely right!, I do not realized the section was wrong, and the load did not complain, will fix it. Thanks!