projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Enable packages when dev. build
[openwrt.git]
/
package
/
radvd
/
files
/
radvd.conf
1
# For more examples, see the radvd documentation.
2
3
interface br0
4
{
5
AdvSendAdvert off;
6
7
#
8
# Disable Mobile IPv6 support
9
#
10
AdvHomeAgentFlag off;
11
12
#
13
# example of a standard prefix
14
#
15
prefix fec0:0:0:1::/64
16
{
17
AdvOnLink on;
18
AdvAutonomous on;
19
AdvRouterAddr off;
20
};
21
22
};
This page took
0.038895 seconds
and
5
git commands to generate.