Tommy Unger

Results 7 comments of Tommy Unger

I have a few noob questions here. I'm currently working on `get-counters` because we agreed that `get-rules` will require further conversation. 1. Could it be that we actually want ``...

I think I've more or less resolved 2 above. I'm currently working on reading a value out of an existing map. I see `bf_map_new()` generating file paths for maps like...

UPDATE EDIT: I have since found `bf_list_marsh()`, which I believe makes the former approach easy. Feel free to disregard. I have a question about the marshaled data with which the...

I'm not quite there yet, but an issue I see coming for `ruleset get` has to do with providing the per-rule counters. I believe this information is not held within...

Hey, I've got a prototype working for `ruleset get`. The output currently looks something like the following: ``` sudo bfcli ruleset get chain BF_HOOK_NF_LOCAL_IN{attach=yes,ifindex=0,name=(null)} policy: ACCEPT rule: 0 matcher(s): ip4.saddr...

Hey Quentin, I think I'm tying myself up a bit trying to do something simple. My first approach to the daemon returning the list of chains was to produce a...

Thanks for pointing me in the right direction up there^ I finished prototyping a version of this "get counters" functionality that has the daemon send the chains and the counter...