A userspace application that filters DHCP floods to protect a DHCP server. It uses the Netfilter userspace packet queuing API.
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
Pascal Gloor 7bb46d6c5a added new dryrun directive 5年前
Makefile added warnings 5年前
README.md initial commit 5年前
dhcp_protect.c MVP release 5年前
dhcp_protect.conf added new dryrun directive 5年前
dhcp_protect.h MVP release 5年前
perftest.pl dhcp flood client 5年前

README.md

NF_DHCP_Filter

A userspace application that filters DHCP floods to protect a DHCP server. It uses the Netfilter userspace packet queuing API.

Dependencies

build-essential uthash-dev libnetfilter-queue-dev