FreeBSD Bugzilla – Attachment 249080 Details for
Bug 277618
Fit values of RTAX_CC_ALGO and RTAX_FASTOPEN_NO_COOKIE in netlink headers
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch with fix
0001-Fix-netlink-RTM_METRICS-to-make-it-consisten-with-Li.patch (text/plain), 1.07 KB, created by
Marek Zarychta
on 2024-03-10 23:53:27 UTC
(
hide
)
Description:
patch with fix
Filename:
MIME Type:
Creator:
Marek Zarychta
Created:
2024-03-10 23:53:27 UTC
Size:
1.07 KB
patch
obsolete
>From 7a8e81c3b4021ec6c60b5942fa353248ce21bcf8 Mon Sep 17 00:00:00 2001 >From: Marek Zarychta <zarychtam@plan-b.pwste.edu.pl> >Date: Mon, 11 Mar 2024 00:23:52 +0100 >Subject: [PATCH] Fix netlink RTM_METRICS to make it consisten with Linux > version[1]. > >Reported by: Ondrej Zajicek <santiago@crfreenet.org> > >1. https://github.com/torvalds/linux/blob/master/include/uapi/linux/rtnetlink.h >--- > sys/netlink/route/route.h | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/sys/netlink/route/route.h b/sys/netlink/route/route.h >index 9247a59855bb..1d4149e23d2f 100644 >--- a/sys/netlink/route/route.h >+++ b/sys/netlink/route/route.h >@@ -282,8 +282,8 @@ struct rtvia { > NL_RTAX_RTO_MIN = 13, /* not supported */ > NL_RTAX_INITRWND = 14, /* not supported */ > NL_RTAX_QUICKACK = 15, /* not supported */ >- NL_RTAX_CC_ALGO = 15, /* not supported */ >- NL_RTAX_FASTOPEN_NO_COOKIE = 16, /* not supported */ >+ NL_RTAX_CC_ALGO = 16, /* not supported */ >+ NL_RTAX_FASTOPEN_NO_COOKIE = 17, /* not supported */ > __NL_RTAX_MAX > }; > #define NL_RTAX_MAX (__NL_RTAX_MAX - 1) >-- >2.44.0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 277618
: 249080