Skip to content

Commit b58e014

Browse files
committed
test(flofi): Add tests for new flow-filter implementation
Signed-off-by: Quentin Monnet <qmo@qmon.net>
1 parent caee0a3 commit b58e014

5 files changed

Lines changed: 1336 additions & 0 deletions

File tree

flofi/src/context/mod.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ use net::packet::VpcDiscriminant;
1313

1414
mod display;
1515
mod tables;
16+
#[cfg(test)]
17+
mod tests;
1618

1719
use tables::PeeringTables;
1820

0 commit comments

Comments
 (0)