14.5. IPTables-1.4.2

iptables is the userspace command line program used to configure the Linux firewall.

14.5.1. Installation of iptables

Fixes Compile Issue with DO_MULTI=1:

patch -Np1 -i ../iptables-1.4.2-fixes-1.patch

Configure IPTables:

CC="${CC} -Os" ./configure --prefix=/usr --host=${CLFS_TARGET} \
  --libexecdir=/lib/iptables --without-kernel -enable-libipq --enable-shared

Compile the package:

make

Install the package:

make DESTDIR=${CLFS} install

14.5.2. Contents of iptables

Installed programs: To be Written