summaryrefslogtreecommitdiff
path: root/sys/netinet6/scope6.c
Commit message (Collapse)AuthorAgeFilesLines
...
* protect sid_default and sid.Hajimu UMEMOTO2003-10-221-1/+36
| | | | | | | Submitted by: rwatson (with modification) Notes: svn path=/head/; revision=121343
* - change scope to zone.Hajimu UMEMOTO2003-10-211-22/+56
| | | | | | | | | | | - change node-local to interface-local. - better error handling of address-to-scope mapping. - use in6_clearscope(). Obtained from: KAME Notes: svn path=/head/; revision=121315
* - add dom_if{attach,detach} framework.Hajimu UMEMOTO2003-10-171-74/+79
| | | | | | | | | - transition to use ifp->if_afdata. Obtained from: KAME Notes: svn path=/head/; revision=121161
* - typo in commentHajimu UMEMOTO2003-10-091-6/+6
| | | | | | | | | | | - style - ANSIfy (there is no functional change.) Obtained from: KAME Notes: svn path=/head/; revision=120941
* return(code) -> return (code)Hajimu UMEMOTO2003-10-061-15/+15
| | | | | | | (reduce diffs against KAME) Notes: svn path=/head/; revision=120856
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-1/+1
| | | | | | | Approved by: trb Notes: svn path=/head/; revision=111119
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-1/+1
| | | | | | | Merge M_NOWAIT/M_DONTWAIT into a single flag M_NOWAIT. Notes: svn path=/head/; revision=109623
* 3rd arg to bcmp() was wrong. From: David Wang <dsw@juniper.net>Hajimu UMEMOTO2002-03-251-1/+1
| | | | | | | | Obtained from: KAME MFC after: 1 week Notes: svn path=/head/; revision=93128
* Sync with recent KAME.Hajimu UMEMOTO2001-06-111-1/+2
| | | | | | | | | | | | | | | | | | | | | This work was based on kame-20010528-freebsd43-snap.tgz and some critical problem after the snap was out were fixed. There are many many changes since last KAME merge. TODO: - The definitions of SADB_* in sys/net/pfkeyv2.h are still different from RFC2407/IANA assignment because of binary compatibility issue. It should be fixed under 5-CURRENT. - ip6po_m member of struct ip6_pktopts is no longer used. But, it is still there because of binary compatibility issue. It should be removed under 5-CURRENT. Reviewed by: itojun Obtained from: KAME MFC after: 3 weeks Notes: svn path=/head/; revision=78064
* sync with kame tree as of july00. tons of bug fixes/improvements.Jun-ichiro itojun Hagino2000-07-041-0/+302
API changes: - additional IPv6 ioctls - IPsec PF_KEY API was changed, it is mandatory to upgrade setkey(8). (also syntax change) Notes: svn path=/head/; revision=62587