current working directory (ie. relative path) or / for file location expressed
as an absolute path.
</para>
+ <para>
+ If -I/--includepath is not specified, then nft relies on the default directory
+ that is specified at compile time. You can retrieve this default directory via
+ -h/--help option.
+ </para>
<para>
If the <literal>filename</literal> parameter is a directory, then all files in
the directory are loaded in alphabetical order.
" -s, --stateless Omit stateful information of ruleset.\n"
" -N Translate IP addresses to names.\n"
" -a, --handle Output rule handle.\n"
-" -I, --includepath <directory> Add <directory> to the paths searched for include files.\n"
+" -I, --includepath <directory> Add <directory> to the paths searched for include files. Default is: %s\n"
#ifdef DEBUG
" --debug <level [,level...]> Specify debugging level (scanner, parser, eval, netlink, mnl, proto-ctx, segtree, all)\n"
#endif
"\n",
- name);
+ name, DEFAULT_INCLUDE_PATH);
}
#ifdef DEBUG