Skip to content

Commit

Permalink
[Marvell] Add Flag to identify SONiC related Init Handling
Browse files Browse the repository at this point in the history
Signed-off-by: Wadood A. Khan <[email protected]>
  • Loading branch information
wadoodkhan committed Sep 16, 2024
1 parent dbcba69 commit 016be90
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions syncd/scripts/syncd_init_common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,8 @@ config_syncd_marvell()
{
CMD_ARGS+=" -p $HWSKU_DIR/sai.profile"

export MRVL_PSAI_SONIC=1

[ -e /dev/net/tun ] || ( mkdir -p /dev/net && mknod /dev/net/tun c 10 200 )
}

Expand Down

0 comments on commit 016be90

Please sign in to comment.