Page MenuHomeFreeBSD

D33091.id98863.diff
No OneTemporary

D33091.id98863.diff

Index: release/tools/ec2.conf
===================================================================
--- release/tools/ec2.conf
+++ release/tools/ec2.conf
@@ -70,6 +70,10 @@
echo 'rtsold_enable="YES"' >> ${DESTDIR}/etc/rc.conf
echo 'rtsold_flags="-M /usr/local/libexec/rtsold-M -a"' >> ${DESTDIR}/etc/rc.conf
+ # Turn off IPv6 Duplicate Address Detection; the EC2 networking
+ # configuration makes it unnecessary.
+ echo 'net.inet6.ip6.dad_count=0' >> ${DESTDIR}/sysctl.conf
+
# Provide a script which rtsold can use to launch DHCPv6
mkdir -p ${DESTDIR}/usr/local/libexec
cat > ${DESTDIR}/usr/local/libexec/rtsold-M <<'EOF'

File Metadata

Mime Type
text/plain
Expires
Wed, Aug 19, 3:40 PM (6 m, 14 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
36942864
Default Alt Text
D33091.id98863.diff (634 B)

Event Timeline