summaryrefslogtreecommitdiff
path: root/src/conf_mode/service_pppoe-server.py
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2020-04-18 17:56:19 +0200
committerChristian Poessinger <christian@poessinger.com>2020-04-18 17:56:19 +0200
commite9a2c4b96edc52ea114451ece6884845ad18ba6f (patch)
treebbaf2bcaf8d8b081219e720820cca631dd934e2c /src/conf_mode/service_pppoe-server.py
parent03c9155cd012a56c9454b396c5db7785abb80b0a (diff)
downloadvyos-1x-e9a2c4b96edc52ea114451ece6884845ad18ba6f.tar.gz
vyos-1x-e9a2c4b96edc52ea114451ece6884845ad18ba6f.zip
ipoe-server: T2324: remove boilerplate code and adjust to other accel implementations
Diffstat (limited to 'src/conf_mode/service_pppoe-server.py')
-rwxr-xr-xsrc/conf_mode/service_pppoe-server.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/conf_mode/service_pppoe-server.py b/src/conf_mode/service_pppoe-server.py
index 13d0b1920..b791f1716 100755
--- a/src/conf_mode/service_pppoe-server.py
+++ b/src/conf_mode/service_pppoe-server.py
@@ -78,6 +78,7 @@ default_config_data = {
'radius_dynamic_author': '',
'sesscrtl': 'replace',
'snmp': False,
+ 'thread_cnt': '1'
}
def get_config():