10:07:39 sommerfeld: very cool to read this, thank you! 12:12:34 Hi. I would greatly appreciate if somebody would review my PRs here: https://github.com/omniosorg/omnios-extra/pulls/extrowerk 17:36:35 Which C #define should be checked for when building under Omni (or OI)? SOLARIS11? Are they the same? close enough? Ex: #ifdef SOLARIS11 ... do stuff ... #endif 17:47:08 For checking for an illumos distributions use -- #ifdef __illumos__ 17:57:11 OK. Project is Kermit and they use SOLARIS11. I was wondering if I should piggy-back off those defs but I'll use as you say. 18:38:15 I am thinking about modularizing my ipf firewall rules using some kind of templating system and generating the zone ipf config files. How do you guys doing this? 21:40:56 szilard: I have good experiences with, suprise, m4(1). Biggest bonus: it will most likely accept your existing npf.conf as input and spit it out unchanged. You can then devise and use your own macros bit by bit. 21:46:59 s/npf/ipf/