1 2 3 4 5
#!/bin/bash if test -f $KERNEL_DIR/include/linux/netfilter_ipv4/ipt_addrtype.h; then echo "addrtype" fi