Files
plugins/net/ndp-proxy-go/pkg-descr
Monviech f34410b9a3 net/ndp-proxy-go: Add depend on CARP syshook (#5108)
* net/ndp-proxy-go: Add depend on CARP syshook

* net/ndp-proxy-go: When carp_depend_on is enabled, prevent service start on BACKUP

* Depend on CARP is advanced mode, sort other more advanced options under headers

* Use model instead of global config

* Use custom variable for carp check

* Change label and adjust help text
2026-01-05 17:19:31 +01:00

26 lines
448 B
Plaintext

IPv6 Neighbor Discovery Protocol (NDP) Proxy
WWW: https://github.com/monviech/ndp-proxy-go
DOC: https://docs.opnsense.org/manual/ndp-proxy-go.html
Plugin Changelog
================
1.3
* Add ratelimit for pfctl operations
* Add CARP failover
1.2
* Add firewall alias support
* Add cache file support for faster recovery after system reboots
1.1
* Add experimental point-to-point device upstream support (e.g. PPPoE)
1.0
* Initial Release