Version information
released Aug 21st 2018
This version is compatible with:
- Puppet Enterprise 2018.1.x, 2017.3.x, 2017.2.x, 2017.1.x, 2016.5.x, 2016.4.x
- Puppet >=2.7.20 <6.0.0
- RedHat,CentOS
Start using this module
Add this module to your Puppetfile:
mod 'thias-npd6', '1.0.2'Learn more about managing modules with a PuppetfileDocumentation
thias/npd6 — version 1.0.2 Aug 21st 2018
puppet-npd6
Overview
Install, configure and enable the Neighbor Proxy Daemon for IPv6. See http://npd6.github.io/npd6/ for more details.
npd6: Main class
Options for /etc/npd6.conf. See npd6.conf(5) for details :
prefix: Mandatory IPv6 prefixinterface: Defaults toeth0prefix_interface: Additionalprefix => interfacepairsralogginglisttypeaddrlist: Arrayexprlist: Arraylistloggingcollecttargetslinkoptionignorelocalrouternamaxhopspollerrorlimit
Red Hat Enterprise Linux packages may be found on http://dl.marmotte.net/rpms/
Example
In the following example, all Neighbor Solicitation requests on the specified interface and for any address contained in the specified prefix will be answered.
Puppet DSL :
class { '::npd6':
prefix => '2001:db8:2:60a6::/64',
interface => 'br0',
}
Hiera YAML :
classes:
- '::npd6'
npd6::prefix: '2001:db8:2:60a6::/64'
npd6::interface: 'br0'
2018-08-21 - 1.0.2
- Add prefix_interface parameter for proxying multiple prefixes.
2015-07-15 - 1.0.1
- Add lint:ignore to try and make puppet-lint happy.
2015-07-15 - 1.0.0
- Replace Modulefile with metadata.json.
- Major cosmetic updates.
- Rebase conf template on the current example file.
- Add new parameters.
2013-04-19 - 0.1.0
- Include a useful example.
- Use @varname syntax in templates to silence puppet 3.2 warnings.
- Change to 2-space indent.
2012-07-17 - 0.0.1
- Initial module release.
Copyright (C) 2011-2015 Matthias Saou
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.