. $GRIMOIRE/FUNCTIONS
if [ -z "$(get_sorcery_kernel_config CONFIG_TUN)" ]; then
  message "${PROBLEM_COLOR}Your kernel does not appear to have tun/tap support enabled (CONFIG_TUN is not set).  $SPELL will not function without tun/tap support.${DEFAULT_COLOR}"
fi
