Home
last modified time | relevance | path

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

/tools/testing/selftests/net/forwarding/
A Dbridge_fdb_learning_limit.sh199 local type=$1 is_counted=$2 overrides_learned=$3
206 [ "$learned" -ne "$is_counted" ]
207 check_fail $? "Inserted FDB type ${type}: Expected the count ${is_counted}, but got ${learned}"
219 [ "$learned" -ne "$is_counted" ]
220 …check_fail $? "Set a learned entry to FDB type ${type}: Expected the count ${is_counted}, but got …
255 local type=$1 is_counted=$2
256 local n_mac expected=$((1 - is_counted))

Completed in 3 milliseconds