From a20aa237203f613553e01e56484b2164e863a80a Mon Sep 17 00:00:00 2001 From: nbd Date: Mon, 4 Apr 2005 22:12:17 +0000 Subject: add aiccu, bwm, ntpclient and radvd (from Sebastian Noel) git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@562 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/radvd/files/radvd.conf.example | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 package/radvd/files/radvd.conf.example (limited to 'package/radvd/files/radvd.conf.example') diff --git a/package/radvd/files/radvd.conf.example b/package/radvd/files/radvd.conf.example new file mode 100644 index 000000000..06d835704 --- /dev/null +++ b/package/radvd/files/radvd.conf.example @@ -0,0 +1,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; + }; + +}; -- cgit v1.2.3