diff --git a/README b/README index 386fbaf6..1b7f4427 100644 --- a/README +++ b/README @@ -1,13 +1,13 @@ This is a set of utilities for Linux networking. -Information: - http://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2 - Download: http://www.kernel.org/pub/linux/utils/net/iproute2/ -Repository: - git://git.kernel.org/pub/scm/linux/kernel/git/shemminger/iproute2.git +Stable version repository: + git://git.kernel.org/pub/scm/network/iproute2/iproute2.git + +Development repository: + git://git.kernel.org/pub/scm/network/iproute2/iproute2-next.git How to compile this. -------------------- diff --git a/README.devel b/README.devel index 9b7d11e3..60c95468 100644 --- a/README.devel +++ b/README.devel @@ -4,12 +4,15 @@ development. Most new features require a kernel and a utility component. Please submit both to the Linux networking mailing list -The current source is in the git repository: - git://git.kernel.org/pub/scm/linux/kernel/git/shemminger/iproute2.git +The current source for the stable version is in the git repository: + git://git.kernel.org/pub/scm/network/iproute2/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. +The development git repository is available at the following address: + git://git.kernel.org/pub/scm/network/iproute2/iproute2-next.git +The stable repository contains the source corresponding to the +current code in the Linux networking tree (net), which in turn is +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.