mirror of
https://git.proxmox.com/git/mirror_iproute2
synced 2025-10-12 21:54:23 +00:00
README: update location of git repositories, remove broken info link
Reflect the recent change of location for the git repositories, and the creation of the -next development repo, in README and README.devel. Also remove the link to the Linux Foundation wiki that contained information about iproute2. The link is now broken, I did not find any alternative page to point to. Signed-off-by: Quentin Monnet <quentin.monnet@netronome.com> Acked-by: David Ahern <dsahern@gmail.com>
This commit is contained in:
parent
766fa4ac33
commit
d7843207e6
10
README
10
README
@ -1,13 +1,13 @@
|
|||||||
This is a set of utilities for Linux networking.
|
This is a set of utilities for Linux networking.
|
||||||
|
|
||||||
Information:
|
|
||||||
http://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2
|
|
||||||
|
|
||||||
Download:
|
Download:
|
||||||
http://www.kernel.org/pub/linux/utils/net/iproute2/
|
http://www.kernel.org/pub/linux/utils/net/iproute2/
|
||||||
|
|
||||||
Repository:
|
Stable version repository:
|
||||||
git://git.kernel.org/pub/scm/linux/kernel/git/shemminger/iproute2.git
|
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.
|
How to compile this.
|
||||||
--------------------
|
--------------------
|
||||||
|
17
README.devel
17
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
|
Please submit both to the Linux networking mailing list
|
||||||
<netdev@vger.kernel.org>
|
<netdev@vger.kernel.org>
|
||||||
|
|
||||||
The current source is in the git repository:
|
The current source for the stable version is in the git repository:
|
||||||
git://git.kernel.org/pub/scm/linux/kernel/git/shemminger/iproute2.git
|
git://git.kernel.org/pub/scm/network/iproute2/iproute2.git
|
||||||
|
|
||||||
The master branch contains the source corresponding to the current
|
The development git repository is available at the following address:
|
||||||
code in the mainline Linux kernel (ie follows Linus). The net-next
|
git://git.kernel.org/pub/scm/network/iproute2/iproute2-next.git
|
||||||
branch is a temporary branch that tracks the code intended for the
|
|
||||||
next release; it corresponds with networking development branch in
|
|
||||||
the kernel.
|
|
||||||
|
|
||||||
|
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.
|
||||||
|
Loading…
Reference in New Issue
Block a user