aboutsummaryrefslogtreecommitdiff
path: root/examples/add-rules.rs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/add-rules.rs')
-rw-r--r--examples/add-rules.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/add-rules.rs b/examples/add-rules.rs
index 75fc63e..a9c3539 100644
--- a/examples/add-rules.rs
+++ b/examples/add-rules.rs
@@ -38,7 +38,7 @@
use ipnetwork::{IpNetwork, Ipv4Network};
use rustables::{
- chain::HookClass, list_chains_for_table, list_tables, Batch, Chain, ChainPolicy, Hook, MsgType,
+ list_chains_for_table, list_tables, Batch, Chain, ChainPolicy, Hook, HookClass, MsgType,
ProtocolFamily, Table,
};
//use rustables::{nft_expr, query::send_batch, sys::libc, Batch, Chain, Rule, Table};