summaryrefslogtreecommitdiffstats
path: root/extensions/.addrtype-test
blob: cda582b8c6ddeadeef4f3bb6cb5fb62d0c826aa9 (plain)
1
2
3
4
5
#!/bin/bash

if test -f $KERNEL_DIR/include/linux/netfilter_ipv4/ipt_addrtype.h; then
	echo "addrtype"
fi