]> git.ipfire.org Git - thirdparty/iproute2.git/commitdiff
README.devel: clarify patch rules and syntax
authorMichal Koutný <mkoutny@suse.com>
Fri, 21 Feb 2025 09:29:27 +0000 (10:29 +0100)
committerStephen Hemminger <stephen@networkplumber.org>
Tue, 25 Feb 2025 18:25:57 +0000 (10:25 -0800)
Patches should follow kernel style and have Signed-Off-By:

Signed-off-by: Michal Koutný <mkoutny@suse.com>
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
README.devel

index 60c95468383c139cdd905129155a6a2f1a6907c3..a42a228ca6310bfa05504e9a1c6a390396c078f6 100644 (file)
@@ -1,8 +1,12 @@
 Iproute2 development is closely tied to Linux kernel networking
 development. Most new features require a kernel and a utility component.
 
-Please submit both to the Linux networking mailing list
-   <netdev@vger.kernel.org>
+Please submit both kernel and iproute changes to the Linux networking mailing list
+    <netdev@vger.kernel.org>
+
+Patch submitting rules are similar to the kernel.
+See:
+    https://www.kernel.org/doc/html/latest/process/submitting-patches.html
 
 The current source for the stable version is in the git repository:
     git://git.kernel.org/pub/scm/network/iproute2/iproute2.git
@@ -16,3 +20,7 @@ aligned on the mainline Linux kernel (ie follows Linus).
 The iproute2-next repository tracks the code intended for the next
 release; it corresponds with networking development tree (net-next)
 in the kernel.
+
+Patches should be prefixed with iproute2 or iproute2-next as appropriate.
+For example:
+   Subject: [PATCH iproute2-next] ip: fix syntax for rules