#!/bin/sh
# True if portkng is applied.
[ -f $KERNEL_DIR/include/linux/netfilter_ipv4/ipt_portkng.h ] && echo portkng
