aboutsummaryrefslogtreecommitdiff
path: root/sbin/ifconfig/af_inet6.c
Commit message (Expand)AuthorAgeFilesLines
* Update for IETF draft-ietf-6man-ipv6only-flag.Bjoern A. Zeeb2019-03-061-0/+4
* ifconfig: eliminate trailing whitespaceAlan Somers2019-02-261-17/+17
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-1/+3
* Various Coverity fixes in ifconfig(8)Alan Somers2017-05-031-5/+7
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Fix spurious white space introduced in r301059Allan Jude2016-10-091-1/+1
* Address feedback from hrs@ re: r301059 (ifconfig subnet mask)Allan Jude2016-06-021-30/+17
* ifconfig(8) now supports some output formatting optionsAllan Jude2016-05-311-11/+36
* Use strlcpy() instead of strncpy() when copying ifname to ensureDon Lewis2016-05-161-3/+3
* Replace N #defines with nitems to simplify ifconfig code slightlyEnji Cooper2015-09-271-3/+1
* - Remove ND6_IFF_IGNORELOOP. This functionality was useless in practiceHiroki Sato2015-05-121-2/+0
* 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-0/+4
* Revert the change of flowid output format. [1]Vsevolod Stakhov2015-02-021-29/+3
* Style(9) fixes.Vsevolod Stakhov2015-02-021-21/+28
* Reorganize the list of addresses associated with an interface and group themVsevolod Stakhov2015-02-021-3/+28
* Add the ability to set `prefer_source' flag to an IPv6 address.Andrey V. Elsukov2014-09-091-0/+4
* Fix ifconfig to show pltime and vltime with -L option,Hajimu UMEMOTO2014-06-301-9/+13
* Add no_prefer_iface option.Hajimu UMEMOTO2013-01-091-0/+2
* - Fix LOR in sa6_recoverscope() in rt_msg2()[1].Hiroki Sato2012-12-041-2/+3
* Fill sin6_scope_id in sockaddr_in6 before passing it from the kernel toHiroki Sato2012-11-171-41/+2
* Remove "prefer_source" address selection option. FreeBSD has had anHiroki Sato2012-07-091-2/+0
* A major overhaul of the CARP implementation. The ip_carp.c was startedGleb Smirnoff2011-12-161-0/+2
* If compiling RESCUE always ignore feature_present(3) calls so thatBjoern A. Zeeb2011-07-181-0/+2
* - Accept Router Advertisement messages even when net.inet6.ip6.forwarding=1.Hiroki Sato2011-06-061-0/+2
* Add the "nd6 options" line handler as af_other_status() of AF_INET6, not as anHiroki Sato2011-06-051-0/+2
* Conditionally compile in the af_inet and af_inet6, af_nd6 modules.Bjoern A. Zeeb2011-05-311-0/+3
* Improve flexibility of receiving Router Advertisement andHiroki Sato2009-09-121-0/+15
* - Use size_t instead of int when appropriate;Xin LI2009-06-231-8/+4
* use getifaddrs from libc instead of private codeSam Leffler2007-02-241-9/+7
* Backout revision 1.4; it is not verified as the correct fix for the PR.Bruce M Simpson2007-02-031-1/+1
* Fix a typo in af_inet6.c such that IPv6 addresses may be deletedBruce M Simpson2006-09-251-1/+1
* only show a tunnel information of an adequate address family.Hajimu UMEMOTO2005-06-161-4/+6
* NI_WITHSCOPEID cleanup. Neither RFC 2553 nor RFC 3493 definesHajimu UMEMOTO2005-05-131-15/+6
* Overhaul to cleanup some of the tangled logic that's grown over the years.Sam Leffler2004-12-081-0/+547