diff options
| author | Tom Rini <[email protected]> | 2025-04-23 08:53:23 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-04-23 08:53:23 -0600 |
| commit | 5d4a6995bb4311203a024200a402508fdf5d7dfb (patch) | |
| tree | 6410ca5d2528856f84e425630d9109ea2961070b /board | |
| parent | 4446bc331c65d3efb8a9321d6368c61edb56479b (diff) | |
| parent | 49ae68536f234c423c78e89913c64ae9b87ed0e8 (diff) | |
Merge tag 'net-20250423' of https://source.denx.de/u-boot/custodians/u-boot-net
Pull request net-20250423
net:
- Make initr_net() invocation command line agnostic
net-legacy:
- net: dhcpv6: remove excluded middle expression
- net: dhcp6: Send DHCPv6 using multicast MAC
net-lwip:
- lwIP sandbox tests
misc:
- cmd: Remove CMD_NET protection
Diffstat (limited to 'board')
| -rw-r--r-- | board/sandbox/sandbox.env | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/board/sandbox/sandbox.env b/board/sandbox/sandbox.env index a2c19702d64..29197f56e95 100644 --- a/board/sandbox/sandbox.env +++ b/board/sandbox/sandbox.env @@ -8,6 +8,11 @@ stderr=serial,vidconsole ethaddr=02:00:11:22:33:44 eth6addr=02:00:11:22:33:47 ipaddr=192.0.2.1 +ipaddr2=192.0.2.3 +ipaddr3=192.0.2.4 +ipaddr5=192.0.2.6 +ipaddr6=192.0.2.7 +ipaddr7=192.0.2.8 /* * These are used for distro boot which is not supported. But once bootmethod |
