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