Class | npd6::npd6 |
In: |
/modules/npd6/manifests/init.pp
|
Parent: |
Class: npd6
Install, configure and enable the Neighbor Proxy Daemon for IPv6.
Parameters:
$prefix: The IPv6 prefix to answer neighbor solicitations for. Mandatory. $interface: The network interface on which to listen. Default: 'eth0' $listtype, $addrlist, $collecttargets, $linkoption, $ignorelocal, $routerna, $maxhops: Options for /etc/npd6.conf. See npd6.conf(5) for details.
Sample Usage :
class { 'npd6': prefix => '2001:aaaa:bbbb:cccc:', }