function_target_setup_route_to_host 

Fuego wiki

Login or create account

function target setup route to host

NAME [edit section]

target_setup_route_to_host

SYNOPSIS [edit section]

target_setup_route_to_host

DESCRIPTION [edit section]

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 with the target over the selected transport, the target might not have network communication with the host.

This function checks that the host has communication with the target, and then tries to set up routing on the target to the host, using /sbin/route on the target board.

NOTE: I can find no callers of this function in Fuego as of January 2023

EXAMPLES [edit section]

Here are some sample invocations:
    target_setup_route_to_host $LINK_NET $LINK_NETMASK $LINK_GATEWAY $LINK_TARGET_IFACE

ENVIRONMENT and ARGUMENTS [edit section]

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.

RETURN [edit section]

Returns non-zero on error.

SOURCE [edit section]

Located in scripts/functions.sh

SEE ALSO [edit section]

TBWiki engine 1.8.3 by Tim Bird