> On Sep 20, 2017, at 6:24 PM, Johanna Amann <[email protected]> wrote: > > > const filter = "ip" &config="input.pcap.filter"; > > the definition could look like > > configopt filter = "ip";
Could the definition be const filter = “ip” &config; if you just wanted to use NameSpace::filter ? That kinda seems like the best of both worlds… Especially if anything marked &redef was automatically registered as a configuration variable. Thinking of all my scripts that could use this feature I think I would always want NameSpace::option. — Justin Azoff _______________________________________________ bro-dev mailing list [email protected] http://mailman.icsi.berkeley.edu/mailman/listinfo/bro-dev
