function_pre_deploy >> function_check_create_logrun >> Adding_a_test >> function_get >> function_check_create_functional_logrun 

Fuego 1.0 wiki

Login

function target setup route to host in split format

NAME [edit section]

= NAME =target_setup_route_to_host

SYNOPSIS [edit section]

= SYNOPSIS =target_setup_route_to_host

DESCRIPTION [edit section]

= DESCRIPTION =This function is used to set up the route from the target (board) back to the host machine.  Even though the host machine may be able to communicate withthe target over the selected transport, the target might not have networkcommunication with the host.
This function checks that the host has communication with the target, andthen tries to set up routing on the target to the host, using /sbin/route on the target board.
This function checks that the host has communication with the target, andthen tries to set up routing on the target to the host, using /sbin/route on the target board.

EXAMPLES [edit section]

= EXAMPLES =Here are some sample invocations:{{{#!YellowBoxtarget_setup_route_to_host $LINK_NET $LINK_NETMASK $LINK_GATEWAY $LINK_TARGET_IFACE}}}

ENVIRONMENT and ARGUMENTS [edit section]

= ENVIRONMENT and ARGUMENTS =This function takes the following positional arguments: * $1 - link network * $2 - link netmask * $3 - link gateway * $4 - link target interface (e.g. eth0)
These parameters are from the perspective of the target.
These parameters are from the perspective of the target.

RETURN [edit section]

= RETURN =Returns non-zero on error.

SOURCE [edit section]

= SOURCE =Located in ''scripts/functions.sh''

SEE ALSO [edit section]

default_target_route_setup
= SEE ALSO = * [[function_default_target_route_setup|default_target_route_setup]]
TBWiki engine 1.9.3 by Tim Bird