On Tue, Jun 27, 2017 at 06:11:11PM +0200, Pablo Neira Ayuso wrote: > On Tue, Jun 27, 2017 at 03:14:58PM +0300, Ismo Puustinen wrote: > > Use glob() to find paths in include statements. The rules are these: > > > > 1. If no files can be found in the pattern with wildcards, do not > > return an error. > > 2. Do not match any files beginning with '.'. > > 3. Do not handle include directories anymore. For example, the > > statement: > > include "foo/" > > would now need to be rewritten: > > include "foo/*" > > Applied, thanks Ismo. BTW, please, send me an update for the manpage. Thanks! -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html