NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

kern/48309: msk(4) cannot change link address



>Number:         48309
>Category:       kern
>Synopsis:       msk(4) cannot change link address
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    kern-bug-people
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sun Oct 13 16:50:00 +0000 2013
>Originator:     Takahiro HAYASHI
>Release:        NetBSD 6.99.24
>Organization:
>Environment:
System: NetBSD ruin 6.99.24 NetBSD 6.99.24 (UNION) #0: Wed Oct  9 08:34:24 JST 
2013 root@halt:/usr/build2/obj.i386/sys/arch/i386/compile/UNION i386
Architecture: i386
Machine: i386
>Description:
        msk(4) cannot change it's link address
        because the driver does not update sc with new link address in ifp
        when it's link address has been changed.

>How-To-Repeat:
        assign another link address on msk, ifconfig msk down up, and
        ping from other host.

>Fix:
        Please fill sc_if->sk_enaddr with CLLADDR(ifp->if_sadl) before
        writing to unicast filter registers in msk_init_yukon().

--
t-hash



Home | Main Index | Thread Index | Old Index