OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
From: Jun-ichiro itojun Hagino (itojun_at_cvs.openbsd.org)
Date: Wed Oct 16 2002 - 19:09:39 CDT

  • Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

    CVSROOT: /cvs
    Module name: src
    Changes by: itojuncvs.openbsd.org 2002/10/16 18:09:39

    Modified files:
            sys/netinet6 : in6.c

    Log message:
    do not differentiate manually configured address from autoconfigured ones
    wrt prefix management;
    - always earn a reference to the prefix when an address is configured
    (by ioctl).
    - always delete the prefix when an address that has the last referene
    is manually removed.

    The change should solve the problem raised in KAME-snap 6989.

    sync w/kame