mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-07 09:50:28 +01:00
ppp: pass novj through to pppd
This commit is contained in:
parent
271fce0267
commit
61568bc513
1 changed files with 2 additions and 0 deletions
|
|
@ -875,6 +875,8 @@ create_pppd_cmd_line (NMPPPManager *self,
|
|||
nm_cmd_line_add_string (cmd, "refuse-mschap-v2");
|
||||
if (nm_setting_ppp_get_nobsdcomp (setting))
|
||||
nm_cmd_line_add_string (cmd, "nobsdcomp");
|
||||
if (nm_setting_ppp_get_no_vj_comp (setting))
|
||||
nm_cmd_line_add_string (cmd, "novj");
|
||||
if (nm_setting_ppp_get_nodeflate (setting))
|
||||
nm_cmd_line_add_string (cmd, "nodeflate");
|
||||
if (nm_setting_ppp_get_require_mppe (setting))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue