blob: c006f863136c2b666c57f0b85979424a09f51128 [file] [log] [blame]
Andrew Geissler748a4832020-07-24 16:24:21 -05001# NOTE: there is no such thing as a working "by-default" configuration file.
2# At least the prefix needs to be specified. Please consult the radvd.conf(5)
3# man page and/or /usr/share/doc/radvd-*/radvd.conf.example for help.
4#
5#
6#interface eth0
7#{
8# AdvSendAdvert on;
9# MinRtrAdvInterval 30;
10# MaxRtrAdvInterval 100;
11# prefix 2001:db8:1:0::/64
12# {
13# AdvOnLink on;
14# AdvAutonomous on;
15# AdvRouterAddr off;
16# };
17#
18#};