gluon-radvd
This package provides service files and configuration endpoints for the IPv6 router advertisement daemon.
Arguments
This package provides skeleton service files for uradvd.
It requires another package to provide the arguments uradvd is supposed to
be launched with.
gluon-mesh-batman-adv and gluon-mesh-layer3-common are two packages
providing such arguments in order to announce default routes for Layer 3 meshes,
while only announcing prefixes for Layer 2 meshes.
site.conf
- radvd.preferred_lifetimeoptional
the span of time during which the address can be freely used as a source and destination for traffic. Should be less or equal valid-lifetime.
defaults to
14400seconds => 4h
- radvd.valid_lifetimeoptional
the total time the prefix remains available before becoming unusable
defaults to
86400seconds => one day
Example:
radvd = {
preferred_lifetime = 150,
valid_lifetime = 300,
},