-
tomwwsommerfeld: very cool to read this, thank you!
-
szilardHi. I would greatly appreciate if somebody would review my PRs here: github.com/omniosorg/omnios-extra/pulls/extrowerk
-
jayjwaWhich 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
-
andyfFor checking for an illumos distributions use -- #ifdef __illumos__
-
jayjwaOK. 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.
-
szilardI 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?
-
neitzelszilard: 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.
-
neitzels/npf/ipf/