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