iproute2/README.devel
<<
>>
Prefs
   1Iproute2 development is closely tied to Linux kernel networking
   2development. Most new features require a kernel and a utility component.
   3
   4Please submit both kernel and iproute changes to the Linux networking mailing list
   5    <netdev@vger.kernel.org>
   6
   7Patch submitting rules are similar to the kernel.
   8See:
   9    https://www.kernel.org/doc/html/latest/process/submitting-patches.html
  10
  11The current source for the stable version is in the git repository:
  12    git://git.kernel.org/pub/scm/network/iproute2/iproute2.git
  13
  14The development git repository is available at the following address:
  15    git://git.kernel.org/pub/scm/network/iproute2/iproute2-next.git
  16
  17The stable repository contains the source corresponding to the
  18current code in the Linux networking tree (net), which in turn is
  19aligned on the mainline Linux kernel (ie follows Linus).
  20The iproute2-next repository tracks the code intended for the next
  21release; it corresponds with networking development tree (net-next)
  22in the kernel.
  23
  24Patches should be prefixed with iproute2 or iproute2-next as appropriate.
  25For example:
  26   Subject: [PATCH iproute2-next] ip: fix syntax for rules
  27