Skip to content

Commit

Permalink
Disable link-local addressing completely to address issue on radio po…
Browse files Browse the repository at this point in the history
…rt two

This is our current theory for the issues on CM3 introduced after we
switched to the 64-bit image. We will need someone to test. Another
option that I'd like to explore more in the future is using the static
IP fallback to make it easy for teams to debug networking issues; we
could probably fallback to something like 10.99.99.42.
  • Loading branch information
pietroglyph authored and mcm001 committed Jan 17, 2023
1 parent 1ed3b9c commit 7cc6b18
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions stage2/02-net-tweaks/00-patches/01-noipv4ll.diff
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Index: jessie-stage2/rootfs/etc/dhcpcd.conf
===================================================================
--- jessie-stage2.orig/rootfs/etc/dhcpcd.conf
+++ jessie-stage2/rootfs/etc/dhcpcd.conf
@@ -57,3 +57,7 @@
# fallback to static profile on eth0
#interface eth0
#fallback static_eth0
+
+# Disable link-local addressing completely
+# This seems to cause issues when DHCP times out (?) on the FRC radio
+noipv4ll

0 comments on commit 7cc6b18

Please sign in to comment.