Subversion Repositories configs

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
4 - 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
#};