This cookbook installs radvd to configure IPv6 route advertisement
Debian 8
| 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 | {} |
Include radvd in your node's run_list:
{
"run_list": [
"recipe[radvd::default]"
]
}Bryan Alves (bryanalves@gmail.com)