Home
last modified time | relevance | path

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

/misc/config_tools/launch_config/
A Dlaunch_script_template.sh67 br_exist=$(ip a | grep acrn-br0 | awk '{print $1}')
68 if [ "$br_exist"x != "x" -a "$tap_exist"x = "x" ]; then
/misc/config_tools/data/generic_board/sample_launch_scripts/
A Dlaunch_user_vm_id1.sh72 br_exist=$(ip a | grep acrn-br0 | awk '{print $1}')
73 if [ "$br_exist"x != "x" -a "$tap_exist"x = "x" ]; then
A Dlaunch_user_vm_id2.sh72 br_exist=$(ip a | grep acrn-br0 | awk '{print $1}')
73 if [ "$br_exist"x != "x" -a "$tap_exist"x = "x" ]; then

Completed in 8 milliseconds