Puppet Task: file_interface_route_create
- Defined in:
-
tasks/file_interface_route_create.json,
tasks/file_interface_route_create.rb
Overview
Create and configure a new file interface route.There are 3 route types Subnet, Default, and Host.* The default route establishes a static route to a default gateway. To create a default route, provide only the default gateway IP address.* The host route establishes a static route to a specific host. To create a host route, provide the IP address of the specific host in the destination field, and the gateway.* The subnet route establishes a static route to a particular subnet. To create a subnet route, provide the IP address of the target subnet in the destination, the prefix length for that subnet, and the gateway.