aboutsummaryrefslogtreecommitdiff
path: root/rustables/src/expr/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'rustables/src/expr/mod.rs')
-rw-r--r--rustables/src/expr/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/rustables/src/expr/mod.rs b/rustables/src/expr/mod.rs
index a86b44d..4493662 100644
--- a/rustables/src/expr/mod.rs
+++ b/rustables/src/expr/mod.rs
@@ -120,7 +120,7 @@ macro_rules! nft_expr {
nft_expr_cmp!($op $data)
};
(counter) => {
- $crate::expr::Counter
+ $crate::expr::Counter { nb_bytes: 0, nb_packets: 0}
};
(ct $key:ident set) => {
nft_expr_ct!($key set)