Closed jwhb closed 10 months ago
The schema::Map type is not implemented yet. It's structure and functionality will mostly follow schema::Set.
schema::Map
schema::Set
https://github.com/namib-project/nftables-rs/blob/720d2c75db0d0481fe092aee72a6754ff18afcb0/src/schema.rs#L198-L201
Documentation for Set/Map: https://www.mankier.com/5/libnftables-json#Ruleset_Elements-Set_/_Map
A test should be added, like here.
Implemented in #11. Thanks @marcinosypka!
The
schema::Map
type is not implemented yet. It's structure and functionality will mostly followschema::Set
.https://github.com/namib-project/nftables-rs/blob/720d2c75db0d0481fe092aee72a6754ff18afcb0/src/schema.rs#L198-L201
Documentation for Set/Map: https://www.mankier.com/5/libnftables-json#Ruleset_Elements-Set_/_Map
A test should be added, like here.