aboutsummaryrefslogtreecommitdiff
path: root/net/xl2tpd
diff options
context:
space:
mode:
authormogulapranay <mogulapranay57@gmail.com>2016-05-16 21:47:57 +0530
committermogulapranay <mogulapranay57@gmail.com>2016-05-16 21:47:57 +0530
commit666baa0d0e3956c5ee74ddab882c524b364c6d7a (patch)
tree3d4a7b5f176bc0f569ba55d0be34579de05e2dfb /net/xl2tpd
parent4d94fee98f1bd03aecbc134c50958d481bb9ef15 (diff)
xl2tpd: demand option is initialized.
Signed-off-by: mogulapranay <mogulapranay57@gmail.com>
Diffstat (limited to 'net/xl2tpd')
-rw-r--r--net/xl2tpd/files/l2tp.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/xl2tpd/files/l2tp.sh b/net/xl2tpd/files/l2tp.sh
index 16660747c..946973cd5 100644
--- a/net/xl2tpd/files/l2tp.sh
+++ b/net/xl2tpd/files/l2tp.sh
@@ -14,6 +14,7 @@ proto_l2tp_init_config() {
proto_config_add_string "keepalive"
proto_config_add_string "pppd_options"
proto_config_add_boolean "ipv6"
+ proto_config_add_int "demand"
proto_config_add_int "mtu"
proto_config_add_int "checkup_interval"
proto_config_add_string "server"