diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-04-18 17:56:19 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-04-18 17:56:19 +0200 |
commit | e9a2c4b96edc52ea114451ece6884845ad18ba6f (patch) | |
tree | bbaf2bcaf8d8b081219e720820cca631dd934e2c /src/conf_mode/service_pppoe-server.py | |
parent | 03c9155cd012a56c9454b396c5db7785abb80b0a (diff) | |
download | vyos-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-x | src/conf_mode/service_pppoe-server.py | 1 |
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(): |