mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-04 04:50:30 +01:00
nm-import-openvpn: import 'float' OpenVPN option
https://bugzilla.gnome.org/show_bug.cgi?id=737108 Signed-off-by: Jiří Klimeš <jklimes@redhat.com>
This commit is contained in:
parent
cd3c52a24d
commit
a5e43ab510
1 changed files with 1 additions and 0 deletions
|
|
@ -174,6 +174,7 @@ vpn2nm = {
|
|||
["keysize"] = { nm_opt="keysize", func=handle_generic },
|
||||
["client"] = { nm_opt="client", func=set_bool },
|
||||
["comp-lzo"] = { nm_opt="comp-lzo", func=handle_yes },
|
||||
["float"] = { nm_opt="float", func=handle_yes },
|
||||
-- ["dev"] = { nm_opt="tap-dev", func=handle_dev_old },
|
||||
["dev"] = { nm_opt="dev", func=handle_generic },
|
||||
["dev-type"] = { nm_opt="dev-type", func=handle_dev_type },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue