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 ...

Thomas Nikolajsen thomas.nikolajsen at mail.dk
Fri Oct 31 15:50:17 PDT 2008


>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.

Some consumers of protosw needs updating, e.g. protocols in sys/netproto.

Seems like adding new field to protosw variables fixes problem.

 -thomas





More information about the Commits mailing list