Page MenuHomeFreeBSD

ndp: improve -c and -d handling in ndp_netlink
ClosedPublic

Authored by rcm on Oct 20 2023, 1:58 PM.
Tags
None
Referenced Files
F103808726: D42316.diff
Fri, Nov 29, 5:35 PM
Unknown Object (File)
Oct 13 2024, 3:39 AM
Unknown Object (File)
Oct 6 2024, 8:35 AM
Unknown Object (File)
Oct 3 2024, 9:32 AM
Unknown Object (File)
Oct 1 2024, 12:42 PM
Unknown Object (File)
Sep 27 2024, 8:28 PM
Unknown Object (File)
Sep 27 2024, 2:38 AM
Unknown Object (File)
Sep 20 2024, 2:54 PM
Subscribers

Details

Summary

This patch restores/fixes some of the behavior present in pre-netlink ndp(8).

  1. Deleting a local address now correctly returns EPERM (instead of ENOENT)
  2. ndp -c no longer dumps the entire table while complaining about local addresses
  3. Return exit code when deleting entry (e.g. trying ndp -d on a local address is an error)

There is still an issue with ndp -s creating duplicate entries. That will be addressed in a separate patch.

Sponsored by: Rubicon Communications, LLC ("Netgate")

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

rcm requested review of this revision.Oct 20 2023, 1:58 PM
rcm retitled this revision from ndp: improve -d and -c handling in ndp_netlink to ndp: improve -c and -d handling in ndp_netlink.Oct 20 2023, 2:01 PM
This revision was not accepted when it landed; it landed in state Needs Review.Oct 23 2023, 8:59 PM
Closed by commit rG934a24e55a78: ndp: improve -c and -d handling in ndp_netlink (authored by rcm, committed by kp). · Explain Why
This revision was automatically updated to reflect the committed changes.