Skip to content

bryanalves/chef-radvd

Repository files navigation

radvd-cookbook

This cookbook installs radvd to configure IPv6 route advertisement

Supported Platforms

Debian 8

Attributes

Key Type Description Default
['radvd']['interface'] String Interface to advertise on eth0
['radvd']['interface_options'] Hash Key/value pairs of interface options {"AdvSendAdvert": "on"}
['radvd']['prefixes'] Hash Key/value pairs. Key is the prefix, value is a hash of options {}

Usage

radvd::default

Include radvd in your node's run_list:

{
  "run_list": [
    "recipe[radvd::default]"
  ]
}

Authors

Bryan Alves (bryanalves@gmail.com)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published