GNOME Bugzilla – Bug 783996
network: Fix runtime warning
Last modified: 2017-06-21 11:25:38 UTC
.
Created attachment 354098 [details] [review] network: Fix runtime warning Create 2 veth interfaces without any names with, as root: ip link add veth0 type veth peer name veth1 ip link set dev veth0 up ip link set dev veth1 up And run: (gnome-control-center:28176): GLib-CRITICAL **: g_utf8_collate: assertion 'str1 != NULL' failed (gnome-control-center:28176): GLib-CRITICAL **: g_utf8_collate: assertion 'str2 != NULL' failed
Attachment 354098 [details] pushed as b7c4b30 - network: Fix runtime warning