]> Git Repo - J-u-boot.git/commit
Fix neighbor discovery ethernet address saving
authorSean Edmond <[email protected]>
Mon, 29 Apr 2024 18:51:16 +0000 (11:51 -0700)
committerTom Rini <[email protected]>
Wed, 1 Jan 2025 20:40:04 +0000 (14:40 -0600)
commitec9263b4f15c4cf82eb6a211c67baa6385065b8e
treeaeb67a213b774a72800bbc61def1aa15f9928433
parenteeee0e2b850d2b76d102fc1acca9e3101b1baf3a
Fix neighbor discovery ethernet address saving

When a successful neighbor advertisement is received, the ethernet
address should be saved for later use to avoid having to redo the
neighbor discovery process.

For example, with TFTP the address should get saved into
"net_server_ethaddr".  This is being done correctly with ARP for IPv4,
but not for neighbor discovery with IPv6.

Signed-off-by: Sean Edmond <[email protected]>
Reviewed-by: Viacheslav Mitrofanov <[email protected]>
net/ndisc.c
This page took 0.02573 seconds and 4 git commands to generate.