On Mon, Apr 11, 2022 at 20:23, Vladimir Oltean <vladimir.oltean@xxxxxxx> wrote: > On Mon, Apr 11, 2022 at 03:38:33PM +0200, Joachim Wiberg wrote: >> -TEST_GROUP_IP4="225.1.2.3" >> -TEST_GROUP_IP6="ff02::42" >> -TEST_GROUP_MAC="01:00:01:c0:ff:ee" >> +PASS_GRP_IP4="225.1.2.3" >> +FAIL_GRP_IP4="225.1.2.4" >> +PASS_GRP_MAC="01:00:01:c0:ff:ee" >> +FAIL_GRP_MAC="01:00:01:c0:ff:ef" >> + >> +PASS_GRP_IP6="ff02::42" >> +FAIL_GRP_IP6="ff02::43" > This is more than just the advertised rename, the fail groups are new > and not used in this change. Yeah I rushed the set out to get feedback on the overall take, sorry about this. I'll see to fixing this for the non-RFC drop. Thanks!