rwatson 2003/11/03 10:03:05 PST FreeBSD src repository Modified files: sys/netinet ip_output.c Log: Note that when ip_output() is called from ip_forward(), it will already have its options inserted, so the opt argument to ip_output() must be NULL. Revision Changes Path 1.196 +2 -0 src/sys/netinet/ip_output.c