Update README.md
This commit is contained in:
parent
77165e5b39
commit
4132a2b58c
@ -1,4 +1,4 @@
|
|||||||
# PNDPD - NDP Responder
|
# PNDPD - NDP Responder + Proxy
|
||||||
## Features
|
## Features
|
||||||
- Efficiently process incoming packets using bpf (which runs in the kernel)
|
- Efficiently process incoming packets using bpf (which runs in the kernel)
|
||||||
- Respond to all NDP solicitations on an interface
|
- Respond to all NDP solicitations on an interface
|
||||||
@ -23,3 +23,4 @@ pndp.SimpleRespond(iface string, filter []*net.IPNet)
|
|||||||
|
|
||||||
pndp.Proxy(iface1, iface2 string)
|
pndp.Proxy(iface1, iface2 string)
|
||||||
````
|
````
|
||||||
|
Pull request are welcome for any functionality you add.
|
Loading…
x
Reference in New Issue
Block a user