View | Details | Raw Unified | Return to bug 20473
Collapse All | Expand All

(-)in_proto.c (+2 lines)
Lines 159-164 Link Here
159
},
159
},
160
#endif
160
#endif
161
#endif /* IPSEC */
161
#endif /* IPSEC */
162
#if NGIF > 0
162
{ SOCK_RAW,	&inetdomain,	IPPROTO_IPV4,	PR_ATOMIC|PR_ADDR,
163
{ SOCK_RAW,	&inetdomain,	IPPROTO_IPV4,	PR_ATOMIC|PR_ADDR,
163
  encap4_input,	0,	 	0,		rip_ctloutput,
164
  encap4_input,	0,	 	0,		rip_ctloutput,
164
  0,
165
  0,
Lines 173-178 Link Here
173
  &nousrreqs
174
  &nousrreqs
174
},
175
},
175
#endif
176
#endif
177
#endif /*NGIF*/
176
#ifdef IPDIVERT
178
#ifdef IPDIVERT
177
{ SOCK_RAW,	&inetdomain,	IPPROTO_DIVERT,	PR_ATOMIC|PR_ADDR,
179
{ SOCK_RAW,	&inetdomain,	IPPROTO_DIVERT,	PR_ATOMIC|PR_ADDR,
178
  div_input,	0,	 	0,		ip_ctloutput,
180
  div_input,	0,	 	0,		ip_ctloutput,

Return to bug 20473