History log of /freebsd-10-stable/usr.sbin/ndp/ndp.c
Revision Date Author Comments
# 294203 17-Jan-2016 melifaro

MFC r288297 (userland part).

If ever MFC is done for the new lltable code, this change will miminise
ABI breakage.

rtsock requests for deleting interface address lles started to return EPERM
instead of old "ignore-and-return 0" in r287789. This broke arp -da /
ndp -cn behavior (they exit on rtsock command failure). Fix this by
translating LLE_IFADDR to RTM_PINNED flag, passing it to userland and
making arp/ndp ignore these entries in batched delete.


# 293290 06-Jan-2016 bdrewery

MFC r289677:

Fix a ton of speelling errors


# 287735 13-Sep-2015 hrs

MFC 259169, 259176, 287097:

- Ansify function definitions.

- Change the type of addr argument in dump() function to be able
disambiguate link-local addresses from different zones.

- Add static and remove unused variables.


# 287733 13-Sep-2015 hrs

MFC 287095, 287610, 287611, 287617:

Remove obsolete API (SIOCGDRLST_IN6 and SIOCGPRLST_IN6) support.


# 270655 26-Aug-2014 ae

MFC r265778 (by melifaro):
Fix ndp(8) -f flag parsing

PR: bin/136661

MFC r268827 (by peter):
Fix "ndp -d hostname".


# 287735 13-Sep-2015 hrs

MFC 259169, 259176, 287097:

- Ansify function definitions.

- Change the type of addr argument in dump() function to be able
disambiguate link-local addresses from different zones.

- Add static and remove unused variables.


# 287733 13-Sep-2015 hrs

MFC 287095, 287610, 287611, 287617:

Remove obsolete API (SIOCGDRLST_IN6 and SIOCGPRLST_IN6) support.


# 270655 26-Aug-2014 ae

MFC r265778 (by melifaro):
Fix ndp(8) -f flag parsing

PR: bin/136661

MFC r268827 (by peter):
Fix "ndp -d hostname".