Skip to content

Commit 13aa19a

Browse files
authored
[swss/syncd]: Remove dependency on interfaces-config.service (sonic-net#17649)
Signed-off-by: Nazarii Hnydyn [email protected] This improvement does not bring any warm-reboot degradation, since the database availability (tcp/ip access over the loopback interface) was fixed by these PRs: Re-add 127.0.0.1/8 when bringing down the interfaces sonic-net#15080 Fix potentially not having any loopback address on lo interface sonic-net#16490 Why I did it Removed dependency on interfaces-config.service to speed up the boot, because interfaces-config.service takes a lot of time on init Work item tracking N/A How I did it Changed service files for swss/syncd How to verify it Boot and check swss/syncd start time comparing to interfaces-config
1 parent f4c15b8 commit 13aa19a

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

files/build_templates/per_namespace/swss.service.j2

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ Requires=opennsl-modules.service
1111
{% endif %}
1212
Requires=updategraph.service
1313
After=updategraph.service
14-
After=interfaces-config.service
1514
BindsTo=sonic.target
1615
After=sonic.target
1716
Before=ntp-config.service

files/build_templates/per_namespace/syncd.service.j2

-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ After=nps-modules.service
1616
{% endif %}
1717
Requires=updategraph.service
1818
After=updategraph.service
19-
After=interfaces-config.service
2019
BindsTo=sonic.target
2120
After=sonic.target
2221
Before=ntp-config.service

0 commit comments

Comments
 (0)