#!/bin/sh
# True if length match patch is applied.
[ -f $KERNEL_DIR/include/linux/netfilter_ipv4/ipt_length.h ] && echo length
