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