[sflow] Fix race-condition seen with mVRF configured (#6102)

Under certain conditions, the sFlow service can start before
interface configurations are sucessfully applied. This will
cause hsflowd to get a socket error.

This fix ensures all interface configurations are successfully
applied before the sFlow service (hsflowd) starts.

During testing we saw this error from hsflowd if interface configs were not successfully applied before hsflowd started.

    ERR sflow#hsflowd: socket sendto error: Network is unreachable

no FLOW samples can be seen. This can be consistently reproducible if you force sFlow service to start before interface-config.service.

Signed-off-by: Garrick He <garrick_he@dell.com>
This commit is contained in:
Garrick He 2020-12-03 01:33:10 -08:00 committed by GitHub
parent 9a82dca483
commit fc0e6af337
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
[Unit]
Description=sFlow container
Requisite=swss.service
After=swss.service syncd.service
After=swss.service syncd.service hostcfgd.service
Before=ntp-config.service
StartLimitIntervalSec=1200
StartLimitBurst=3