Searched refs:FDB_LIMIT (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/testing/selftests/net/forwarding/
H A Dbridge_fdb_learning_limit.sh16 FDB_LIMIT=8
259 ip link set br0 type bridge fdb_max_learned "$FDB_LIMIT"
265 [ "$learned" -ne "$FDB_LIMIT" ]
266 check_fail $? "Filled the limited FDB table: Expected the count ${FDB_LIMIT}, but got ${learned}"

Completed in 186 milliseconds