Resource Type: quagga_static_route
- Defined in:
- lib/puppet/type/quagga_static_route.rb
- Providers:
-
quagga
Overview
This type provides the capability to manage static routes within puppet.
Example:
quagga_static_route {'172.16.2.0/24':
ensure => present,
hexthop => '192.168.1.10',
distance => 10,
}
quagga_static_route {'172.16.3.0/24':
ensure => present,
hexthop => 'null0',
distance => 10,
}