@@ -695,10 +695,6 @@ Stores information for physical switch ports managed by the switch chip. Ports t
695
695
696
696
key = WARM_RESTART:name ; name is the name of SONiC docker or "system" for global configuration.
697
697
698
- enable = "true" / "false" ; Default value as false.
699
- ; If "system" warm start knob is true, docker level knob will be ignored.
700
- ; If "system" warm start knob is false, docker level knob takes effect.
701
-
702
698
neighsyncd_timer = 1*4DIGIT ; neighsyncd_timer is the timer used for neighsyncd during the warm restart.
703
699
; Timer is started after we restored the neighborTable to internal data structures.
704
700
; neighborsyncd then starts to read all linux kernel entries and mark the entries in
@@ -715,8 +711,8 @@ Stores information for physical switch ports managed by the switch chip. Ports t
715
711
; Supported range: 1-3600.
716
712
717
713
teamsyncd_timer = 1*4DIGIT ; teamsyncd_timer holds the time interval utilized by teamsyncd during warm-restart episodes.
718
- ; The timer is started when teamsyncd starts. During the timer interval teamsyncd
719
- ; will preserver all LAG interface changes, but it will not apply them. The changes
714
+ ; The timer is started when teamsyncd starts. During the timer interval teamsyncd
715
+ ; will preserver all LAG interface changes, but it will not apply them. The changes
720
716
; will only be applied when the timer expired. During the changes application the stale
721
717
; LAG entries will be removed, the new LAG entries will be created.
722
718
; Supported range: 1-9999. 0 is invalid
@@ -762,6 +758,17 @@ Stores information for physical switch ports managed by the switch chip. Ports t
762
758
key = MGMT_PORT_TABLE|ifname ; ifname must be unique across PORT,INTF,VLAN,LAG TABLES
763
759
oper_status = "down" / "up" ; oper status
764
760
761
+ ### WARM\_ RESTART\_ ENABLE\_ TABLE
762
+ ;Stores system warm start and docker warm start enable/disable configuration
763
+ ;The configuration is persistent across warm reboot but not cold reboot.
764
+ ;Status: work in progress
765
+
766
+ key = WARM_RESTART_ENABLE_TABLE:name ; name is the name of SONiC docker or "system" for global configuration.
767
+
768
+ enable = "true" / "false" ; Default value as false.
769
+ ; If "system" warm start knob is true, docker level knob will be ignored.
770
+ ; If "system" warm start knob is false, docker level knob takes effect.
771
+
765
772
### WARM\_ RESTART\_ TABLE
766
773
;Stores application and orchdameon warm start status
767
774
;Status: work in progress
0 commit comments