[Xorp-cvs] XORP cvs commit: xorp/fea
Pavlin Radoslavov
pavlin at icir.org
Fri May 25 19:04:49 PDT 2007
CVSROOT: /usr/local/share/doc/apache/cvs
Module name: xorp
Changes by: pavlin at xorpc.icir.org 2007-05-26 02:04:49 UTC
XORP CVS repository
Modified files:
fea Jamfile Makefile.am Makefile.in fea_node.cc
fea_node.hh xrl_fea_node.cc xrl_fea_node.hh
xrl_fea_target.cc xrl_fea_target.hh
Added files:
fea io_ip_manager.cc io_ip_manager.hh
xrl_io_ip_manager.cc xrl_io_ip_manager.hh
Removed files:
fea rawsock4.cc rawsock4.hh rawsock6.cc rawsock6.hh
xrl_rawsock4.cc xrl_rawsock4.hh xrl_rawsock6.cc
xrl_rawsock6.hh
Log message:
Refactor the top-level management for sending and receiving
raw IP packets to eliminate large amount of almost identical code
for handling IPv4 and IPv6.
Revision Changes Path
1.14 +3 -5; commitid: 13d1e465795287ea6; xorp/fea/Jamfile
1.93 +5 -9; commitid: 13d1e465795287ea6; xorp/fea/Makefile.am
1.112 +24 -26; commitid: 13d1e465795287ea6; xorp/fea/Makefile.in
1.5 +2 -1; commitid: 13d1e465795287ea6; xorp/fea/fea_node.cc
1.6 +12 -1; commitid: 13d1e465795287ea6; xorp/fea/fea_node.hh
1.1 +746 -0 xorp/fea/io_ip_manager.cc (new)
1.1 +558 -0 xorp/fea/io_ip_manager.hh (new)
1.24 +0 -697 xorp/fea/rawsock4.cc (dead)
1.24 +0 -493 xorp/fea/rawsock4.hh (dead)
1.23 +0 -696 xorp/fea/rawsock6.cc (dead)
1.23 +0 -509 xorp/fea/rawsock6.hh (dead)
1.8 +3 -6; commitid: 13d1e465795287ea6; xorp/fea/xrl_fea_node.cc
1.5 +3 -5; commitid: 13d1e465795287ea6; xorp/fea/xrl_fea_node.hh
1.20 +42 -34; commitid: 13d1e465795287ea6; xorp/fea/xrl_fea_target.cc
1.11 +4 -7; commitid: 13d1e465795287ea6; xorp/fea/xrl_fea_target.hh
1.1 +129 -0 xorp/fea/xrl_io_ip_manager.cc (new)
1.1 +65 -0 xorp/fea/xrl_io_ip_manager.hh (new)
1.27 +0 -86 xorp/fea/xrl_rawsock4.cc (dead)
1.18 +0 -58 xorp/fea/xrl_rawsock4.hh (dead)
1.20 +0 -101 xorp/fea/xrl_rawsock6.cc (dead)
1.13 +0 -60 xorp/fea/xrl_rawsock6.hh (dead)
More information about the Xorp-cvs
mailing list