#!/bin/sh
[ -f $KERNEL_DIR/net/netfilter/xt_esp.c -a -f $KERNEL_DIR/include/linux/netfilter_ipv6/ip6t_esp.h ] && echo esp
