Skip to content
Commit 9684901d authored by Yuxiang Zhu's avatar Yuxiang Zhu
Browse files

wireguard: add checkbox for `nohostroute` option



This change allows to configure `nohostroute` option for wireguard to explicitely prevent creation
of host routes to endpoints.

By default without `option nohostroute '1'`, an explicite route to the peer's endpoint will be created in the main routing table with the next hop to the gateway. However, it causes issues with some setup. Enabling this option will inhibit this behavior. See discussions at http://lists.openwrt.org/pipermail/openwrt-devel/2019-March/016329.html.

Signed-off-by: default avatarYuxiang Zhu <vfreex@gmail.com>
parent b946a2c0
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment