Skip to content

Commit

Permalink
Add ACL_TABLE object to break-before-make list (#970)
Browse files Browse the repository at this point in the history
  • Loading branch information
tjchadaga authored Nov 17, 2021
1 parent 05a06a4 commit a3143da
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions syncd/scripts/syncd_init_common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,9 @@ config_syncd_bcm()
CMD_ARGS+=" -x $HWSKU_DIR/context_config.json -g 0"
fi

echo "SAI_OBJECT_TYPE_ACL_TABLE" >> /tmp/break_before_make_objects
CMD_ARGS+=" -b /tmp/break_before_make_objects"

[ -e /dev/linux-bcm-knet ] || mknod /dev/linux-bcm-knet c 122 0
[ -e /dev/linux-user-bde ] || mknod /dev/linux-user-bde c 126 0
[ -e /dev/linux-kernel-bde ] || mknod /dev/linux-kernel-bde c 127 0
Expand Down

0 comments on commit a3143da

Please sign in to comment.