Crate pftables_rs[][src]

A small library for managing pf (packet filter) tables on OpenBSD via /dev/pf

Re-exports

pub use bridge::*;

Modules

bridge

This module provides Rust-friendly wrappers for the repr(C) structs used by OpenBSD’s pf.

Structs

PfTable

A high-level struct representing a pf table containing addresses

Enums

PfError