tansly / simplepf

Simple packet filtering firewall

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Write a README

tansly opened this issue · comments

Document:

  • Kernel/user API
  • Usage of userspace helper
  • Build instructions; especially dependencies of userspace helper such as Boost program options

Module accepts packets by default, rules that we add need to specify a drop action in order to have any effect. This is not obvious and needs to be documented too.

Or, make the default action configurable. That has its own problems, see #10.