]> git.ipfire.org Git - thirdparty/iproute2.git/commitdiff
Add README.devel
authorStephen Hemminger <shemminger@vyatta.com>
Wed, 23 Mar 2011 19:34:21 +0000 (12:34 -0700)
committerStephen Hemminger <shemminger@vyatta.com>
Tue, 12 Apr 2011 21:24:15 +0000 (14:24 -0700)
README.devel [new file with mode: 0644]

diff --git a/README.devel b/README.devel
new file mode 100644 (file)
index 0000000..2022869
--- /dev/null
@@ -0,0 +1,15 @@
+Iproute2 development is closely tied to Linux kernel networking
+development. Most new features require a kernel and a utility component.
+
+Please submit both the the Linux networking mailing list
+   <netdev@vger.kernel.org>
+
+The current source is in the git repository:
+    git://git.kernel.org/pub/scm/linux/kernel/git/shemminger/iproute2.git
+
+The master branch contains the source corresponding to the current
+code in the mainline Linux kernel (ie follows Linus). The net-next
+branch is a temporary branch that tracks the code intended for the
+next release; it corresponds with networking development branch in
+the kernel.
+