forked from sonic-net/sonic-host-services
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix issue: delayed service will not be restarted if swss crashes (son…
…ic-net#107) **What I did** Delayed services are counting on featured to start them when system reaches PORT INIT DONE. However, there is an extra flag check "self.is_delayed_enabled" in `port_listener`. It means that the delayed service will not be restarted if swss crashes. The PR is a fix of the issue. **How I did** Remove the extra flag check "self.is_delayed_enabled" in `port_listener` **How I verified** Manual test done, passed.
- Loading branch information
1 parent
aa84129
commit 1a8ff81
Showing
2 changed files
with
19 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters