Update README.md
This commit is contained in:
parent
314b3cc868
commit
24189568b8
15
README.md
15
README.md
@ -1,5 +1,14 @@
|
|||||||
# PNDPD - NDP Responder
|
# PNDPD - NDP Responder
|
||||||
## Features
|
## Features
|
||||||
- Efficiently filter incoming packets using bpf (which runs in the kernel)
|
- Efficiently process incoming packets using bpf (which runs in the kernel)
|
||||||
- Repsond to all or specific NDP solicitations on an interface
|
- Respond to all NDP solicitations on an interface
|
||||||
- Soon: Proxy NDP between interfcaces
|
- Respond to NDP solicitations for whitelisted addresses on an interface
|
||||||
|
- Proxy NDP between interfaces
|
||||||
|
- Permissions required: root or CAP_NET_RAW
|
||||||
|
|
||||||
|
## Usage
|
||||||
|
````
|
||||||
|
pndpd readconfig <path to file>
|
||||||
|
pndpd respond <interface> <optional whitelist of CIDRs separated with a semicolon>
|
||||||
|
pndpd proxy <interface1> <interface2>
|
||||||
|
````
|
||||||
|
Loading…
x
Reference in New Issue
Block a user