diff options
author | Tom Rini <trini@konsulko.com> | 2022-12-23 07:44:30 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-12-23 07:44:30 -0500 |
commit | 24a0a00f07fcbf4f8ca64cb13b2fa7d624ca6af9 (patch) | |
tree | 287ff08214bd70bcd070a2bd904800675ced8167 /net/net.c | |
parent | 1154e965d0bd16cf438afdaa4118e1455fd71a44 (diff) | |
parent | 440098c42e7369f4b5703a82723b2ce268180a1f (diff) |
Merge branch '2022-12-22-assorted-important-fixes'
- Split up the aarch64 Azure CI job more, to avoid time limits, nuvoton
network fix, SPL_OPTEE_IMAGE dependency fix, some fixes to the IPv6
code, PowerPC build flag fixes, silence pylibfdt version warning.
Diffstat (limited to 'net/net.c')
-rw-r--r-- | net/net.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1269,6 +1269,7 @@ void net_process_received_packet(uchar *in_packet, int len) #if IS_ENABLED(CONFIG_IPV6) case PROT_IP6: net_ip6_handler(et, (struct ip6_hdr *)ip, len); + break; #endif case PROT_IP: debug_cond(DEBUG_NET_PKT, "Got IP\n"); |