GNOME Bugzilla – Bug 783998
network: Fix critical when veth1 has no UUID
Last modified: 2017-06-21 11:27:54 UTC
For gnome-3-22
Created attachment 354099 [details] [review] network: Fix critical when veth1 has no UUID See https://bugzilla.redhat.com/show_bug.cgi?id=1457691 sudo ip link add veth0 type veth peer name veth1 sudo ip link set dev veth0 up sudo ip link set dev veth1 up nmcli device set veth1 managed yes nmcli device set veth0 managed yes nmcli connection add type ethernet ifname veth0 con-name ethie Clicking the gear button for "veth1" throws a critical: (gnome-control-center:31072): libnm-CRITICAL **: ((libnm-core/nm-connection.c:1815)): assertion '<dropped>' failed Change it to throw a warning instead.
Created attachment 354101 [details] [review] network: Simplify the ignored Network interface types We might want to add more ignored types later on, but this is a simple cleanup.
Comment on attachment 354099 [details] [review] network: Fix critical when veth1 has no UUID We can't throw a warning if we don't show the interface.
Attachment 354101 [details] pushed as 11c81f1 - network: Simplify the ignored Network interface types