et
> Cc: Lev Stipakov
> Subject: [Openvpn-devel] [PATCH] tun.c: do not add/remove routes on tun
> open/close
>
> From: Lev Stipakov
>
> Commit 1c4a47f added route manipulation to open/close tun functions,
> which is not really needed:
>
> - routes are added
From: Lev Stipakov
Commit 1c4a47f added route manipulation to open/close tun functions,
which is not really needed:
- routes are added in check_add_routes(), triggered by timer
- routes are removed in delete_routes(), called by do_close_tun()
Signed-off-by: Lev Stipakov
---
src/openvpn/rou