Skip to content

Commit

Permalink
[config] Add sflow to _reset_failed_services (sonic-net#850)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenxs committed Mar 24, 2020
1 parent d0f8091 commit 04648f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,8 @@ def _reset_failed_services():
'swss',
'syncd',
'teamd',
'nat'
'nat',
'sflow'
]

generated_services_list = _get_sonic_generated_services()
Expand Down

0 comments on commit 04648f5

Please sign in to comment.