summaryrefslogtreecommitdiff
path: root/package/radvd/files/radvd.conf
blob: 603ee5949cd7bbc92fe6f4d7e5b7dd89b735a289 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# For more examples, see the radvd documentation.

interface eth0
{
	AdvSendAdvert off;

#
# Disable Mobile IPv6 support
#
	AdvHomeAgentFlag off;

#
# example of a standard prefix
#
	prefix fec0:0:0:1::/64
	{
		AdvOnLink on;
		AdvAutonomous on;
		AdvRouterAddr off;
	};

};