mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 08:42:12 +02:00
README: add explanation about patch policy
net/net.c: fix indentation
This commit is contained in:
10
net/net.c
10
net/net.c
@@ -1405,11 +1405,11 @@ NetReceive(volatile uchar * inpkt, int len)
|
||||
|
||||
switch (icmph->type) {
|
||||
case ICMP_REDIRECT:
|
||||
if (icmph->code != ICMP_REDIR_HOST)
|
||||
return;
|
||||
puts (" ICMP Host Redirect to ");
|
||||
print_IPaddr(icmph->un.gateway);
|
||||
putc(' ');
|
||||
if (icmph->code != ICMP_REDIR_HOST)
|
||||
return;
|
||||
puts (" ICMP Host Redirect to ");
|
||||
print_IPaddr(icmph->un.gateway);
|
||||
putc(' ');
|
||||
break;
|
||||
#if (CONFIG_COMMANDS & CFG_CMD_PING)
|
||||
case ICMP_ECHO_REPLY:
|
||||
|
Reference in New Issue
Block a user