MidgardOS Developer Documentation

A website documenting creating the build root for MidgardOS


Section 5 - Building the Base System Tools

Navigation    
« GZip HOME Kbd »

IPRoute2

Name: IPRoute2
Summary: Tools for basic and advanced networking
License: $PKG_LICENSE
Version: 6.18.0
URL: https://www.kernel.org/pub/linux/utils/net/iproute2/iproute2-6.18.0.tar.xz

Average Build Time: 0.1 SBU
Used Install Space: 3.8 MiB

Notes

The IPRoute2 package has the option to add extra functionality by being rebuilt after installing the following packages:

Configuration

To configure the IPRoute2 package, run the following command:

./configure --prefix=/usr       \
            --libdir=/usr/lib64 \
            --color=auto

Compilation and Installation

To compile IPRoute2, run the following command:

sed -i /ARPD/d Makefile
rm -fv man/man8/arpd.8
make NETNS_RUN_DIR=/run/netns

This package does not at this time have a working test suite.

Finally, to install IPRoute2 into the build tree, run the following command:

make SBINDIR=/usr/sbin install
install -v -D -m644 -o root -g root COPYING README* -t /usr/share/doc/iproute2-6.18.0

Contents

Contents  
Installed Programs bridge, ctstat, genl, ifstat, ip, lnstat, nstat, routel, rtacct, rtmon, rtstat, ss, and tc
Navigation    
« GZip HOME Kbd »