Lines Matching refs:flush_by_flag
435 local flush_by_flag=$1; shift
450 run_cmd "$BRIDGE fdb flush dev vx10 $flush_by_flag"
451 log_test $? 0 "Flush FDB by dev vx10 and flag $flush_by_flag"
462 local flush_by_flag="extern_learn"
468 vxlan_test_flush_by_flag $flush_by_flag $flag_1 $exp_flag_1 \
474 local flush_by_flag="noextern_learn"
480 vxlan_test_flush_by_flag $flush_by_flag $flag_1 $exp_flag_1 \
486 local flush_by_flag="router"
492 vxlan_test_flush_by_flag $flush_by_flag $flag_1 $exp_flag_1 \
499 local flush_by_flag="norouter"
505 vxlan_test_flush_by_flag $flush_by_flag $flag_1 $exp_flag_1 \