Após um extenso estudo do manual openvpn
, encontrei uma resposta para minha pergunta:
Eu não quero que as rotas sejam executadas automaticamente, mas para serem gerenciadas por sua própria ferramenta, use a seguinte opção:
--route-noexec Don't add or remove routes automatically. Instead pass routes to --route-up script using environmental variables.
Se você está aceitando tudo o que é enviado pelo servidor, exceto as rotas, use a seguinte opção:
--route-nopull When used with --client or --pull, accept options pushed by server EXCEPT for routes. When used on the client, this option effectively bars the server from adding routes to the client's routing table, however note that this option still allows the server to set the TCP/IP properties of the client's TUN/TAP interface.