1 # SPDX-License-Identifier: GPL-2.0
2 source ..
/tc_flower_scale.sh
6 local should_fail
=$1; shift
8 # 6144 (6x1024) is the theoretical maximum.
9 # One bank of 512 rules is taken by the 18-byte MC router rule.
10 # One rule is the ACL catch-all.
11 # 6144 - 512 - 1 = 5631
14 if ((! should_fail
)); then