aboutsummaryrefslogtreecommitdiff
path: root/sbin/ifconfig/af_nd6.c
Commit message (Expand)AuthorAgeFilesLines
* Update for IETF draft-ietf-6man-ipv6only-flag.Bjoern A. Zeeb2019-03-061-1/+1
* Initial implementation of draft-ietf-6man-ipv6only-flag.Bjoern A. Zeeb2018-10-301-0/+8
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-1/+3
* ifconfig displays ND6_IFF_NO_DAD as "IGNORELOOP"Alan Somers2017-05-031-2/+1
* Use strlcpy() instead of strncpy() when copying ifname to ensureDon Lewis2016-05-161-4/+4
* Stop including if_var.h from userland.Gleb Smirnoff2015-04-061-1/+0
* - Implement loopback probing state in enhanced DAD algorithm.Hiroki Sato2015-03-051-1/+2
* Fix a typo (s/error/errno/).Hiroki Sato2013-07-031-1/+1
* Do not display a warning message in a jail without AF_INET6 support.Hiroki Sato2013-06-301-1/+1
* Add no_prefer_iface option.Hajimu UMEMOTO2013-01-091-1/+1
* Fix socket calls on error post-r243965.Kevin Lo2012-12-211-1/+1
* Skip nd6 line with no warning message when the system does not supportHiroki Sato2012-05-111-2/+4
* - Accept Router Advertisement messages even when net.inet6.ip6.forwarding=1.Hiroki Sato2011-06-061-1/+1
* Add the "nd6 options" line handler as af_other_status() of AF_INET6, not as anHiroki Sato2011-06-051-69/+3
* Conditionally compile in the af_inet and af_inet6, af_nd6 modules.Bjoern A. Zeeb2011-05-311-0/+4
* Use printb() to display the "nd6 options=" line.Hiroki Sato2009-10-121-29/+7
* Improve flexibility of receiving Router Advertisement andHiroki Sato2009-09-121-0/+251