Resource Type: quagga_bgp_as_path
- Defined in:
- lib/puppet/type/quagga_bgp_as_path.rb
- Providers:
-
quagga
Overview
This type provides the capabilities to manage BGP as-path access-list within puppet.
Examples:
quagga_bgp_as_path { 'as100':
ensure => present,
rules => [
'permit _100$',
'permit _100_',
],
}