mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-05 02:57:58 +02:00
nm-import-openvpn: import 'max-routes' option
https://bugzilla.gnome.org/show_bug.cgi?id=720097 https://git.gnome.org/browse/network-manager-openvpn/commit/?id=c4d45e51280d5b0cb8c5e8f826d68c3262162080
This commit is contained in:
parent
966e0fb50e
commit
367d13a7dd
1 changed files with 2 additions and 1 deletions
|
|
@ -258,7 +258,8 @@ vpn2nm = {
|
|||
["remote-cert-tls"] = { nm_opt="remote-cert-tls", func=handle_remote_cert_tls, tbl=g_vpn_data },
|
||||
["tun-mtu"] = { nm_opt="tunnel-mtu", func=handle_generic, tbl=g_vpn_data },
|
||||
["tun-ipv6"] = { nm_opt="tun-ipv6", func=handle_yes, tbl=g_vpn_data },
|
||||
["route"] = { nm_opt="routes", func=handle_routes, tbl=g_ip4_data }
|
||||
["route"] = { nm_opt="routes", func=handle_routes, tbl=g_ip4_data },
|
||||
["max-routes"] = { nm_opt="max-routes", func=handle_number, tbl=g_vpn_data },
|
||||
}
|
||||
|
||||
------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue