Add network filters metadata

This commit is contained in:
2024-01-03 19:53:47 +01:00
parent 0710c61909
commit a7bfb80547
5 changed files with 78 additions and 4 deletions

View File

@ -74,3 +74,6 @@ pub const BUILTIN_NETWORK_FILTER_RULES: [&str; 24] = [
"qemu-announce-self",
"qemu-announce-self-rarp",
];
/// List of valid network chains
pub const NETWORK_CHAINS: [&str; 8] = ["root", "mac", "stp", "vlan", "arp", "rarp", "ipv4", "ipv6"];