From faff263d3bafcbfc6ccd7e137c09c73782d896e3 Mon Sep 17 00:00:00 2001
From: Eric Kooistra <kooistra@astron.nl>
Date: Mon, 5 Dec 2022 17:11:05 +0100
Subject: [PATCH] Default support UDP onload.

---
 libraries/io/eth/src/vhdl/eth.vhd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libraries/io/eth/src/vhdl/eth.vhd b/libraries/io/eth/src/vhdl/eth.vhd
index 04dcd650ac..f9b99edced 100644
--- a/libraries/io/eth/src/vhdl/eth.vhd
+++ b/libraries/io/eth/src/vhdl/eth.vhd
@@ -365,7 +365,7 @@ BEGIN
   u_frm_discard : ENTITY work.eth_frm_discard
   GENERIC MAP (
     g_support_dhcp       => TRUE,
-    g_support_udp_onload => FALSE
+    g_support_udp_onload => TRUE
   )
   PORT MAP (
     -- Clocks and reset
-- 
GitLab