aboutsummaryrefslogtreecommitdiff
path: root/tests/expr.rs
diff options
context:
space:
mode:
authorSimon THOBY <git@nightmared.fr>2022-02-21 23:21:55 +0100
committerSimon THOBY <git@nightmared.fr>2022-08-26 21:52:00 +0200
commite918159bf7478652e9da41f4a873c6e46b3733ca (patch)
tree68592482fc3709d60daf8aae3be7bde73893d31a /tests/expr.rs
parent5d207e951f39531a97619a3bdf900f7aa16efb9e (diff)
delete the dependency on libmnl
Diffstat (limited to 'tests/expr.rs')
-rw-r--r--tests/expr.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/expr.rs b/tests/expr.rs
index 7950df3..cfc9c7d 100644
--- a/tests/expr.rs
+++ b/tests/expr.rs
@@ -3,6 +3,7 @@ use rustables::expr::{
LogGroup, LogPrefix, Lookup, Meta, Nat, NatType, Payload, Register, Reject, TcpHeaderField,
TransportHeaderField, Verdict,
};
+use rustables::query::{get_operation_from_nlmsghdr_type, Nfgenmsg};
use rustables::set::Set;
use rustables::sys::libc::{nlmsghdr, NF_DROP};
use rustables::{ProtoFamily, Rule};