
___x_cmd_route_flush(){
    if      ___x_cmd_hascmd ip;     then    ___x_cmd_cmds ip    route flush "$@"
    elif    ___x_cmd_hascmd route;  then    ___x_cmd_cmds       route flush "$@"
    else    N=route M="ip or route command not found" log:ret:1
    fi
}
