Limitations of nested pf macros

2021-12-30 Thread Marin BERNARD
Hi, I'm using OpenBSD 7.0. While building a pf ruleset, I found out that trying to nest macros results in syntax errors, unless the original macros were defined with double (nested) quoting (e.g.: "'0.0.0.0/0'" or "\"0.0.0.0/0\""). I've read the man pages and the OpenBSD FAQ, but could not find

Re : Re: Limitations of nested pf macros

2021-12-30 Thread Marin BERNARD
> I think it's expected. This is a simple construct and trying to use > it for something more complicated is likely to run into problems. > Manual pages usually talk about what is supported rather than what > isn't (it's difficult to evaluate all the things somebody might > try and explain why it