AOx0 / adam

Rust eBPF-based toolbox
0 stars 0 forks source link

Rule `and` chains #52

Open AOx0 opened 1 week ago

AOx0 commented 1 week ago

Add the chain: Option<u16> field to the firewall-common::Rule struct. This would enable users to create AND chains between multiple rules. The OR logic can be achieved by creating alternative rules to the chain.

20241021_12h02m11s_grim

Requirements

Blockers

Notes