xref: /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-daemons/radvd/files/radvd.conf (revision 4882a59341e53eb6f0b4789bf948001014eff981)
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#};
19