function default target route setup in 'raw' format
= NAME =
default_target_route_setup
= SYNOPSIS =
default_target_route_setup
= DESCRIPTION =
This function checks to make sure some link-related environment variables are defined, then calls [[function_target_setup_route_to_host|target_setup_route_to_host]].
''Note: I can find no callers of this function in current Fuego (as of Mar 2017).''
= EXAMPLES =
Here are some sample invocations:
{{{#!YellowBox
}}}
= ENVIRONMENT and ARGUMENTS =
This function expects the following environment variables to be defined:
* LINK_NET
* LINK_NETMASK
* LINK_GATEWAY
* LINK_TARGET
= RETURN =
Returns non-zero on error.
= SOURCE =
Located in ''overlays/base/base-funcs.fuegoclass''
= SEE ALSO =
* [[function_target_setup_route_to_host|target_setup_route_to_host]]