Skip to content

Commit

Permalink
Fix Celestica Silverstone addDecapTunnel failed issue
Browse files Browse the repository at this point in the history
 *Why I did it
     The current sonic image bringup failed on Silverstone:
     4:56:15.957705 sonic NOTICE swss#orchagent: :- addDecapTunnel: Create overlay loopback router interface oid:6000000000520
 *How I did it
     Enable bcm switch Tunnel function on Silverstone.
 *How to verify it
     The new sonic image can bringup OK on Silverstone.
  • Loading branch information
george-deng88 committed Jan 4, 2023
1 parent f84d8b9 commit 582043d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ pll_bypass=1

init_all_modules=0

sai_tunnel_global_sip_mask_enable=1

portmap_20=33:100:2
portmap_21=35:100:2
portmap_22=37:100:2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ pll_bypass=1

init_all_modules=0

sai_tunnel_global_sip_mask_enable=1


#portmap_38=257:10
Expand Down

0 comments on commit 582043d

Please sign in to comment.