netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net] uapi: in6: replace temporary label with rfc9486
@ 2024-02-26 12:49 Justin Iurman
  2024-02-27 17:37 ` Simon Horman
  2024-02-28  3:20 ` patchwork-bot+netdevbpf
  0 siblings, 2 replies; 3+ messages in thread
From: Justin Iurman @ 2024-02-26 12:49 UTC (permalink / raw)
  To: netdev; +Cc: davem, linux-kernel, justin.iurman

Not really a fix per se, but IPV6_TLV_IOAM is still tagged as "TEMPORARY
IANA allocation for IOAM", while RFC 9486 is available for some time
now. Just update the reference.

Fixes: 9ee11f0fff20 ("ipv6: ioam: Data plane support for Pre-allocated Trace")
Signed-off-by: Justin Iurman <justin.iurman@uliege.be>
---
 include/uapi/linux/in6.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/uapi/linux/in6.h b/include/uapi/linux/in6.h
index c4c53a9ab959..ff8d21f9e95b 100644
--- a/include/uapi/linux/in6.h
+++ b/include/uapi/linux/in6.h
@@ -145,7 +145,7 @@ struct in6_flowlabel_req {
 #define IPV6_TLV_PADN		1
 #define IPV6_TLV_ROUTERALERT	5
 #define IPV6_TLV_CALIPSO	7	/* RFC 5570 */
-#define IPV6_TLV_IOAM		49	/* TEMPORARY IANA allocation for IOAM */
+#define IPV6_TLV_IOAM		49	/* RFC 9486 */
 #define IPV6_TLV_JUMBO		194
 #define IPV6_TLV_HAO		201	/* home address option */
 

base-commit: 10bfd453da64a057bcfd1a49fb6b271c48653cdb
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH net] uapi: in6: replace temporary label with rfc9486
  2024-02-26 12:49 [PATCH net] uapi: in6: replace temporary label with rfc9486 Justin Iurman
@ 2024-02-27 17:37 ` Simon Horman
  2024-02-28  3:20 ` patchwork-bot+netdevbpf
  1 sibling, 0 replies; 3+ messages in thread
From: Simon Horman @ 2024-02-27 17:37 UTC (permalink / raw)
  To: Justin Iurman; +Cc: netdev, davem, linux-kernel

On Mon, Feb 26, 2024 at 01:49:21PM +0100, Justin Iurman wrote:
> Not really a fix per se, but IPV6_TLV_IOAM is still tagged as "TEMPORARY
> IANA allocation for IOAM", while RFC 9486 is available for some time
> now. Just update the reference.
> 
> Fixes: 9ee11f0fff20 ("ipv6: ioam: Data plane support for Pre-allocated Trace")
> Signed-off-by: Justin Iurman <justin.iurman@uliege.be>

I'm unsure if this is a fix.
But I checked and I agree that 49 (0x31) is
documented as a type for IOM TLVs in Section 6 of RFC 9486.

Reviewed-by: Simon Horman <horms@kernel.org>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH net] uapi: in6: replace temporary label with rfc9486
  2024-02-26 12:49 [PATCH net] uapi: in6: replace temporary label with rfc9486 Justin Iurman
  2024-02-27 17:37 ` Simon Horman
@ 2024-02-28  3:20 ` patchwork-bot+netdevbpf
  1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+netdevbpf @ 2024-02-28  3:20 UTC (permalink / raw)
  To: Justin Iurman; +Cc: netdev, davem, linux-kernel

Hello:

This patch was applied to netdev/net.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Mon, 26 Feb 2024 13:49:21 +0100 you wrote:
> Not really a fix per se, but IPV6_TLV_IOAM is still tagged as "TEMPORARY
> IANA allocation for IOAM", while RFC 9486 is available for some time
> now. Just update the reference.
> 
> Fixes: 9ee11f0fff20 ("ipv6: ioam: Data plane support for Pre-allocated Trace")
> Signed-off-by: Justin Iurman <justin.iurman@uliege.be>
> 
> [...]

Here is the summary with links:
  - [net] uapi: in6: replace temporary label with rfc9486
    https://git.kernel.org/netdev/net/c/6a2008641920

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-02-28  3:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-26 12:49 [PATCH net] uapi: in6: replace temporary label with rfc9486 Justin Iurman
2024-02-27 17:37 ` Simon Horman
2024-02-28  3:20 ` patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).