Andrew Geissler | 748a483 | 2020-07-24 16:24:21 -0500 | [diff] [blame] | 1 | # 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 | #}; |