summaryrefslogtreecommitdiffstats
path: root/net/iproute2/DETAILS
blob: dadb57673a8ce5ac8025ea747e39a46824272d9a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
           SPELL=iproute2
         VERSION=5.14.0
          SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=${KERNEL_URL}/pub/linux/utils/net/iproute2/$SOURCE
         SOURCE2="${SOURCE%.xz}.sign"
  SOURCE2_URL[0]="${KERNEL_URL}/pub/linux/utils/net/iproute2/${SOURCE2}"
      SOURCE_GPG="kernel.gpg:${SOURCE2}:UPSTREAM_KEY"
  SOURCE2_IGNORE="signature"
      LICENSE[0]=GPL
        WEB_SITE=https://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2
         ENTERED=20020528
           SHORT="Userland tools for the kernel network traffic control code"
cat << EOF
iproute2 contains the programs ip, rtmon, and tc. These programs
allow you to specify rules for policy routing and traffic shaping
on Linux machines which are being used as routers. A common usage
would be to prevent upstream bandwidth saturation on asymmetric
links such as cable modems.
The HOWTO on lartc.org provides a decent introduction to
iproute2 and other components of a fully-functional Linux router.
EOF