commit | bb2903ce7401ae1868457d0d29ac733ffc99a7f4 | [log] [tgz] |
---|---|---|
author | Austin Schuh <austin.linux@gmail.com> | Tue Jan 03 21:19:50 2023 -0800 |
committer | Austin Schuh <austin.linux@gmail.com> | Wed Jan 04 15:40:52 2023 -0800 |
tree | fc85d8bdf9627fa74df74326d0aee37cbcd876f5 | |
parent | 2917b0cd093754dfaa94fe7a543cd274961d2f2f [diff] |
Speed up rockpi startup ipv6 was taking ages to time out. Don't bother... Change-Id: Ib91e82888652d2a81f4466d0d1d6724c0f1061d4 Signed-off-by: Austin Schuh <austin.linux@gmail.com>
diff --git a/frc971/rockpi/contents/etc/systemd/network/eth0.network b/frc971/rockpi/contents/etc/systemd/network/eth0.network index f9e7c2e..8bfaf61 100644 --- a/frc971/rockpi/contents/etc/systemd/network/eth0.network +++ b/frc971/rockpi/contents/etc/systemd/network/eth0.network
@@ -5,3 +5,7 @@ Address=10.9.71.20/24 Gateway=10.9.71.13 DNS=8.8.8.8 + +# ipv6 adds an extra 10 seconds to boot, and we don't use it... +# Disable all the route discovery and stuff +LinkLocalAddressing=no