#!/bin/bash

if test -f $KERNEL_DIR/include/linux/netfilter_ipv4/ipt_addrtype.h; then
	echo "addrtype"
fi
