cvs commit: src/sys/kern uipc_domain.c uipc_msg.c uipc_proto.c src/sys/n et netisr.c netisr.h netmsg.h rtsock.c src/sys/net/gre if_gre.c src/sys/net/ stf if_stf.c src/sys/netinet in_gif.c in_proto.c ip_demux.c ip_icmp.c tcp_va r.h udp_var.h ...

Nuno Antunes nuno.antunes at gmail.com
Fri Oct 31 16:16:29 PDT 2008


On Fri, Oct 31, 2008 at 11:48 PM, Thomas Nikolajsen
<thomas.nikolajsen at mail.dk> wrote:
>>sephe       2008/10/26 19:56:30 PDT
>>
>>DragonFly src repository
>>
>>  Modified files:
>>    sys/kern             uipc_domain.c uipc_msg.c uipc_proto.c
>>    sys/net              netisr.c netisr.h netmsg.h rtsock.c
>>    sys/net/gre          if_gre.c
>>    sys/net/stf          if_stf.c
>>    sys/netinet          in_gif.c in_proto.c ip_demux.c ip_icmp.c
>>                         tcp_var.h udp_var.h
>>    sys/netinet6         icmp6.c in6_gif.c in6_proto.c
>>                         ip6protosw.h
>>    sys/sys              protosw.h socketops.h
>>  Log:
>>  pr_ctlinput is usually called when certains types of ICMP packets are received.
> ..
>
> MPLS fails with panic at boot (domaininit: mplssw[0] has no usrreqs!);
> after this commit.

I'm currently (far) away on business trip and cannot look into this
thoroughly at this moment (enjoying life in Cameroon for a few
weeks!).

> Some consumers of protosw needs updating, e.g. protocols in sys/netproto.
>
> Seems like adding new field to protosw variables fixes problem.

Yes seems to me that protocols under sys/netproto (including mpls)
need to catch up..

Regards,
Nuno

>
>  -thomas
>





More information about the Commits mailing list