aboutsummaryrefslogtreecommitdiff
path: root/src/pf_route.hrl
diff options
context:
space:
mode:
Diffstat (limited to 'src/pf_route.hrl')
-rw-r--r--src/pf_route.hrl3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/pf_route.hrl b/src/pf_route.hrl
new file mode 100644
index 0000000..4f94096
--- /dev/null
+++ b/src/pf_route.hrl
@@ -0,0 +1,3 @@
+-record(pf_route_inet4, {address}).
+-record(pf_route_inet6, {address, flow, scope}).
+-record(pf_route_sockaddr, {family, data}).