Skip to content

Commit 04648f5

Browse files
authored
[config] Add sflow to _reset_failed_services (#850)
1 parent d0f8091 commit 04648f5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

config/main.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,8 @@ def _reset_failed_services():
455455
'swss',
456456
'syncd',
457457
'teamd',
458-
'nat'
458+
'nat',
459+
'sflow'
459460
]
460461

461462
generated_services_list = _get_sonic_generated_services()

0 commit comments

Comments
 (0)