This type provides Puppet with the capabilities to manage opnsense static routes.
Examples:
opnsense_route_static { 'example route static': device => 'opnsense-test.device.com', network => '10.0.0.98/24', gateway => 'WAN_DHCP', disabled => false, ensure => 'present', }
Properties
Set this option to disable this static route without removing it from the list.
Whether this resource should be present or absent on the target system.
Choose which gateway this route applies to eg. Null4 for 127.0.01, Null6 for ::1 or see opn-cli route gateway status.
Destination network for this static route
The uuid of the rule.
Parameters
You may enter a description here for your reference (not parsed).
The name of the opnsense_device type you want to manage.