Home | History | Annotate | Download | only in extensions
      1 #!/bin/sh
      2 # True if dccp is applied.
      3 [ -f $KERNEL_DIR/include/linux/netfilter_ipv4/ipt_dccp.h ] && echo dccp
      4