--- vpn/plugins/l2tp.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vpn/plugins/l2tp.c b/vpn/plugins/l2tp.c index dce0e21..2355357 100644 --- a/vpn/plugins/l2tp.c +++ b/vpn/plugins/l2tp.c @@ -76,6 +76,8 @@ struct { } pppd_options[] = { { "L2TP.User", "name", OPT_ALL, NULL, OPT_STRING }, { "L2TP.BPS", "bps", OPT_L2, NULL, OPT_STRING }, + { "L2TP.TXBPS", "tx bps", OPT_L2, NULL, OPT_STRING }, + { "L2TP.RXBPS", "rx bps", OPT_L2, NULL, OPT_STRING }, { "L2TP.LengthBit", "length bit", OPT_L2, NULL, OPT_STRING }, { "L2TP.Challenge", "challenge", OPT_L2, NULL, OPT_STRING }, { "L2TP.DefaultRoute", "defaultroute", OPT_L2, NULL, OPT_STRING }, -- 1.7.11.4
_______________________________________________ connman mailing list connman@connman.net http://lists.connman.net/listinfo/connman