Skip to content

Commit 07d6d27

Browse files
[fast/warm-reboot] Retain TRANSCEIVER_INFO tables on fast/warm-reboot (#3240)
* [fast/warm-reboot] Retain TRANSCEIVER_INFO/STATUS tables on reboot Signed-off-by: Stepan Blyschak <[email protected]> * Remove TRANSCEIVER_STATUS --------- Signed-off-by: Stepan Blyschak <[email protected]>
1 parent 8e5ff74 commit 07d6d27

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/fast-reboot

+1
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,7 @@ function backup_database()
252252
and not string.match(k, 'MIRROR_SESSION_TABLE|') \
253253
and not string.match(k, 'FG_ROUTE_TABLE|') \
254254
and not string.match(k, 'WARM_RESTART_ENABLE_TABLE|') \
255+
and not string.match(k, 'TRANSCEIVER_INFO|') \
255256
and not string.match(k, 'VXLAN_TUNNEL_TABLE|') \
256257
and not string.match(k, 'BUFFER_MAX_PARAM_TABLE|') \
257258
and not string.match(k, 'FAST_RESTART_ENABLE_TABLE|') then

0 commit comments

Comments
 (0)