Source-Changes archive

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

NetBSD master CVS tree commits



matt
Wed Apr 29 14:37:53 PDT 1998
Update of /cvsroot/src/sys/conf
In directory nb00:/tmp/cvs-serv16194/conf

Modified Files:
        files 
Log Message:
Add support for "fast" forwarding.  Add hooks in if_ethersubr.c and 
if_fddisubr.c to fastpath IP forwarding.  If ip_forward successfully
forwards a packet, it will create a cache (ipflow) entry.  ether_input
and fddi_input will first call ipflow_fastforward with the received 
packet and if the packet passes enough tests, it will be forwarded (the
ttl is decremented and the cksum is adjusted incrementally).


matt
Wed Apr 29 14:37:54 PDT 1998
Update of /cvsroot/src/sys/net
In directory nb00:/tmp/cvs-serv16194/net

Modified Files:
        if_ethersubr.c if_fddisubr.c 
Log Message:
Add support for "fast" forwarding.  Add hooks in if_ethersubr.c and 
if_fddisubr.c to fastpath IP forwarding.  If ip_forward successfully
forwards a packet, it will create a cache (ipflow) entry.  ether_input
and fddi_input will first call ipflow_fastforward with the received 
packet and if the packet passes enough tests, it will be forwarded (the
ttl is decremented and the cksum is adjusted incrementally).


matt
Wed Apr 29 14:37:55 PDT 1998
Update of /cvsroot/src/sys/netinet
In directory nb00:/tmp/cvs-serv16194/netinet

Modified Files:
        in_var.h ip_var.h ip_input.c 
Added Files:
        ip_flow.c 
Log Message:
Add support for "fast" forwarding.  Add hooks in if_ethersubr.c and 
if_fddisubr.c to fastpath IP forwarding.  If ip_forward successfully
forwards a packet, it will create a cache (ipflow) entry.  ether_input
and fddi_input will first call ipflow_fastforward with the received 
packet and if the packet passes enough tests, it will be forwarded (the
ttl is decremented and the cksum is adjusted incrementally).


matt
Wed Apr 29 14:39:39 PDT 1998
Update of /cvsroot/src/usr.bin/netstat
In directory nb00:/tmp/cvs-serv16282

Modified Files:
        inet.c 
Log Message:
Add support for printing fast forwarded packets.




Home | Main Index | Thread Index | Old Index