aboutsummaryrefslogtreecommitdiff
path: root/net/wireguard/files
Commit message (Collapse)AuthorAge
* net/wireguard: add support for fwmark optiondanrl2017-02-27
| | | | | | | | | Adds support for the fwmark option. FwMark is a 32-bit fwmark for outgoing packets. If set to 0 or "off", this option is disabled. Signed-off-by: Dan Luedtke <mail@danrl.com>
* wireguard: new version and usability improvementsdanrl2017-01-16
| | | | Signed-off-by: Dan Luedtke <mail@danrl.com>
* wireguard: add protocol dependency for endpointsdanrl2016-12-24
| | | | | | | | Endpoint dependency implemented. The actual endpoint is used exclusively. Using this approach we are dual-stack safe (not errors on missing protocol) and create only the dependency that are really necessary. Signed-off-by: Dan Luedtke <mail@danrl.com>
* wireguard-tools: Add netifd protocol helperdanrl2016-11-15
Signed-off-by: Dan Luedtke <mail@danrl.com>