Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F143502627
D33091.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
606 B
Referenced Files
None
Subscribers
None
D33091.diff
View Options
diff --git a/release/tools/ec2.conf b/release/tools/ec2.conf
--- a/release/tools/ec2.conf
+++ b/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}/etc/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
Details
Attached
Mime Type
text/plain
Expires
Sat, Jan 31, 6:49 PM (7 h, 25 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28158382
Default Alt Text
D33091.diff (606 B)
Attached To
Mode
D33091: EC2: Turn off IPv6 DAD
Attached
Detach File
Event Timeline
Log In to Comment