Home
last modified time | relevance | path

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

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