From fca2cfc919c21f4f028a0304592ce279cc408786 Mon Sep 17 00:00:00 2001 From: adamdunkels Date: Mon, 26 Oct 2009 13:20:57 +0000 Subject: [PATCH] radvd configuration file for linux --- tools/sky/uip6-bridge/radvd.conf | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 tools/sky/uip6-bridge/radvd.conf diff --git a/tools/sky/uip6-bridge/radvd.conf b/tools/sky/uip6-bridge/radvd.conf new file mode 100644 index 000000000..d6dd41e2b --- /dev/null +++ b/tools/sky/uip6-bridge/radvd.conf @@ -0,0 +1,16 @@ +interface tap0 { + AdvSendAdvert on; + AdvLinkMTU 1280; + AdvCurHopLimit 128; + AdvReachableTime 360000; + MinRtrAdvInterval 100; + MaxRtrAdvInterval 150; + AdvDefaultLifetime 200; + prefix AAAA::/64 + { + AdvOnLink on; + AdvAutonomous on; + AdvPreferredLifetime 4294967295; + AdvValidLifetime 4294967295; + }; +};