From a1b6896b140d9fd30abf4bc5171e53a7bc425e3b Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Thu, 23 Sep 2021 10:55:11 +0200 Subject: [PATCH] trivial: update fixme comment The proper tag is "l3cfg" not "next". Currently "next" branch and l3cfg rework is the same, but in the future we might have other "next" branches, while "l3cfg" is the tag to indicate this effort. --- src/core/nm-l3-ipv6ll.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/nm-l3-ipv6ll.c b/src/core/nm-l3-ipv6ll.c index a02fe7fabb..f494eb2ad0 100644 --- a/src/core/nm-l3-ipv6ll.c +++ b/src/core/nm-l3-ipv6ll.c @@ -10,7 +10,7 @@ /*****************************************************************************/ -/* FIXME(next): ensure that NML3IPv6LL generates the same stable privacy addresses +/* FIXME(l3cfg): ensure that NML3IPv6LL generates the same stable privacy addresses * as previous implementation. */ /*****************************************************************************/