summaryrefslogtreecommitdiff
path: root/package/radvd/files/radvd.conf
blob: 06d8357041adb50913b424e89eb11f7710c58ccc (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 br0
{
	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;
	};

};