Source-Changes archive

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

CVS commit: syssrc/sys/netinet



Module Name:    syssrc
Committed By:   itojun
Date:           Mon Jun 24 08:01:36 UTC 2002

Modified Files:
        syssrc/sys/netinet: ip_output.c

Log Message:
do not consult routing table under the following condition:
- the destination is IPv4 multicast or 255.255.255.255, and
- outgoing interface is specified via socket option

this simplifies operation of routed
(no longer reqiure 224.0.0.0/4 to be set up)


To generate a diff of this commit:
cvs rdiff -r1.97 -r1.98 syssrc/sys/netinet/ip_output.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index