Files
radvd/sysconfig.radvd
Lars Vogdt abdd26bf38 Accepting request 82440 from network
- new version 1.7:
  - Fix an unintentional change in 1.3: RAs were accidentally often unicast to
    solicitors instead of being multicast. This is still compliant with the
    specification but is not optimal.
  - Allow radvd.conf prefix, clients, route, and RDNSS options to be in any order.
  - exit if the number of prefixes/routes/etc. would grow too much.
  - Fix radvd skipping multiple interfaces when UnicastOnly is on or
    AdvSendAdvert is off. This got broken in radvd 1.3.
  - Fix a segmentation fault on reload_config() timer list corruption that only
    occurs with multiple interfaces.
  - Add '-c' flag to test configuration.
  - Deprecate old, pre-RFC5006 parameters. Support RFC6106 by adding DNS Search List support.
- run as user radvd by default (bnc#691456)
- clean up init script
- install a small default config that advertises ULAs. Default prefix is
  autogenerated to get a different for on each installation.
- start even if forwarding is not on to be able to work with ULAs only

OBS-URL: https://build.opensuse.org/request/show/82440
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/radvd?expand=0&rev=11
2011-09-20 07:35:34 +00:00

8 lines
251 B
Plaintext

## Path: Network/RADVD
## Description: Router ADVertisement Daemon for IPv6
## Type: string
## Default: "-u daemon"
## ServiceRestart: radvd
# No chroot; /var/run/radvd must be owned by the user radvd is running as.
RADVD_OPTIONS=""