blob: 9b7d11e3322fbef7d39369e7019477d2e35f37ae [file] [log] [blame]
yuezonghe824eb0c2024-06-27 02:32:26 -07001Iproute2 development is closely tied to Linux kernel networking
2development. Most new features require a kernel and a utility component.
3
4Please submit both to the Linux networking mailing list
5 <netdev@vger.kernel.org>
6
7The current source is in the git repository:
8 git://git.kernel.org/pub/scm/linux/kernel/git/shemminger/iproute2.git
9
10The master branch contains the source corresponding to the current
11code in the mainline Linux kernel (ie follows Linus). The net-next
12branch is a temporary branch that tracks the code intended for the
13next release; it corresponds with networking development branch in
14the kernel.
15