Till Maas

Results 72 comments of Till Maas

This seems to be too complicated for a "good first issue" as listed in https://fedoraproject.org/easyfix/ please consider removing it.

This appears to be related to autoconnect being enabled.

THis appears to be a bug in NM when using a UUID as a parent and explicitly activating a device that was already auto activated: https://bugzilla.redhat.com/show_bug.cgi?id=1716438

The NM bug is fixed, next step: adjust `tests/playbooks/tests_vlan_mtu.yml` to also test with autoconnect enabled for the vlan interface.

NetworkManager bugs for additional features: - https://bugzilla.redhat.com/show_bug.cgi?id=1677068 - to allow blocking changes when creating a new profile/connection - https://bugzilla.redhat.com/show_bug.cgi?id=1677070 - to support blocking `connection.metered`, `connection.zone` and ideally everything else when...

It would be great to introduce a marker for deprecated values ideally with extra information about what should be used instead to be able to do use this information also...

> > 'network_iphost' is undefined\n > > Is this really an unrelated error message? I would rather say that it pinpoints exactly the problematic spot. The unrelated part that I...

Yes, it is not supported. @pcfe are you interested in working on a patch?

Possible patch: ```diff diff --git a/tests/tasks/test_802.1x_capath.yml b/tests/tasks/test_802.1x_capath.yml index f98b1b2..b8d7949 100644 --- a/tests/tasks/test_802.1x_capath.yml +++ b/tests/tasks/test_802.1x_capath.yml @@ -79,13 +79,15 @@ - __NM_capath_ignored_NVRs - name: Assert role behavior + vars: + expected_failure: __network_NM_NVR.stdout...