Files
wifipineapple-openwrt/openwrt/package/radvd/files/radvd.conf
Nicolas Thill 0d81e8f782 Convert radvd to new packaging style
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@904 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-05-15 09:47:32 +00:00

23 lines
273 B
Plaintext

# 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;
};
};