From pavlin at icir.org Wed Jan 2 14:48:31 2008 From: pavlin at icir.org (Pavlin Radoslavov) Date: Wed, 2 Jan 2008 22:48:31 GMT Subject: [Xorp-cvs] XORP cvs commit: other/tinderbox/scripts Message-ID: <200801022248.m02MmVZ0014042@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: other Changes by: pavlin at xorpc.icir.org 2008-01-02 22:48:31 UTC XORP CVS repository Modified files: tinderbox/scripts config tinderbox.sh Log message: Added "disable_check_xxx" configuration option: if it is set to "yes", then "gmake check" won't be run. This option is needed for running tinderbox instance with cross-compilation setup, simply because we cannot run the result binaries on the platform with the cross compilation tools. Revision Changes Path 1.29 +19 -0; commitid: 36ba477c142d7ea6; other/tinderbox/scripts/config 1.18 +10 -7; commitid: 36ba477c142d7ea6; other/tinderbox/scripts/tinderbox.sh From pavlin at icir.org Wed Jan 2 14:58:01 2008 From: pavlin at icir.org (Pavlin Radoslavov) Date: Wed, 2 Jan 2008 22:58:01 GMT Subject: [Xorp-cvs] XORP cvs commit: other/tinderbox/scripts Message-ID: <200801022258.m02Mw1MQ014230@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: other Changes by: pavlin at xorpc.icir.org 2008-01-02 22:58:01 UTC XORP CVS repository Modified files: tinderbox/scripts config Log message: * Renamed fbsd* to freebsd* * Renamed linux24 to redhat73 * Renamed linux26g to gentoo20061 * Removed commented-out setup for linux26_gcc33 and fbsd61_gcc344 Revision Changes Path 1.30 +49 -63; commitid: 376b477c169c7ea6; other/tinderbox/scripts/config From pavlin at icir.org Wed Jan 2 15:19:09 2008 From: pavlin at icir.org (Pavlin Radoslavov) Date: Wed, 2 Jan 2008 23:19:09 GMT Subject: [Xorp-cvs] XORP cvs commit: other/tinderbox/scripts Message-ID: <200801022319.m02NJ9T0014490@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: other Changes by: pavlin at xorpc.icir.org 2008-01-02 23:19:09 UTC XORP CVS repository Modified files: tinderbox/scripts config Log message: * Added comments with the description of each tinderbox setup * Renamed gentoo20061_gcc344 to gentoo20061_gcc346 to reflect the compiler version update/change * Renamed netbsd31_gcc333 to netbsd40_gcc412 to reflect the system version update/change Revision Changes Path 1.31 +36 -20; commitid: 3877477c1b7e7ea6; other/tinderbox/scripts/config From pavlin at icir.org Wed Jan 2 15:57:57 2008 From: pavlin at icir.org (Pavlin Radoslavov) Date: Wed, 2 Jan 2008 23:57:57 GMT Subject: [Xorp-cvs] XORP cvs commit: other/tinderbox/scripts Message-ID: <200801022357.m02NvvGm015060@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: other Changes by: pavlin at xorpc.icir.org 2008-01-02 23:57:56 UTC XORP CVS repository Modified files: tinderbox/scripts build_xorp.sh co_xorp.sh config filter-error.awk make_tinderbox_master.sh make_tinderbox_slave.sh remote_xorp_copy.sh tinderbox.sh Log message: Added missing copyright messages. Revision Changes Path 1.12 +13 -2; commitid: 3aad477c24f97ea6; other/tinderbox/scripts/build_xorp.sh 1.4 +14 -0; commitid: 3aad477c24f97ea6; other/tinderbox/scripts/co_xorp.sh 1.32 +15 -0; commitid: 3aad477c24f97ea6; other/tinderbox/scripts/config 1.6 +16 -2; commitid: 3aad477c24f97ea6; other/tinderbox/scripts/filter-error.awk 1.2 +13 -0; commitid: 3aad477c24f97ea6; other/tinderbox/scripts/make_tinderbox_master.sh 1.2 +13 -0; commitid: 3aad477c24f97ea6; other/tinderbox/scripts/make_tinderbox_slave.sh 1.13 +14 -0; commitid: 3aad477c24f97ea6; other/tinderbox/scripts/remote_xorp_copy.sh 1.19 +13 -1; commitid: 3aad477c24f97ea6; other/tinderbox/scripts/tinderbox.sh From pavlin at icir.org Wed Jan 2 16:32:08 2008 From: pavlin at icir.org (Pavlin Radoslavov) Date: Thu, 3 Jan 2008 00:32:08 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp Message-ID: <200801030032.m030W8eY015478@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin at xorpc.icir.org 2008-01-03 00:32:08 UTC XORP CVS repository Modified files: . BUILD_NOTES Log message: Renamed CROSS_LINUX_ROOT to CROSS_ROOT_ARCH Revision Changes Path 1.98 +9 -9; commitid: 3c5d477c2cfd7ea6; xorp/BUILD_NOTES From pavlin at icir.org Wed Jan 2 16:35:03 2008 From: pavlin at icir.org (Pavlin Radoslavov) Date: Thu, 3 Jan 2008 00:35:03 GMT Subject: [Xorp-cvs] XORP cvs commit: other/tinderbox/scripts Message-ID: <200801030035.m030Z3H1015587@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: other Changes by: pavlin at xorpc.icir.org 2008-01-03 00:35:03 UTC XORP CVS repository Modified files: tinderbox/scripts config tinderbox.sh Log message: * Added cross-compilation support * Renamed disable_check_* to cross_compile_* * Added cross-compilation config for IA-64 on Gentoo-2006.1 with gcc-3.4.5 Revision Changes Path 1.33 +28 -19; commitid: 3ca8477c2d6d7ea6; other/tinderbox/scripts/config 1.20 +18 -4; commitid: 3ca8477c2d6d7ea6; other/tinderbox/scripts/tinderbox.sh From pavlin at icir.org Wed Jan 2 17:00:45 2008 From: pavlin at icir.org (Pavlin Radoslavov) Date: Thu, 3 Jan 2008 01:00:45 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/libxorp Message-ID: <200801030100.m0310jvU015924@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin at xorpc.icir.org 2008-01-03 01:00:45 UTC XORP CVS repository Modified files: libxorp strptime.c Log message: Added "#ifndef HAVE_STRPTIME / #endif " guards around code that is not used if the system has strptime(3). This fixes a compilation warning on FreeBSD-6.2 with gcc-4.3.0 Revision Changes Path 1.15 +6 -1; commitid: 3e00477c33697ea6; xorp/libxorp/strptime.c From pavlin at icir.org Wed Jan 2 17:06:34 2008 From: pavlin at icir.org (Pavlin Radoslavov) Date: Thu, 3 Jan 2008 01:06:34 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/libxipc Message-ID: <200801030106.m0316YYv016011@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin at xorpc.icir.org 2008-01-03 01:06:34 UTC XORP CVS repository Modified files: libxipc xrl_parser.cc Log message: Replace trailing ';' after a "for()" loop with an eplicit empty {} body. This fixes a compilation warning on FreeBSD-6.2 with gcc-4.3.0 Revision Changes Path 1.14 +4 -2; commitid: 3e70477c34ce7ea6; xorp/libxipc/xrl_parser.cc From pavlin at icir.org Wed Jan 2 17:12:44 2008 From: pavlin at icir.org (Pavlin Radoslavov) Date: Thu, 3 Jan 2008 01:12:44 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/libxipc Message-ID: <200801030112.m031CiNP016082@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin at xorpc.icir.org 2008-01-03 01:12:44 UTC XORP CVS repository Modified files: libxipc finder.cc Log message: * Minor refactoring to if/else statement to make sure that the end of method Finder::active_messenger_represents_target() returns a value. This fixes a compilation warning on FreeBSD-6.2 with gcc-4.3.0 * Removed an extra call to validate_finder_classes_and_instances() that is never reached. Revision Changes Path 1.26 +2 -4; commitid: 3eb3477c36297ea6; xorp/libxipc/finder.cc From pavlin at icir.org Wed Jan 2 17:34:21 2008 From: pavlin at icir.org (Pavlin Radoslavov) Date: Thu, 3 Jan 2008 01:34:21 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/bgp Message-ID: <200801030134.m031YL3s016317@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin at xorpc.icir.org 2008-01-03 01:34:21 UTC XORP CVS repository Modified files: bgp local_data.hh Log message: Removed redundant "const" qualifier for "bool" return type. Revision Changes Path 1.22 +2 -2; commitid: 3fa4477c3b747ea6; xorp/bgp/local_data.hh From pavlin at icir.org Wed Jan 2 17:45:32 2008 From: pavlin at icir.org (Pavlin Radoslavov) Date: Thu, 3 Jan 2008 01:45:32 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/libxorp Message-ID: <200801030145.m031jWRQ016542@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin at xorpc.icir.org 2008-01-03 01:45:32 UTC XORP CVS repository Modified files: libxorp token.cc Log message: * Bug fix inside function pop_token() when the token line contains only empty spaces. * Move the check for empty token line to the beginning of function pop_token() Submitted by: Atanu Ghosh Revision Changes Path 1.12 +13 -3; commitid: 4061477c3d597ea6; xorp/libxorp/token.cc From pavlin at icir.org Wed Jan 2 18:29:55 2008 From: pavlin at icir.org (Pavlin Radoslavov) Date: Thu, 3 Jan 2008 02:29:55 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/rip Message-ID: <200801030229.m032TtrG016939@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin at xorpc.icir.org 2008-01-03 02:29:55 UTC XORP CVS repository Modified files: rip packet_queue.cc Log message: Replace trailing ';' after a "for()" loop with an eplicit empty {} body. This fixes a compilation warning on FreeBSD-6.2 with gcc-4.3.0 Revision Changes Path 1.12 +4 -2; commitid: 4212477c48917ea6; xorp/rip/packet_queue.cc From pavlin at icir.org Thu Jan 3 14:59:44 2008 From: pavlin at icir.org (Pavlin Radoslavov) Date: Thu, 3 Jan 2008 22:59:44 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/fea xorp/fea/data_plane/fibconfig xorp/fea/data_plane/ifconfig xorp/fea/data_plane/io Message-ID: <200801032259.m03MxiDh028705@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin at xorpc.icir.org 2008-01-03 22:59:44 UTC XORP CVS repository Modified files: fea fibconfig_entry_get.hh fibconfig_entry_observer.hh fibconfig_entry_set.hh fibconfig_forwarding.hh fibconfig_table_get.hh fibconfig_table_observer.hh fibconfig_table_set.hh ifconfig.hh ifconfig_get.hh ifconfig_observer.hh ifconfig_property.hh ifconfig_reporter.hh ifconfig_set.hh ifconfig_vlan_get.hh ifconfig_vlan_set.hh iftree.hh io_ip.hh io_ip_manager.hh io_link.hh io_link_manager.hh io_tcpudp.hh io_tcpudp_manager.hh mfea_node.hh xrl_fib_client_manager.hh fea/data_plane/fibconfig fibconfig_entry_get_click.hh fibconfig_entry_get_dummy.hh fibconfig_entry_get_iphelper.hh fibconfig_entry_get_netlink_socket.hh fibconfig_entry_get_routing_socket.hh fibconfig_entry_get_rtmv2.hh fibconfig_entry_observer_dummy.hh fibconfig_entry_observer_iphelper.hh fibconfig_entry_observer_netlink_socket.hh fibconfig_entry_observer_routing_socket.hh fibconfig_entry_observer_rtmv2.hh fibconfig_entry_set_click.hh fibconfig_entry_set_dummy.hh fibconfig_entry_set_iphelper.hh fibconfig_entry_set_netlink_socket.hh fibconfig_entry_set_routing_socket.hh fibconfig_entry_set_rtmv2.hh fibconfig_forwarding_dummy.hh fibconfig_forwarding_proc_linux.hh fibconfig_forwarding_solaris.hh fibconfig_forwarding_sysctl.hh fibconfig_forwarding_windows.hh fibconfig_table_get_click.hh fibconfig_table_get_dummy.hh fibconfig_table_get_iphelper.hh fibconfig_table_get_netlink_socket.hh fibconfig_table_get_sysctl.hh fibconfig_table_observer_dummy.hh fibconfig_table_observer_iphelper.hh fibconfig_table_observer_netlink_socket.hh fibconfig_table_observer_routing_socket.hh fibconfig_table_observer_rtmv2.hh fibconfig_table_set_click.hh fibconfig_table_set_dummy.hh fibconfig_table_set_iphelper.hh fibconfig_table_set_netlink_socket.hh fibconfig_table_set_routing_socket.hh fibconfig_table_set_rtmv2.hh fea/data_plane/ifconfig ifconfig_get_click.hh ifconfig_get_dummy.hh ifconfig_get_getifaddrs.hh ifconfig_get_ioctl.hh ifconfig_get_iphelper.hh ifconfig_get_netlink_socket.hh ifconfig_get_proc_linux.hh ifconfig_get_sysctl.hh ifconfig_observer_dummy.hh ifconfig_observer_iphelper.hh ifconfig_observer_netlink_socket.hh ifconfig_observer_routing_socket.hh ifconfig_property_bsd.hh ifconfig_property_dummy.hh ifconfig_property_linux.hh ifconfig_property_solaris.hh ifconfig_property_windows.hh ifconfig_set_click.hh ifconfig_set_dummy.hh ifconfig_set_ioctl.hh ifconfig_set_iphelper.hh ifconfig_set_netlink_socket.hh ifconfig_vlan_get_bsd.hh ifconfig_vlan_get_dummy.hh ifconfig_vlan_get_linux.hh ifconfig_vlan_set_bsd.hh ifconfig_vlan_set_dummy.hh ifconfig_vlan_set_linux.hh fea/data_plane/io io_ip_dummy.hh io_ip_socket.hh io_link_dummy.hh io_link_pcap.hh io_tcpudp_dummy.hh io_tcpudp_socket.hh Log message: Kdoc fixes: replace @see with @ref, because the former must start at the beginning of the line. Revision Changes Path 1.5 +2 -2; commitid: 6f11477d68b07ea6; xorp/fea/data_plane/fibconfig/fibconfig_entry_get_click.hh 1.5 +2 -2; commitid: 6f11477d68b07ea6; xorp/fea/data_plane/fibconfig/fibconfig_entry_get_dummy.hh 1.5 +2 -2; commitid: 6f11477d68b07ea6; xorp/fea/data_plane/fibconfig/fibconfig_entry_get_iphelper.hh 1.5 +2 -2; commitid: 6f11477d68b07ea6; xorp/fea/data_plane/fibconfig/fibconfig_entry_get_netlink_socket.hh 1.5 +2 -2; commitid: 6f11477d68b07ea6; xorp/fea/data_plane/fibconfig/fibconfig_entry_get_routing_socket.hh 1.5 +2 -2; commitid: 6f11477d68b07ea6; xorp/fea/data_plane/fibconfig/fibconfig_entry_get_rtmv2.hh 1.4 +2 -2; commitid: 6f11477d68b07ea6; xorp/fea/data_plane/fibconfig/fibconfig_entry_observer_dummy.hh 1.4 +2 -2; commitid: 6f11477d68b07ea6; xorp/fea/data_plane/fibconfig/fibconfig_entry_observer_iphelper.hh 1.4 +2 -2; commitid: 6f11477d68b07ea6; xorp/fea/data_plane/fibconfig/fibconfig_entry_observer_netlink_socket.hh 1.4 +2 -2; commitid: 6f11477d68b07ea6; xorp/fea/data_plane/fibconfig/fibconfig_entry_observer_routing_socket.hh 1.4 +2 -2; commitid: 6f11477d68b07ea6; xorp/fea/data_plane/fibconfig/fibconfig_entry_observer_rtmv2.hh 1.5 +2 -2; commitid: 6f11477d68b07ea6; xorp/fea/data_plane/fibconfig/fibconfig_entry_set_click.hh 1.5 +2 -2; commitid: 6f11477d68b07ea6; xorp/fea/data_plane/fibconfig/fibconfig_entry_set_dummy.hh 1.5 +2 -2; commitid: 6f11477d68b07ea6; xorp/fea/data_plane/fibconfig/fibconfig_entry_set_iphelper.hh 1.5 +2 -2; commitid: 6f11477d68b07ea6; xorp/fea/data_plane/fibconfig/fibconfig_entry_set_netlink_socket.hh 1.5 +2 -2; commitid: 6f11477d68b07ea6; xorp/fea/data_plane/fibconfig/fibconfig_entry_set_routing_socket.hh 1.5 +2 -2; commitid: 6f11477d68b07ea6; xorp/fea/data_plane/fibconfig/fibconfig_entry_set_rtmv2.hh 1.3 +2 -2; commitid: 6f11477d68b07ea6; xorp/fea/data_plane/fibconfig/fibconfig_forwarding_dummy.hh 1.3 +2 -2; commitid: 6f11477d68b07ea6; xorp/fea/data_plane/fibconfig/fibconfig_forwarding_proc_linux.hh 1.3 +2 -2; commitid: 6f11477d68b07ea6; xorp/fea/data_plane/fibconfig/fibconfig_forwarding_solaris.hh 1.3 +2 -2; commitid: 6f11477d68b07ea6; xorp/fea/data_plane/fibconfig/fibconfig_forwarding_sysctl.hh 1.3 +2 -2; commitid: 6f11477d68b07ea6; xorp/fea/data_plane/fibconfig/fibconfig_forwarding_windows.hh 1.5 +2 -2; commitid: 6f11477d68b07ea6; xorp/fea/data_plane/fibconfig/fibconfig_table_get_click.hh 1.5 +2 -2; commitid: 6f11477d68b07ea6; xorp/fea/data_plane/fibconfig/fibconfig_table_get_dummy.hh 1.5 +2 -2; commitid: 6f11477d68b07ea6; xorp/fea/data_plane/fibconfig/fibconfig_table_get_iphelper.hh 1.5 +2 -2; commitid: 6f11477d68b07ea6; xorp/fea/data_plane/fibconfig/fibconfig_table_get_netlink_socket.hh 1.5 +2 -2; commitid: 6f11477d68b07ea6; xorp/fea/data_plane/fibconfig/fibconfig_table_get_sysctl.hh 1.4 +2 -2; commitid: 6f11477d68b07ea6; xorp/fea/data_plane/fibconfig/fibconfig_table_observer_dummy.hh 1.4 +2 -2; commitid: 6f11477d68b07ea6; xorp/fea/data_plane/fibconfig/fibconfig_table_observer_iphelper.hh 1.4 +2 -2; commitid: 6f11477d68b07ea6; xorp/fea/data_plane/fibconfig/fibconfig_table_observer_netlink_socket.hh 1.4 +2 -2; commitid: 6f11477d68b07ea6; xorp/fea/data_plane/fibconfig/fibconfig_table_observer_routing_socket.hh 1.4 +2 -2; commitid: 6f11477d68b07ea6; xorp/fea/data_plane/fibconfig/fibconfig_table_observer_rtmv2.hh 1.5 +2 -2; commitid: 6f11477d68b07ea6; xorp/fea/data_plane/fibconfig/fibconfig_table_set_click.hh 1.5 +2 -2; commitid: 6f11477d68b07ea6; xorp/fea/data_plane/fibconfig/fibconfig_table_set_dummy.hh 1.5 +2 -2; commitid: 6f11477d68b07ea6; xorp/fea/data_plane/fibconfig/fibconfig_table_set_iphelper.hh 1.5 +2 -2; commitid: 6f11477d68b07ea6; xorp/fea/data_plane/fibconfig/fibconfig_table_set_netlink_socket.hh 1.5 +2 -2; commitid: 6f11477d68b07ea6; xorp/fea/data_plane/fibconfig/fibconfig_table_set_routing_socket.hh 1.5 +2 -2; commitid: 6f11477d68b07ea6; xorp/fea/data_plane/fibconfig/fibconfig_table_set_rtmv2.hh 1.7 +2 -2; commitid: 6f11477d68b07ea6; xorp/fea/data_plane/ifconfig/ifconfig_get_click.hh 1.7 +2 -2; commitid: 6f11477d68b07ea6; xorp/fea/data_plane/ifconfig/ifconfig_get_dummy.hh 1.8 +2 -2; commitid: 6f11477d68b07ea6; xorp/fea/data_plane/ifconfig/ifconfig_get_getifaddrs.hh 1.8 +2 -2; commitid: 6f11477d68b07ea6; xorp/fea/data_plane/ifconfig/ifconfig_get_ioctl.hh 1.7 +2 -2; commitid: 6f11477d68b07ea6; xorp/fea/data_plane/ifconfig/ifconfig_get_iphelper.hh 1.8 +2 -2; commitid: 6f11477d68b07ea6; xorp/fea/data_plane/ifconfig/ifconfig_get_netlink_socket.hh 1.7 +2 -2; commitid: 6f11477d68b07ea6; xorp/fea/data_plane/ifconfig/ifconfig_get_proc_linux.hh 1.7 +2 -2; commitid: 6f11477d68b07ea6; xorp/fea/data_plane/ifconfig/ifconfig_get_sysctl.hh 1.6 +2 -2; commitid: 6f11477d68b07ea6; xorp/fea/data_plane/ifconfig/ifconfig_observer_dummy.hh 1.6 +2 -2; commitid: 6f11477d68b07ea6; xorp/fea/data_plane/ifconfig/ifconfig_observer_iphelper.hh 1.6 +2 -2; commitid: 6f11477d68b07ea6; xorp/fea/data_plane/ifconfig/ifconfig_observer_netlink_socket.hh 1.6 +2 -2; commitid: 6f11477d68b07ea6; xorp/fea/data_plane/ifconfig/ifconfig_observer_routing_socket.hh 1.2 +2 -2; commitid: 6f11477d68b07ea6; xorp/fea/data_plane/ifconfig/ifconfig_property_bsd.hh 1.2 +2 -2; commitid: 6f11477d68b07ea6; xorp/fea/data_plane/ifconfig/ifconfig_property_dummy.hh 1.2 +2 -2; commitid: 6f11477d68b07ea6; xorp/fea/data_plane/ifconfig/ifconfig_property_linux.hh 1.2 +2 -2; commitid: 6f11477d68b07ea6; xorp/fea/data_plane/ifconfig/ifconfig_property_solaris.hh 1.3 +2 -2; commitid: 6f11477d68b07ea6; xorp/fea/data_plane/ifconfig/ifconfig_property_windows.hh 1.10 +2 -2; commitid: 6f11477d68b07ea6; xorp/fea/data_plane/ifconfig/ifconfig_set_click.hh 1.11 +2 -2; commitid: 6f11477d68b07ea6; xorp/fea/data_plane/ifconfig/ifconfig_set_dummy.hh 1.10 +2 -2; commitid: 6f11477d68b07ea6; xorp/fea/data_plane/ifconfig/ifconfig_set_ioctl.hh 1.10 +2 -2; commitid: 6f11477d68b07ea6; xorp/fea/data_plane/ifconfig/ifconfig_set_iphelper.hh 1.10 +2 -2; commitid: 6f11477d68b07ea6; xorp/fea/data_plane/ifconfig/ifconfig_set_netlink_socket.hh 1.3 +2 -2; commitid: 6f11477d68b07ea6; xorp/fea/data_plane/ifconfig/ifconfig_vlan_get_bsd.hh 1.3 +2 -2; commitid: 6f11477d68b07ea6; xorp/fea/data_plane/ifconfig/ifconfig_vlan_get_dummy.hh 1.2 +2 -2; commitid: 6f11477d68b07ea6; xorp/fea/data_plane/ifconfig/ifconfig_vlan_get_linux.hh 1.7 +2 -2; commitid: 6f11477d68b07ea6; xorp/fea/data_plane/ifconfig/ifconfig_vlan_set_bsd.hh 1.7 +2 -2; commitid: 6f11477d68b07ea6; xorp/fea/data_plane/ifconfig/ifconfig_vlan_set_dummy.hh 1.3 +2 -2; commitid: 6f11477d68b07ea6; xorp/fea/data_plane/ifconfig/ifconfig_vlan_set_linux.hh 1.2 +2 -2; commitid: 6f11477d68b07ea6; xorp/fea/data_plane/io/io_ip_dummy.hh 1.9 +2 -2; commitid: 6f11477d68b07ea6; xorp/fea/data_plane/io/io_ip_socket.hh 1.2 +2 -2; commitid: 6f11477d68b07ea6; xorp/fea/data_plane/io/io_link_dummy.hh 1.6 +2 -2; commitid: 6f11477d68b07ea6; xorp/fea/data_plane/io/io_link_pcap.hh 1.5 +2 -2; commitid: 6f11477d68b07ea6; xorp/fea/data_plane/io/io_tcpudp_dummy.hh 1.9 +7 -7; commitid: 6f11477d68b07ea6; xorp/fea/data_plane/io/io_tcpudp_socket.hh 1.13 +2 -2; commitid: 6f11477d68b07ea6; xorp/fea/fibconfig_entry_get.hh 1.9 +2 -2; commitid: 6f11477d68b07ea6; xorp/fea/fibconfig_entry_observer.hh 1.12 +2 -2; commitid: 6f11477d68b07ea6; xorp/fea/fibconfig_entry_set.hh 1.3 +2 -2; commitid: 6f11477d68b07ea6; xorp/fea/fibconfig_forwarding.hh 1.13 +2 -2; commitid: 6f11477d68b07ea6; xorp/fea/fibconfig_table_get.hh 1.11 +2 -2; commitid: 6f11477d68b07ea6; xorp/fea/fibconfig_table_observer.hh 1.11 +2 -2; commitid: 6f11477d68b07ea6; xorp/fea/fibconfig_table_set.hh 1.77 +3 -3; commitid: 6f11477d68b07ea6; xorp/fea/ifconfig.hh 1.46 +2 -2; commitid: 6f11477d68b07ea6; xorp/fea/ifconfig_get.hh 1.29 +2 -2; commitid: 6f11477d68b07ea6; xorp/fea/ifconfig_observer.hh 1.2 +2 -2; commitid: 6f11477d68b07ea6; xorp/fea/ifconfig_property.hh 1.6 +4 -4; commitid: 6f11477d68b07ea6; xorp/fea/ifconfig_reporter.hh 1.60 +2 -2; commitid: 6f11477d68b07ea6; xorp/fea/ifconfig_set.hh 1.3 +2 -2; commitid: 6f11477d68b07ea6; xorp/fea/ifconfig_vlan_get.hh 1.8 +2 -2; commitid: 6f11477d68b07ea6; xorp/fea/ifconfig_vlan_set.hh 1.58 +25 -25; commitid: 6f11477d68b07ea6; xorp/fea/iftree.hh 1.2 +2 -2; commitid: 6f11477d68b07ea6; xorp/fea/io_ip.hh 1.12 +5 -5; commitid: 6f11477d68b07ea6; xorp/fea/io_ip_manager.hh 1.2 +2 -2; commitid: 6f11477d68b07ea6; xorp/fea/io_link.hh 1.7 +5 -5; commitid: 6f11477d68b07ea6; xorp/fea/io_link_manager.hh 1.7 +2 -2; commitid: 6f11477d68b07ea6; xorp/fea/io_tcpudp.hh 1.8 +5 -5; commitid: 6f11477d68b07ea6; xorp/fea/io_tcpudp_manager.hh 1.48 +2 -2; commitid: 6f11477d68b07ea6; xorp/fea/mfea_node.hh 1.4 +2 -2; commitid: 6f11477d68b07ea6; xorp/fea/xrl_fib_client_manager.hh From pavlin at icir.org Thu Jan 3 15:04:43 2008 From: pavlin at icir.org (Pavlin Radoslavov) Date: Thu, 3 Jan 2008 23:04:43 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/rip Message-ID: <200801032304.m03N4gNs028837@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin at xorpc.icir.org 2008-01-03 23:04:42 UTC XORP CVS repository Modified files: rip route_entry.hh Log message: Fix kdoc comments. Revision Changes Path 1.19 +3 -3; commitid: 708c477d69fe7ea6; xorp/rip/route_entry.hh From pavlin at icir.org Thu Jan 3 15:08:50 2008 From: pavlin at icir.org (Pavlin Radoslavov) Date: Thu, 3 Jan 2008 23:08:50 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/docs/kdoc Message-ID: <200801032308.m03N8oQK028998@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin at xorpc.icir.org 2008-01-03 23:08:50 UTC XORP CVS repository Modified files: docs/kdoc gen-kdoc.sh Log message: Added libfeaclient to the list of kdoc libraries that mld6igmp and pim depend on. Revision Changes Path 1.26 +3 -3; commitid: 7125477d6ad47ea6; xorp/docs/kdoc/gen-kdoc.sh From pavlin at icir.org Thu Jan 3 19:01:42 2008 From: pavlin at icir.org (Pavlin Radoslavov) Date: Fri, 4 Jan 2008 03:01:42 GMT Subject: [Xorp-cvs] XORP cvs commit: other/LiveCD other/LiveCD/files other/tinderbox/scripts Message-ID: <200801040301.m0431gRQ031406@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: other Changes by: pavlin at xorpc.icir.org 2008-01-04 03:01:42 UTC XORP CVS repository Modified files: LiveCD livecd.sh LiveCD/files rc.live xorp-makeconfig.sh tinderbox/scripts build_xorp.sh co_xorp.sh config filter-error.awk make_tinderbox_master.sh make_tinderbox_slave.sh remote_xorp_copy.sh tinderbox.sh Log message: Update the ICSI copyright year to 2008. Revision Changes Path 1.11 +2 -2; commitid: 7a5b477da1857ea6; other/LiveCD/files/rc.live 1.12 +2 -2; commitid: 7a5b477da1857ea6; other/LiveCD/files/xorp-makeconfig.sh 1.18 +2 -2; commitid: 7a5b477da1857ea6; other/LiveCD/livecd.sh 1.13 +2 -2; commitid: 7a5b477da1857ea6; other/tinderbox/scripts/build_xorp.sh 1.5 +2 -2; commitid: 7a5b477da1857ea6; other/tinderbox/scripts/co_xorp.sh 1.34 +2 -2; commitid: 7a5b477da1857ea6; other/tinderbox/scripts/config 1.7 +2 -2; commitid: 7a5b477da1857ea6; other/tinderbox/scripts/filter-error.awk 1.3 +2 -2; commitid: 7a5b477da1857ea6; other/tinderbox/scripts/make_tinderbox_master.sh 1.3 +2 -2; commitid: 7a5b477da1857ea6; other/tinderbox/scripts/make_tinderbox_slave.sh 1.14 +2 -2; commitid: 7a5b477da1857ea6; other/tinderbox/scripts/remote_xorp_copy.sh 1.21 +2 -2; commitid: 7a5b477da1857ea6; other/tinderbox/scripts/tinderbox.sh From pavlin at icir.org Thu Jan 3 19:03:39 2008 From: pavlin at icir.org (Pavlin Radoslavov) Date: Fri, 4 Jan 2008 03:03:39 GMT Subject: [Xorp-cvs] XORP cvs commit: www www/html_src Message-ID: <200801040303.m0433dhx031526@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: www Changes by: pavlin at xorpc.icir.org 2008-01-04 03:03:39 UTC XORP CVS repository Modified files: . license.html html_src license.html Log message: Update the ICSI copyright year to 2008. Revision Changes Path 1.7 +1 -1; commitid: 7af8477da2067ea6; www/html_src/license.html 1.31 +4 -4; commitid: 7af8477da2067ea6; www/license.html From pavlin at icir.org Thu Jan 3 19:18:22 2008 From: pavlin at icir.org (Pavlin Radoslavov) Date: Fri, 4 Jan 2008 03:18:22 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp xorp/bgp xorp/bgp/harness xorp/bgp/tools xorp/cli xorp/cli/libtecla xorp/cli/tools xorp/contrib/packages/debian xorp/contrib/win32/installer xorp/contrib/win32/xorprtm xorp/devnotes xorp/docs/papers/hotnets_2002_talk xorp/docs/user_manual ... Message-ID: <200801040318.m043IMFn035677@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin at xorpc.icir.org 2008-01-04 03:18:21 UTC XORP CVS repository Modified files: . LICENSE LICENSE.other bgp aspath.cc aspath.hh aspath_test.cc attribute_manager.cc attribute_manager.hh bgp.cc bgp.hh bgp_module.h bgp_trie.cc bgp_trie.hh bgp_varrw.cc bgp_varrw.hh bgp_varrw_export.cc bgp_varrw_export.hh crash_dump.cc crash_dump.hh damping.cc damping.hh dummy_main.cc dummy_next_hop_resolver.cc dummy_next_hop_resolver.hh dump_iterators.cc dump_iterators.hh exceptions.hh internal_message.cc internal_message.hh iptuple.cc iptuple.hh local_data.cc local_data.hh main.cc next_hop_resolver.cc next_hop_resolver.hh notification_packet.cc open_packet.cc packet.cc packet.hh parameter.cc parameter.hh path_attribute.cc path_attribute.hh peer.cc peer.hh peer_data.cc peer_data.hh peer_handler.cc peer_handler.hh peer_handler_debug.cc peer_handler_debug.hh peer_list.cc peer_list.hh peer_route_pair.hh plumbing.cc plumbing.hh process_watch.cc process_watch.hh profile_vars.cc profile_vars.hh rib_ipc_handler.cc rib_ipc_handler.hh route_queue.cc route_queue.hh route_table_aggregation.cc route_table_aggregation.hh route_table_base.cc route_table_base.hh route_table_cache.cc route_table_cache.hh route_table_damping.cc route_table_damping.hh route_table_debug.cc route_table_debug.hh route_table_decision.cc route_table_decision.hh route_table_deletion.cc route_table_deletion.hh route_table_dump.cc route_table_dump.hh route_table_fanout.cc route_table_fanout.hh route_table_filter.cc route_table_filter.hh route_table_nhlookup.cc route_table_nhlookup.hh route_table_policy.cc route_table_policy.hh route_table_policy_ex.cc route_table_policy_ex.hh route_table_policy_im.cc route_table_policy_im.hh route_table_policy_sm.cc route_table_policy_sm.hh route_table_reader.cc route_table_reader.hh route_table_ribin.cc route_table_ribin.hh route_table_ribout.cc route_table_ribout.hh socket.cc socket.hh subnet_route.cc subnet_route.hh test_cache.cc test_decision.cc test_deletion.cc test_dump.cc test_fanout.cc test_filter.cc test_main.cc test_next_hop_resolver.cc test_next_hop_resolver.hh test_nhlookup.cc test_packet.cc test_packet.hh test_packet_coding.cc test_peer_data.cc test_plumbing.cc test_plumbing.hh test_policy.cc test_ribin.cc test_ribout.cc test_subnet_route.cc timer_const.hh update_attrib.cc update_attrib.hh update_packet.cc update_test.cc xrl_target.cc xrl_target.hh bgp/harness bgppp.cc bgppp.hh command.cc command.hh coord.cc coord.hh peer.cc peer.hh real_trie.hh test_peer.cc test_peer.hh test_trie.cc trie.cc trie.hh trie_payload.hh bgp/tools bgptools_module.h print_peer.cc print_peer.hh print_peers.cc print_routes.cc print_routes.hh print_routes_main.cc xorpsh_print_peers.cc xorpsh_print_routes.cc cli cli_client.cc cli_client.hh cli_command.cc cli_command.hh cli_command_pipe.cc cli_command_pipe.hh cli_module.h cli_node.cc cli_node.hh cli_node_internal_commands.cc cli_node_net.cc cli_private.hh test_cli.cc xrl_cli_node.cc xrl_cli_node.hh cli/libtecla nettest_libtecla.c cli/tools send_cli_processor_xrl.cc contrib/packages/debian copyright contrib/win32/installer LICENSE xorp.nsi contrib/win32/xorprtm bsdroute.h defs.h list.h loadprotocol.c mibmgr.c mibmgr.h pchsample.h print_rtmsg.c rmapi.c rmapi.h sync.c sync.h test_monitor.c test_routeadd.c test_routeadddelete.c test_routeaddwait.c utils.c utils.h xorprtm.c xorprtm.h xorprtm_internal.h devnotes template.c template.cc template.h template.hh template.py template.sh docs/papers/hotnets_2002_talk elements.mp elemfig.sty samp04_iprouter.mp docs/user_manual preface.tex fea fea_data_plane_manager.cc fea_data_plane_manager.hh fea_io.cc fea_io.hh fea_module.h fea_node.cc fea_node.hh fibconfig.cc fibconfig.hh fibconfig_entry_get.hh fibconfig_entry_observer.hh fibconfig_entry_set.hh fibconfig_forwarding.cc fibconfig_forwarding.hh fibconfig_table_get.hh fibconfig_table_observer.hh fibconfig_table_set.hh fibconfig_transaction.cc fibconfig_transaction.hh fte.hh ifconfig.cc ifconfig.hh ifconfig_get.hh ifconfig_observer.hh ifconfig_property.cc ifconfig_property.hh ifconfig_reporter.cc ifconfig_reporter.hh ifconfig_set.hh ifconfig_transaction.cc ifconfig_transaction.hh ifconfig_vlan_get.hh ifconfig_vlan_set.hh iftree.cc iftree.hh io_ip.cc io_ip.hh io_ip_manager.cc io_ip_manager.hh io_link.cc io_link.hh io_link_manager.cc io_link_manager.hh io_tcpudp.cc io_tcpudp.hh io_tcpudp_manager.cc io_tcpudp_manager.hh libfeaclient_bridge.cc libfeaclient_bridge.hh mfea_config.cc mfea_dataflow.cc mfea_dataflow.hh mfea_kernel_messages.hh mfea_module.h mfea_mrouter.cc mfea_mrouter.hh mfea_node.cc mfea_node.hh mfea_node_cli.cc mfea_node_cli.hh mfea_osdep.hh mfea_vif.cc mfea_vif.hh nexthop_port_mapper.cc nexthop_port_mapper.hh pa_backend.hh pa_backend_dummy.cc pa_backend_dummy.hh pa_backend_ipfw2.cc pa_backend_ipfw2.hh pa_backend_nf.cc pa_backend_nf.hh pa_backend_pf.cc pa_backend_pf.hh pa_entry.cc pa_entry.hh pa_table.cc pa_table.hh pa_transaction.cc pa_transaction.hh profile_vars.cc profile_vars.hh test_xrl_sockets4_tcp.cc test_xrl_sockets4_udp.cc xorp_fea.cc xrl_fea_io.cc xrl_fea_io.hh xrl_fea_node.cc xrl_fea_node.hh xrl_fea_target.cc xrl_fea_target.hh xrl_fib_client_manager.cc xrl_fib_client_manager.hh xrl_io_ip_manager.cc xrl_io_ip_manager.hh xrl_io_link_manager.cc xrl_io_link_manager.hh xrl_io_tcpudp_manager.cc xrl_io_tcpudp_manager.hh xrl_mfea_node.cc xrl_mfea_node.hh xrl_packet_acl.cc xrl_packet_acl.hh fea/data_plane/control_socket click_socket.cc click_socket.hh netlink_socket.cc netlink_socket.hh netlink_socket_utilities.cc netlink_socket_utilities.hh routing_socket.cc routing_socket.hh routing_socket_utilities.cc routing_socket_utilities.hh system_utilities.hh windows_routing_socket.h windows_rras_support.cc windows_rras_support.hh windows_rtm_pipe.cc windows_rtm_pipe.hh fea/data_plane/fibconfig fibconfig_entry_get_click.cc fibconfig_entry_get_click.hh fibconfig_entry_get_dummy.cc fibconfig_entry_get_dummy.hh fibconfig_entry_get_iphelper.cc fibconfig_entry_get_iphelper.hh fibconfig_entry_get_netlink_socket.cc fibconfig_entry_get_netlink_socket.hh fibconfig_entry_get_routing_socket.cc fibconfig_entry_get_routing_socket.hh fibconfig_entry_get_rtmv2.cc fibconfig_entry_get_rtmv2.hh fibconfig_entry_observer_dummy.cc fibconfig_entry_observer_dummy.hh fibconfig_entry_observer_iphelper.cc fibconfig_entry_observer_iphelper.hh fibconfig_entry_observer_netlink_socket.cc fibconfig_entry_observer_netlink_socket.hh fibconfig_entry_observer_routing_socket.cc fibconfig_entry_observer_routing_socket.hh fibconfig_entry_observer_rtmv2.cc fibconfig_entry_observer_rtmv2.hh fibconfig_entry_parse_netlink_socket.cc fibconfig_entry_parse_routing_socket.cc fibconfig_entry_set_click.cc fibconfig_entry_set_click.hh fibconfig_entry_set_dummy.cc fibconfig_entry_set_dummy.hh fibconfig_entry_set_iphelper.cc fibconfig_entry_set_iphelper.hh fibconfig_entry_set_netlink_socket.cc fibconfig_entry_set_netlink_socket.hh fibconfig_entry_set_routing_socket.cc fibconfig_entry_set_routing_socket.hh fibconfig_entry_set_rtmv2.cc fibconfig_entry_set_rtmv2.hh fibconfig_forwarding_dummy.cc fibconfig_forwarding_dummy.hh fibconfig_forwarding_proc_linux.cc fibconfig_forwarding_proc_linux.hh fibconfig_forwarding_solaris.cc fibconfig_forwarding_solaris.hh fibconfig_forwarding_sysctl.cc fibconfig_forwarding_sysctl.hh fibconfig_forwarding_windows.cc fibconfig_forwarding_windows.hh fibconfig_table_get_click.cc fibconfig_table_get_click.hh fibconfig_table_get_dummy.cc fibconfig_table_get_dummy.hh fibconfig_table_get_iphelper.cc fibconfig_table_get_iphelper.hh fibconfig_table_get_netlink_socket.cc fibconfig_table_get_netlink_socket.hh fibconfig_table_get_sysctl.cc fibconfig_table_get_sysctl.hh fibconfig_table_observer_dummy.cc fibconfig_table_observer_dummy.hh fibconfig_table_observer_iphelper.cc fibconfig_table_observer_iphelper.hh fibconfig_table_observer_netlink_socket.cc fibconfig_table_observer_netlink_socket.hh fibconfig_table_observer_routing_socket.cc fibconfig_table_observer_routing_socket.hh fibconfig_table_observer_rtmv2.cc fibconfig_table_observer_rtmv2.hh fibconfig_table_parse_netlink_socket.cc fibconfig_table_parse_routing_socket.cc fibconfig_table_set_click.cc fibconfig_table_set_click.hh fibconfig_table_set_dummy.cc fibconfig_table_set_dummy.hh fibconfig_table_set_iphelper.cc fibconfig_table_set_iphelper.hh fibconfig_table_set_netlink_socket.cc fibconfig_table_set_netlink_socket.hh fibconfig_table_set_routing_socket.cc fibconfig_table_set_routing_socket.hh fibconfig_table_set_rtmv2.cc fibconfig_table_set_rtmv2.hh fea/data_plane/ifconfig ifconfig_get_click.cc ifconfig_get_click.hh ifconfig_get_dummy.cc ifconfig_get_dummy.hh ifconfig_get_getifaddrs.cc ifconfig_get_getifaddrs.hh ifconfig_get_ioctl.cc ifconfig_get_ioctl.hh ifconfig_get_iphelper.cc ifconfig_get_iphelper.hh ifconfig_get_netlink_socket.cc ifconfig_get_netlink_socket.hh ifconfig_get_proc_linux.cc ifconfig_get_proc_linux.hh ifconfig_get_sysctl.cc ifconfig_get_sysctl.hh ifconfig_media.cc ifconfig_media.hh ifconfig_observer_dummy.cc ifconfig_observer_dummy.hh ifconfig_observer_iphelper.cc ifconfig_observer_iphelper.hh ifconfig_observer_netlink_socket.cc ifconfig_observer_netlink_socket.hh ifconfig_observer_routing_socket.cc ifconfig_observer_routing_socket.hh ifconfig_parse_getifaddrs.cc ifconfig_parse_ioctl.cc ifconfig_parse_netlink_socket.cc ifconfig_parse_routing_socket.cc ifconfig_property_bsd.cc ifconfig_property_bsd.hh ifconfig_property_dummy.cc ifconfig_property_dummy.hh ifconfig_property_linux.cc ifconfig_property_linux.hh ifconfig_property_solaris.cc ifconfig_property_solaris.hh ifconfig_property_windows.cc ifconfig_property_windows.hh ifconfig_set.cc ifconfig_set_click.cc ifconfig_set_click.hh ifconfig_set_dummy.cc ifconfig_set_dummy.hh ifconfig_set_ioctl.cc ifconfig_set_ioctl.hh ifconfig_set_iphelper.cc ifconfig_set_iphelper.hh ifconfig_set_netlink_socket.cc ifconfig_set_netlink_socket.hh ifconfig_vlan_get_bsd.cc ifconfig_vlan_get_bsd.hh ifconfig_vlan_get_dummy.cc ifconfig_vlan_get_dummy.hh ifconfig_vlan_get_linux.cc ifconfig_vlan_get_linux.hh ifconfig_vlan_set_bsd.cc ifconfig_vlan_set_bsd.hh ifconfig_vlan_set_dummy.cc ifconfig_vlan_set_dummy.hh ifconfig_vlan_set_linux.cc ifconfig_vlan_set_linux.hh fea/data_plane/io io_ip_dummy.cc io_ip_dummy.hh io_ip_socket.cc io_ip_socket.hh io_link_dummy.cc io_link_dummy.hh io_link_pcap.cc io_link_pcap.hh io_tcpudp_dummy.cc io_tcpudp_dummy.hh io_tcpudp_socket.cc io_tcpudp_socket.hh fea/data_plane/managers fea_data_plane_manager_bsd.cc fea_data_plane_manager_bsd.hh fea_data_plane_manager_click.cc fea_data_plane_manager_click.hh fea_data_plane_manager_dummy.cc fea_data_plane_manager_dummy.hh fea_data_plane_manager_linux.cc fea_data_plane_manager_linux.hh fea_data_plane_manager_windows.cc fea_data_plane_manager_windows.hh fea/tools show_interfaces.cc show_interfaces.hh fib2mrib fib2mrib_module.h fib2mrib_node.cc fib2mrib_node.hh fib2mrib_varrw.cc fib2mrib_varrw.hh xorp_fib2mrib.cc xrl_fib2mrib_node.cc xrl_fib2mrib_node.hh libcomm comm_module.h test_comm.c test_connect.cc libfeaclient ifmgr_atoms.cc ifmgr_atoms.hh ifmgr_cmd_base.hh ifmgr_cmd_queue.cc ifmgr_cmd_queue.hh ifmgr_cmds.cc ifmgr_cmds.hh ifmgr_xrl_mirror.cc ifmgr_xrl_mirror.hh ifmgr_xrl_replicator.cc ifmgr_xrl_replicator.hh libfeaclient_module.h overview.hh test_local_copy.cc test_remote_copy.cc libproto checksum.c checksum.h config_node_id.hh libproto_module.h packet.cc packet.hh proto_node.hh proto_node_cli.cc proto_node_cli.hh proto_state.cc proto_state.hh proto_unit.cc proto_unit.hh spt.cc spt.hh test_checksum.cc test_config_node_id.cc test_packet.cc test_spt.cc libxipc call_xrl.cc finder.cc finder.hh finder_client.cc finder_client.hh finder_client_observer.cc finder_client_observer.hh finder_client_xrl_target.cc finder_client_xrl_target.hh finder_constants.hh finder_main.cc finder_messenger.cc finder_messenger.hh finder_module.h finder_msgs.cc finder_msgs.hh finder_server.cc finder_server.hh finder_tcp.cc finder_tcp.hh finder_tcp_messenger.cc finder_tcp_messenger.hh finder_xrl_queue.cc finder_xrl_queue.hh finder_xrl_target.cc finder_xrl_target.hh header.cc header.hh hmac.cc hmac.hh ipc_module.h permits.cc permits.hh sockutil.cc sockutil.hh test_finder.cc test_finder_events.cc test_finder_messenger.cc test_finder_msgs.cc test_finder_tcp.cc test_finder_to.cc test_header.cc test_inproc.cc test_lemming.cc test_stcp.cc test_stcppf.cc test_sudp.cc test_xrl.cc test_xrl_args.cc test_xrl_atom.cc test_xrl_error.cc test_xrl_parser.cc test_xrl_receiver.cc test_xrl_router.cc test_xrl_sender.cc xrl.cc xrl.hh xrl_args.cc xrl_args.hh xrl_atom.cc xrl_atom.hh xrl_atom_encoding.cc xrl_atom_encoding.hh xrl_atom_list.cc xrl_atom_list.hh xrl_cmd_map.cc xrl_cmd_map.hh xrl_dispatcher.cc xrl_dispatcher.hh xrl_error.cc xrl_error.hh xrl_module.h xrl_parser.cc xrl_parser.hh xrl_parser_input.cc xrl_parser_input.hh xrl_pf.cc xrl_pf.hh xrl_pf_factory.cc xrl_pf_factory.hh xrl_pf_inproc.cc xrl_pf_inproc.hh xrl_pf_kill.cc xrl_pf_kill.hh xrl_pf_stcp.cc xrl_pf_stcp.hh xrl_pf_stcp_ph.cc xrl_pf_stcp_ph.hh xrl_pf_sudp.cc xrl_pf_sudp.hh xrl_router.cc xrl_router.hh xrl_sender.hh xrl_std_router.cc xrl_std_router.hh xrl_tokens.cc xrl_tokens.hh xuid.cc xuid.hh libxorp asnum.hh asyncio.cc asyncio.hh buffer.hh buffered_asyncio.cc buffered_asyncio.hh c_format.cc c_format.hh callback-gen.py callback.cc callback.hh callback_debug.hh callback_nodebug.hh clock.cc clock.hh config_param.hh debug.c debug.h ether_compat.c ether_compat.h eventloop.cc eventloop.hh exceptions.cc exceptions.hh gai_strerror.c getopt.c heap.cc heap.hh ioevents.hh ipnet.cc ipnet.hh ipv4.cc ipv4.hh ipv4net.hh ipv6.cc ipv6.hh ipv6net.hh ipvx.cc ipvx.hh ipvxnet.hh libxorp_module.h mac.cc mac.hh minitraits.hh nexthop.cc nexthop.hh old_trie.hh popen.cc popen.hh profile.cc profile.hh random.c random.h range.hh ref_ptr.cc ref_ptr.hh ref_trie.hh round_robin.cc round_robin.hh run_command.cc run_command.hh safe_callback_obj.cc safe_callback_obj.hh selector.cc selector.hh service.cc service.hh status_codes.h strptime.c task.cc task.hh test_asyncio.cc test_callback.cc test_config_param.cc test_heap.cc test_ipnet.cc test_ipv4.cc test_ipv4net.cc test_ipv6.cc test_ipv6net.cc test_ipvx.cc test_ipvxnet.cc test_mac.cc test_main.hh test_observers.cc test_profile.cc test_ref_ptr.cc test_ref_trie.cc test_run_command.cc test_service.cc test_task.cc test_test_main.cc test_time_slice.cc test_timer.cc test_timeval.cc test_trie.cc test_types.cc test_utils.cc test_vif.cc time_slice.cc time_slice.hh timer.cc timer.hh timespent.hh timeval.hh tlv.hh token.cc token.hh tokenize.hh transaction.cc transaction.hh trie.hh utility.c utility.h utils.cc utils.hh vif.cc vif.hh win_dispatcher.cc win_dispatcher.hh win_io.c win_io.h xlog.c xlog.h xorp.h xorp_osdep_begin.h xorp_osdep_end.h xorp_osdep_mid.h xorpfd.hh mibs bgp4_mib_1657.cc bgp4_mib_1657.hh bgp4_mib_1657_bgp4pathattrtable.cc bgp4_mib_1657_bgp4pathattrtable.hh bgp4_mib_1657_bgpidentifier.cc bgp4_mib_1657_bgpidentifier.hh bgp4_mib_1657_bgplocalas.cc bgp4_mib_1657_bgplocalas.hh bgp4_mib_1657_bgppeertable.cc bgp4_mib_1657_bgppeertable.hh bgp4_mib_1657_bgpversion.cc bgp4_mib_1657_bgpversion.hh bgp4_mib_module.h bgp4_mib_xrl_target.cc bgp4_mib_xrl_target.hh fixconfigs.h ospf_mib_1850.cc ospf_mib_1850.hh test_xorpevents.cc xorp_if_mib_module.cc xorp_if_mib_module.hh xorp_if_mib_xrl_target.cc xorp_if_mib_xrl_target.hh xorp_if_module.h xorp_netsnmp_module.h xorpevents.cc xorpevents.hh mld6igmp igmp_proto.h mld6_proto.h mld6igmp_config.cc mld6igmp_group_record.cc mld6igmp_group_record.hh mld6igmp_module.h mld6igmp_node.cc mld6igmp_node.hh mld6igmp_node_cli.cc mld6igmp_node_cli.hh mld6igmp_proto.cc mld6igmp_source_record.cc mld6igmp_source_record.hh mld6igmp_vif.cc mld6igmp_vif.hh xorp_igmp.cc xorp_mld.cc xrl_mld6igmp_node.cc xrl_mld6igmp_node.hh mrt buffer.c buffer.h max_vifs.h mifset.cc mifset.hh mrib_table.cc mrib_table.hh mrt.hh mrt_module.h multicast_defs.h netstream_access.h test_mrib.cc test_mrt.cc mrt/include ip_mroute.h ospf area_router.cc area_router.hh auth.cc auth.hh debug_io.hh delay_queue.hh exceptions.hh external.cc external.hh fletcher_checksum.cc fletcher_checksum.hh io.hh lsa.cc lsa.hh ospf.cc ospf.hh packet.cc packet.hh peer.cc peer.hh peer_manager.cc peer_manager.hh policy_varrw.cc policy_varrw.hh routing_table.cc routing_table.hh test_args.hh test_build_lsa.cc test_build_lsa.hh test_build_lsa_main.cc test_checksum.cc test_common.hh test_packet.cc test_peering.cc test_routing.cc test_routing1.py test_routing_database.cc test_routing_interactive.cc test_routing_table.cc trace.hh transmit.hh vertex.hh vlink.cc vlink.hh xorp_ospfv2.cc xorp_ospfv3.cc xrl_io.cc xrl_io.hh xrl_target.cc xrl_target.hh ospf/tools clear_database.cc print_lsas.cc print_neighbours.cc pim pim_bsr.cc pim_bsr.hh pim_config.cc pim_mfc.cc pim_mfc.hh pim_module.h pim_mre.cc pim_mre.hh pim_mre_assert.cc pim_mre_data.cc pim_mre_join_prune.cc pim_mre_register.cc pim_mre_rpf.cc pim_mre_task.cc pim_mre_task.hh pim_mre_track_state.cc pim_mre_track_state.hh pim_mrib_table.cc pim_mrib_table.hh pim_mrt.cc pim_mrt.hh pim_mrt_mfc.cc pim_mrt_task.cc pim_nbr.cc pim_nbr.hh pim_node.cc pim_node.hh pim_node_cli.cc pim_node_cli.hh pim_proto.h pim_proto_assert.cc pim_proto_assert.hh pim_proto_bootstrap.cc pim_proto_cand_rp_adv.cc pim_proto_graft.cc pim_proto_graft_ack.cc pim_proto_hello.cc pim_proto_join_prune.cc pim_proto_join_prune_message.cc pim_proto_join_prune_message.hh pim_proto_register.cc pim_proto_register_stop.cc pim_rp.cc pim_rp.hh pim_scope_zone_table.cc pim_scope_zone_table.hh pim_vif.cc pim_vif.hh xorp_pimsm4.cc xorp_pimsm6.cc xrl_pim_node.hh policy code.cc code.hh code_generator.cc code_generator.hh code_list.cc code_list.hh configuration.cc configuration.hh dependancy.hh export_code_generator.cc export_code_generator.hh filter_manager.cc filter_manager.hh filter_manager_base.hh node.hh node_base.hh parser.cc parser.hh policy_list.cc policy_list.hh policy_map.cc policy_map.hh policy_module.h policy_parser.hh policy_statement.cc policy_statement.hh policy_target.cc policy_target.hh process_watch.cc process_watch.hh process_watch_base.hh protocol_map.cc protocol_map.hh pw_notifier.hh semantic_varrw.cc semantic_varrw.hh set_map.cc set_map.hh source_match_code_generator.cc source_match_code_generator.hh term.cc term.hh var_map.cc var_map.hh visitor.hh visitor_printer.cc visitor_printer.hh visitor_semantic.cc visitor_semantic.hh visitor_setdep.cc visitor_setdep.hh xorp_policy.cc xrl_target.cc xrl_target.hh policy/backend filter_base.hh instr_visitor.hh instruction.hh instruction_base.hh iv_exec.cc iv_exec.hh policy_backend_parser.hh policy_filter.cc policy_filter.hh policy_filters.cc policy_filters.hh policy_instr.hh policy_redist_map.cc policy_redist_map.hh policytags.cc policytags.hh set_manager.cc set_manager.hh single_varrw.cc single_varrw.hh term_instr.hh version_filter.cc version_filter.hh version_filters.cc version_filters.hh policy/common dispatcher.cc dispatcher.hh elem_bgp.hh elem_filter.hh elem_null.hh elem_set.cc elem_set.hh element.cc element.hh element_base.hh element_factory.cc element_factory.hh filter.cc filter.hh operator.cc operator.hh operator_base.hh policy_exception.hh policy_utils.cc policy_utils.hh register_elements.cc register_elements.hh register_operations.cc register_operations.hh varrw.cc varrw.hh policy/test compilepolicy.cc compilepolicy.hh execpolicy.cc file_varrw.cc file_varrw.hh filter_manager_fake.cc filter_manager_fake.hh process_watch_fake.cc process_watch_fake.hh rib add_route.cc dummy_register_server.cc dummy_register_server.hh main_rib.cc main_routemap.cc parser.cc parser.hh parser_direct_cmds.hh parser_xrl_cmds.hh profile_vars.cc profile_vars.hh protocol.cc protocol.hh redist_policy.hh redist_xrl.cc redist_xrl.hh register_server.cc register_server.hh rib.cc rib.hh rib_manager.cc rib_manager.hh rib_module.h rib_varrw.cc rib_varrw.hh route.cc route.hh routemap.cc routemap.hh rt_tab_base.cc rt_tab_base.hh rt_tab_deletion.cc rt_tab_deletion.hh rt_tab_expect.cc rt_tab_expect.hh rt_tab_extint.cc rt_tab_extint.hh rt_tab_log.cc rt_tab_log.hh rt_tab_merged.cc rt_tab_merged.hh rt_tab_origin.cc rt_tab_origin.hh rt_tab_pol_conn.cc rt_tab_pol_conn.hh rt_tab_pol_redist.cc rt_tab_pol_redist.hh rt_tab_redist.cc rt_tab_redist.hh rt_tab_register.cc rt_tab_register.hh test_deletion.cc test_redist.cc test_register.cc test_register_xrls.cc test_rib_direct.cc test_rib_xrls.cc vifmanager.cc vifmanager.hh xrl_target.cc xrl_target.hh rib/tools show_distances.cc show_routes.cc rip auth.cc auth.hh constants.hh output.hh output_table.cc output_table.hh output_updates.cc output_updates.hh packet_assembly.hh packet_queue.cc packet_queue.hh packets.hh peer.cc peer.hh port.cc port.hh port_io.hh port_manager.hh port_vars.hh redist.cc redist.hh rib_notifier_base.cc rib_notifier_base.hh rip_module.h rip_varrw.cc rip_varrw.hh route_db.cc route_db.hh route_entry.cc route_entry.hh system.hh test_auth.cc test_outputs.cc test_packets.cc test_request.cc test_route_walk.cc test_timers.cc test_update_queue.cc test_utils.hh update_queue.cc update_queue.hh xorp_rip_main.cc xrl_config.cc xrl_config.hh xrl_port_io.cc xrl_port_io.hh xrl_port_manager.cc xrl_port_manager.hh xrl_process_spy.cc xrl_process_spy.hh xrl_redist_manager.cc xrl_redist_manager.hh xrl_rib_notifier.cc xrl_rib_notifier.hh xrl_target_common.hh xrl_target_rip.cc xrl_target_rip.hh xrl_target_ripng.cc xrl_target_ripng.hh rip/tools common.cc common.hh rip_announcer.cc ripng_announcer.cc show_peer_stats.cc show_stats.cc rtrmgr cli.cc cli.hh command_tree.cc command_tree.hh conf_tree.cc conf_tree.hh conf_tree_node.cc conf_tree_node.hh config_operators.cc config_operators.hh generic_module_manager.cc generic_module_manager.hh main_rtrmgr.cc main_rtrmgr.hh master_conf_tree.cc master_conf_tree.hh master_conf_tree_node.cc master_conf_tree_node.hh master_template_tree.cc master_template_tree.hh master_template_tree_node.cc master_template_tree_node.hh module_command.cc module_command.hh module_manager.cc module_manager.hh op_commands.cc op_commands.hh path_segment.hh profiler.cc randomness.cc randomness.hh rtrmgr_error.hh rtrmgr_module.h slave_conf_tree.cc slave_conf_tree.hh slave_conf_tree_node.cc slave_conf_tree_node.hh slave_module_manager.cc slave_module_manager.hh task.cc task.hh template_base_command.cc template_base_command.hh template_commands.cc template_commands.hh template_tree.cc template_tree.hh template_tree_node.cc template_tree_node.hh test_module_manager.cc test_module_manager.hh test_sample_config.cc test_sample_config.hh test_templates.cc unexpanded_program.cc unexpanded_program.hh unexpanded_xrl.cc unexpanded_xrl.hh userdb.cc userdb.hh util.cc util.hh xorp_client.cc xorp_client.hh xorpsh_base.hh xorpsh_main.cc xorpsh_main.hh xrl_rtrmgr_interface.cc xrl_rtrmgr_interface.hh xrl_xorpsh_interface.cc xrl_xorpsh_interface.hh xrldb.cc xrldb.hh static_routes static_routes_module.h static_routes_node.cc static_routes_node.hh static_routes_varrw.cc static_routes_varrw.hh xorp_static_routes.cc xrl_static_routes_node.cc xrl_static_routes_node.hh tests install_templates.sh test_builddir.py test_call_xrl.py test_main.py test_process.py test_start.py test_stop.py test_xorpsh.py tests/bgp test_bgp_config.py test_bgp_dump1.py test_bgp_policy1.py test_bgp_reports1.py test_unh1.py utils runit.cc utils/flower_malloc flower_malloc.c test_flower_malloc.c xrl/interfaces bgp_mib_traps_xif.cc bgp_mib_traps_xif.hh bgp_xif.cc bgp_xif.hh cli_manager_xif.cc cli_manager_xif.hh cli_processor_xif.cc cli_processor_xif.hh common_xif.cc common_xif.hh coord_xif.cc coord_xif.hh datain_xif.cc datain_xif.hh fea_click_xif.cc fea_click_xif.hh fea_fib_client_xif.cc fea_fib_client_xif.hh fea_fib_xif.cc fea_fib_xif.hh fea_ifmgr_mirror_xif.cc fea_ifmgr_mirror_xif.hh fea_ifmgr_replicator_xif.cc fea_ifmgr_replicator_xif.hh fea_ifmgr_xif.cc fea_ifmgr_xif.hh fea_rawlink_client_xif.cc fea_rawlink_client_xif.hh fea_rawlink_xif.cc fea_rawlink_xif.hh fea_rawpkt4_client_xif.cc fea_rawpkt4_client_xif.hh fea_rawpkt4_xif.cc fea_rawpkt4_xif.hh fea_rawpkt6_client_xif.cc fea_rawpkt6_client_xif.hh fea_rawpkt6_xif.cc fea_rawpkt6_xif.hh fib2mrib_xif.cc fib2mrib_xif.hh finder_client_xif.cc finder_client_xif.hh finder_event_notifier_xif.cc finder_event_notifier_xif.hh finder_event_observer_xif.cc finder_event_observer_xif.hh finder_xif.cc finder_xif.hh fti_xif.cc fti_xif.hh mfea_client_xif.cc mfea_client_xif.hh mfea_xif.cc mfea_xif.hh mld6igmp_client_xif.cc mld6igmp_client_xif.hh mld6igmp_xif.cc mld6igmp_xif.hh ospfv2_xif.cc ospfv2_xif.hh ospfv3_xif.cc ospfv3_xif.hh packet_acl_xif.cc packet_acl_xif.hh pim_xif.cc pim_xif.hh policy_backend_xif.cc policy_backend_xif.hh policy_redist4_xif.cc policy_redist4_xif.hh policy_redist6_xif.cc policy_redist6_xif.hh policy_xif.cc policy_xif.hh profile_client_xif.cc profile_client_xif.hh profile_xif.cc profile_xif.hh redist4_xif.cc redist4_xif.hh redist6_xif.cc redist6_xif.hh redist_transaction4_xif.cc redist_transaction4_xif.hh redist_transaction6_xif.cc redist_transaction6_xif.hh rib_client_xif.cc rib_client_xif.hh rib_xif.cc rib_xif.hh rip_xif.cc rip_xif.hh ripng_xif.cc ripng_xif.hh rtrmgr_client_xif.cc rtrmgr_client_xif.hh rtrmgr_xif.cc rtrmgr_xif.hh socket4_user_xif.cc socket4_user_xif.hh socket4_xif.cc socket4_xif.hh socket6_user_xif.cc socket6_user_xif.hh socket6_xif.cc socket6_xif.hh static_routes_xif.cc static_routes_xif.hh test_peer_xif.cc test_peer_xif.hh test_xif.cc test_xif.hh test_xrls_xif.cc test_xrls_xif.hh xorp_if_mib_xif.cc xorp_if_mib_xif.hh xrl/scripts/Xif util.py xrl/targets bgp.xrls bgp4_mib.xrls bgp4_mib_base.cc bgp4_mib_base.hh bgp_base.cc bgp_base.hh cli.xrls cli_base.cc cli_base.hh coord.xrls coord_base.cc coord_base.hh fea.xrls fea_base.cc fea_base.hh fea_ifmgr_mirror.xrls fea_ifmgr_mirror_base.cc fea_ifmgr_mirror_base.hh fib2mrib.xrls fib2mrib_base.cc fib2mrib_base.hh finder.xrls finder_base.cc finder_base.hh finder_client.xrls finder_client_base.cc finder_client_base.hh mfea.xrls mfea_base.cc mfea_base.hh mld6igmp.xrls mld6igmp_base.cc mld6igmp_base.hh ospfv2.xrls ospfv2_base.cc ospfv2_base.hh ospfv3.xrls ospfv3_base.cc ospfv3_base.hh packet_acl.xrls packet_acl_base.cc packet_acl_base.hh pim.xrls pim_base.cc pim_base.hh policy.xrls policy_base.cc policy_base.hh profiler.xrls profiler_base.cc profiler_base.hh rib.xrls rib_base.cc rib_base.hh ribclient.xrls ribclient_base.cc ribclient_base.hh rip.xrls rip_base.cc rip_base.hh ripng.xrls ripng_base.cc ripng_base.hh rtrmgr.xrls rtrmgr_base.cc rtrmgr_base.hh show_distances.xrls show_distances_base.cc show_distances_base.hh show_routes.xrls show_routes_base.cc show_routes_base.hh static_routes.xrls static_routes_base.cc static_routes_base.hh test.xrls test_base.cc test_base.hh test_fea_ifmgr_mirror.xrls test_fea_ifmgr_mirror_base.cc test_fea_ifmgr_mirror_base.hh test_finder_events.xrls test_finder_events_base.cc test_finder_events_base.hh test_peer.xrls test_peer_base.cc test_peer_base.hh test_socket4.xrls test_socket4_base.cc test_socket4_base.hh test_socket6.xrls test_socket6_base.cc test_socket6_base.hh test_xrls.xrls test_xrls_base.cc test_xrls_base.hh xorp_if_mib.xrls xorp_if_mib_base.cc xorp_if_mib_base.hh xorpsh.xrls xorpsh_base.cc xorpsh_base.hh xrl/tests test_generated.cc test_tgt.cc test_tgt.hh test_xifs.cc test_xifs.hh Log message: Update the ICSI copyright year to 2008. Revision Changes Path 1.9 +2 -2; commitid: 7b93477da47a7ea6; xorp/LICENSE 1.3 +7 -7; commitid: 7b93477da47a7ea6; xorp/LICENSE.other 1.42 +2 -2; commitid: 7b93477da47a7ea6; xorp/bgp/aspath.cc 1.31 +2 -2; commitid: 7b93477da47a7ea6; xorp/bgp/aspath.hh 1.19 +2 -2; commitid: 7b93477da47a7ea6; xorp/bgp/aspath_test.cc 1.15 +2 -2; commitid: 7b93477da47a7ea6; xorp/bgp/attribute_manager.cc 1.9 +2 -2; commitid: 7b93477da47a7ea6; xorp/bgp/attribute_manager.hh 1.91 +2 -2; commitid: 7b93477da47a7ea6; xorp/bgp/bgp.cc 1.70 +2 -2; commitid: 7b93477da47a7ea6; xorp/bgp/bgp.hh 1.9 +2 -2; commitid: 7b93477da47a7ea6; xorp/bgp/bgp_module.h 1.23 +2 -2; commitid: 7b93477da47a7ea6; xorp/bgp/bgp_trie.cc 1.19 +2 -2; commitid: 7b93477da47a7ea6; xorp/bgp/bgp_trie.hh 1.33 +2 -2; commitid: 7b93477da47a7ea6; xorp/bgp/bgp_varrw.cc 1.21 +2 -2; commitid: 7b93477da47a7ea6; xorp/bgp/bgp_varrw.hh 1.7 +2 -2; commitid: 7b93477da47a7ea6; xorp/bgp/bgp_varrw_export.cc 1.5 +2 -2; commitid: 7b93477da47a7ea6; xorp/bgp/bgp_varrw_export.hh 1.5 +2 -2; commitid: 7b93477da47a7ea6; xorp/bgp/crash_dump.cc 1.5 +2 -2; commitid: 7b93477da47a7ea6; xorp/bgp/crash_dump.hh 1.9 +2 -2; commitid: 7b93477da47a7ea6; xorp/bgp/damping.cc 1.5 +2 -2; commitid: 7b93477da47a7ea6; xorp/bgp/damping.hh 1.23 +2 -2; commitid: 7b93477da47a7ea6; xorp/bgp/dummy_main.cc 1.17 +2 -2; commitid: 7b93477da47a7ea6; xorp/bgp/dummy_next_hop_resolver.cc 1.12 +2 -2; commitid: 7b93477da47a7ea6; xorp/bgp/dummy_next_hop_resolver.hh 1.34 +2 -2; commitid: 7b93477da47a7ea6; xorp/bgp/dump_iterators.cc 1.19 +2 -2; commitid: 7b93477da47a7ea6; xorp/bgp/dump_iterators.hh 1.13 +2 -2; commitid: 7b93477da47a7ea6; xorp/bgp/exceptions.hh 1.16 +2 -2; commitid: 7b93477da47a7ea6; xorp/bgp/harness/bgppp.cc 1.8 +2 -2; commitid: 7b93477da47a7ea6; xorp/bgp/harness/bgppp.hh 1.26 +2 -2; commitid: 7b93477da47a7ea6; xorp/bgp/harness/command.cc 1.16 +2 -2; commitid: 7b93477da47a7ea6; xorp/bgp/harness/command.hh 1.30 +2 -2; commitid: 7b93477da47a7ea6; xorp/bgp/harness/coord.cc 1.12 +2 -2; commitid: 7b93477da47a7ea6; xorp/bgp/harness/coord.hh 1.85 +2 -2; commitid: 7b93477da47a7ea6; xorp/bgp/harness/peer.cc 1.23 +2 -2; commitid: 7b93477da47a7ea6; xorp/bgp/harness/peer.hh 1.11 +2 -2; commitid: 7b93477da47a7ea6; xorp/bgp/harness/real_trie.hh 1.51 +2 -2; commitid: 7b93477da47a7ea6; xorp/bgp/harness/test_peer.cc 1.18 +2 -2; commitid: 7b93477da47a7ea6; xorp/bgp/harness/test_peer.hh 1.26 +2 -2; commitid: 7b93477da47a7ea6; xorp/bgp/harness/test_trie.cc 1.22 +2 -2; commitid: 7b93477da47a7ea6; xorp/bgp/harness/trie.cc 1.17 +2 -2; commitid: 7b93477da47a7ea6; xorp/bgp/harness/trie.hh 1.12 +2 -2; commitid: 7b93477da47a7ea6; xorp/bgp/harness/trie_payload.hh 1.14 +2 -2; commitid: 7b93477da47a7ea6; xorp/bgp/internal_message.cc 1.11 +2 -2; commitid: 7b93477da47a7ea6; xorp/bgp/internal_message.hh 1.23 +2 -2; commitid: 7b93477da47a7ea6; xorp/bgp/iptuple.cc 1.14 +2 -2; commitid: 7b93477da47a7ea6; xorp/bgp/iptuple.hh 1.15 +2 -2; commitid: 7b93477da47a7ea6; xorp/bgp/local_data.cc 1.23 +2 -2; commitid: 7b93477da47a7ea6; xorp/bgp/local_data.hh 1.49 +2 -2; commitid: 7b93477da47a7ea6; xorp/bgp/main.cc 1.51 +2 -2; commitid: 7b93477da47a7ea6; xorp/bgp/next_hop_resolver.cc 1.34 +2 -2; commitid: 7b93477da47a7ea6; xorp/bgp/next_hop_resolver.hh 1.33 +2 -2; commitid: 7b93477da47a7ea6; xorp/bgp/notification_packet.cc 1.31 +2 -2; commitid: 7b93477da47a7ea6; xorp/bgp/open_packet.cc 1.17 +2 -2; commitid: 7b93477da47a7ea6; xorp/bgp/packet.cc 1.45 +2 -2; commitid: 7b93477da47a7ea6; xorp/bgp/packet.hh 1.36 +2 -2; commitid: 7b93477da47a7ea6; xorp/bgp/parameter.cc 1.25 +2 -2; commitid: 7b93477da47a7ea6; xorp/bgp/parameter.hh 1.91 +2 -2; commitid: 7b93477da47a7ea6; xorp/bgp/path_attribute.cc 1.50 +2 -2; commitid: 7b93477da47a7ea6; xorp/bgp/path_attribute.hh 1.146 +2 -2; commitid: 7b93477da47a7ea6; xorp/bgp/peer.cc 1.49 +2 -2; commitid: 7b93477da47a7ea6; xorp/bgp/peer.hh 1.35 +2 -2; commitid: 7b93477da47a7ea6; xorp/bgp/peer_data.cc 1.25 +2 -2; commitid: 7b93477da47a7ea6; xorp/bgp/peer_data.hh 1.47 +2 -2; commitid: 7b93477da47a7ea6; xorp/bgp/peer_handler.cc 1.28 +2 -2; commitid: 7b93477da47a7ea6; xorp/bgp/peer_handler.hh 1.13 +2 -2; commitid: 7b93477da47a7ea6; xorp/bgp/peer_handler_debug.cc 1.9 +2 -2; commitid: 7b93477da47a7ea6; xorp/bgp/peer_handler_debug.hh 1.27 +2 -2; commitid: 7b93477da47a7ea6; xorp/bgp/peer_list.cc 1.12 +2 -2; commitid: 7b93477da47a7ea6; xorp/bgp/peer_list.hh 1.19 +2 -2; commitid: 7b93477da47a7ea6; xorp/bgp/peer_route_pair.hh 1.102 +2 -2; commitid: 7b93477da47a7ea6; xorp/bgp/plumbing.cc 1.43 +2 -2; commitid: 7b93477da47a7ea6; xorp/bgp/plumbing.hh 1.17 +2 -2; commitid: 7b93477da47a7ea6; xorp/bgp/process_watch.cc 1.14 +2 -2; commitid: 7b93477da47a7ea6; xorp/bgp/process_watch.hh 1.19 +2 -2; commitid: 7b93477da47a7ea6; xorp/bgp/profile_vars.cc 1.13 +2 -2; commitid: 7b93477da47a7ea6; xorp/bgp/profile_vars.hh 1.77 +2 -2; commitid: 7b93477da47a7ea6; xorp/bgp/rib_ipc_handler.cc 1.48 +2 -2; commitid: 7b93477da47a7ea6; xorp/bgp/rib_ipc_handler.hh 1.14 +2 -2; commitid: 7b93477da47a7ea6; xorp/bgp/route_queue.cc 1.15 +2 -2; commitid: 7b93477da47a7ea6; xorp/bgp/route_queue.hh 1.26 +2 -2; commitid: 7b93477da47a7ea6; xorp/bgp/route_table_aggregation.cc 1.16 +2 -2; commitid: 7b93477da47a7ea6; xorp/bgp/route_table_aggregation.hh 1.12 +2 -2; commitid: 7b93477da47a7ea6; xorp/bgp/route_table_base.cc 1.18 +2 -2; commitid: 7b93477da47a7ea6; xorp/bgp/route_table_base.hh 1.41 +2 -2; commitid: 7b93477da47a7ea6; xorp/bgp/route_table_cache.cc 1.29 +2 -2; commitid: 7b93477da47a7ea6; xorp/bgp/route_table_cache.hh 1.10 +1 -1; commitid: 7b93477da47a7ea6; xorp/bgp/route_table_damping.cc 1.5 +2 -2; commitid: 7b93477da47a7ea6; xorp/bgp/route_table_damping.hh 1.16 +2 -2; commitid: 7b93477da47a7ea6; xorp/bgp/route_table_debug.cc 1.13 +2 -2; commitid: 7b93477da47a7ea6; xorp/bgp/route_table_debug.hh 1.48 +2 -2; commitid: 7b93477da47a7ea6; xorp/bgp/route_table_decision.cc 1.26 +2 -2; commitid: 7b93477da47a7ea6; xorp/bgp/route_table_decision.hh 1.27 +2 -2; commitid: 7b93477da47a7ea6; xorp/bgp/route_table_deletion.cc 1.22 +2 -2; commitid: 7b93477da47a7ea6; xorp/bgp/route_table_deletion.hh 1.41 +2 -2; commitid: 7b93477da47a7ea6; xorp/bgp/route_table_dump.cc 1.24 +2 -2; commitid: 7b93477da47a7ea6; xorp/bgp/route_table_dump.hh 1.63 +2 -2; commitid: 7b93477da47a7ea6; xorp/bgp/route_table_fanout.cc 1.24 +2 -2; commitid: 7b93477da47a7ea6; xorp/bgp/route_table_fanout.hh 1.54 +2 -2; commitid: 7b93477da47a7ea6; xorp/bgp/route_table_filter.cc 1.30 +2 -2; commitid: 7b93477da47a7ea6; xorp/bgp/route_table_filter.hh 1.29 +2 -2; commitid: 7b93477da47a7ea6; xorp/bgp/route_table_nhlookup.cc 1.17 +2 -2; commitid: 7b93477da47a7ea6; xorp/bgp/route_table_nhlookup.hh 1.24 +2 -2; commitid: 7b93477da47a7ea6; xorp/bgp/route_table_policy.cc 1.10 +2 -2; commitid: 7b93477da47a7ea6; xorp/bgp/route_table_policy.hh 1.6 +2 -2; commitid: 7b93477da47a7ea6; xorp/bgp/route_table_policy_ex.cc 1.5 +2 -2; commitid: 7b93477da47a7ea6; xorp/bgp/route_table_policy_ex.hh 1.17 +2 -2; commitid: 7b93477da47a7ea6; xorp/bgp/route_table_policy_im.cc 1.6 +2 -2; commitid: 7b93477da47a7ea6; xorp/bgp/route_table_policy_im.hh 1.12 +2 -2; commitid: 7b93477da47a7ea6; xorp/bgp/route_table_policy_sm.cc 1.11 +2 -2; commitid: 7b93477da47a7ea6; xorp/bgp/route_table_policy_sm.hh 1.11 +2 -2; commitid: 7b93477da47a7ea6; xorp/bgp/route_table_reader.cc 1.13 +2 -2; commitid: 7b93477da47a7ea6; xorp/bgp/route_table_reader.hh 1.51 +2 -2; commitid: 7b93477da47a7ea6; xorp/bgp/route_table_ribin.cc 1.28 +2 -2; commitid: 7b93477da47a7ea6; xorp/bgp/route_table_ribin.hh 1.35 +2 -2; commitid: 7b93477da47a7ea6; xorp/bgp/route_table_ribout.cc 1.18 +2 -2; commitid: 7b93477da47a7ea6; xorp/bgp/route_table_ribout.hh 1.55 +2 -2; commitid: 7b93477da47a7ea6; xorp/bgp/socket.cc 1.22 +2 -2; commitid: 7b93477da47a7ea6; xorp/bgp/socket.hh 1.24 +2 -2; commitid: 7b93477da47a7ea6; xorp/bgp/subnet_route.cc 1.25 +2 -2; commitid: 7b93477da47a7ea6; xorp/bgp/subnet_route.hh 1.35 +2 -2; commitid: 7b93477da47a7ea6; xorp/bgp/test_cache.cc 1.44 +2 -2; commitid: 7b93477da47a7ea6; xorp/bgp/test_decision.cc 1.34 +2 -2; commitid: 7b93477da47a7ea6; xorp/bgp/test_deletion.cc 1.58 +2 -2; commitid: 7b93477da47a7ea6; xorp/bgp/test_dump.cc 1.37 +2 -2; commitid: 7b93477da47a7ea6; xorp/bgp/test_fanout.cc 1.43 +2 -2; commitid: 7b93477da47a7ea6; xorp/bgp/test_filter.cc 1.24 +2 -2; commitid: 7b93477da47a7ea6; xorp/bgp/test_main.cc 1.30 +2 -2; commitid: 7b93477da47a7ea6; xorp/bgp/test_next_hop_resolver.cc 1.8 +2 -2; commitid: 7b93477da47a7ea6; xorp/bgp/test_next_hop_resolver.hh 1.37 +2 -2; commitid: 7b93477da47a7ea6; xorp/bgp/test_nhlookup.cc 1.17 +2 -2; commitid: 7b93477da47a7ea6; xorp/bgp/test_packet.cc 1.9 +2 -2; commitid: 7b93477da47a7ea6; xorp/bgp/test_packet.hh 1.21 +2 -2; commitid: 7b93477da47a7ea6; xorp/bgp/test_packet_coding.cc 1.19 +2 -2; commitid: 7b93477da47a7ea6; xorp/bgp/test_peer_data.cc 1.25 +2 -2; commitid: 7b93477da47a7ea6; xorp/bgp/test_plumbing.cc 1.10 +2 -2; commitid: 7b93477da47a7ea6; xorp/bgp/test_plumbing.hh 1.10 +2 -2; commitid: 7b93477da47a7ea6; xorp/bgp/test_policy.cc 1.40 +2 -2; commitid: 7b93477da47a7ea6; xorp/bgp/test_ribin.cc 1.35 +2 -2; commitid: 7b93477da47a7ea6; xorp/bgp/test_ribout.cc 1.11 +2 -2; commitid: 7b93477da47a7ea6; xorp/bgp/test_subnet_route.cc 1.8 +2 -2; commitid: 7b93477da47a7ea6; xorp/bgp/timer_const.hh 1.9 +2 -2; commitid: 7b93477da47a7ea6; xorp/bgp/tools/bgptools_module.h 1.21 +2 -2; commitid: 7b93477da47a7ea6; xorp/bgp/tools/print_peer.cc 1.17 +2 -2; commitid: 7b93477da47a7ea6; xorp/bgp/tools/print_peer.hh 1.9 +2 -2; commitid: 7b93477da47a7ea6; xorp/bgp/tools/print_peers.cc 1.22 +2 -2; commitid: 7b93477da47a7ea6; xorp/bgp/tools/print_routes.cc 1.23 +2 -2; commitid: 7b93477da47a7ea6; xorp/bgp/tools/print_routes.hh 1.12 +2 -2; commitid: 7b93477da47a7ea6; xorp/bgp/tools/print_routes_main.cc 1.7 +2 -2; commitid: 7b93477da47a7ea6; xorp/bgp/tools/xorpsh_print_peers.cc 1.16 +2 -2; commitid: 7b93477da47a7ea6; xorp/bgp/tools/xorpsh_print_routes.cc 1.21 +2 -2; commitid: 7b93477da47a7ea6; xorp/bgp/update_attrib.cc 1.14 +2 -2; commitid: 7b93477da47a7ea6; xorp/bgp/update_attrib.hh 1.46 +2 -2; commitid: 7b93477da47a7ea6; xorp/bgp/update_packet.cc 1.19 +2 -2; commitid: 7b93477da47a7ea6; xorp/bgp/update_test.cc 1.67 +2 -2; commitid: 7b93477da47a7ea6; xorp/bgp/xrl_target.cc 1.44 +2 -2; commitid: 7b93477da47a7ea6; xorp/bgp/xrl_target.hh 1.61 +2 -2; commitid: 7b93477da47a7ea6; xorp/cli/cli_client.cc 1.36 +2 -2; commitid: 7b93477da47a7ea6; xorp/cli/cli_client.hh 1.33 +2 -2; commitid: 7b93477da47a7ea6; xorp/cli/cli_command.cc 1.28 +2 -2; commitid: 7b93477da47a7ea6; xorp/cli/cli_command.hh 1.15 +2 -2; commitid: 7b93477da47a7ea6; xorp/cli/cli_command_pipe.cc 1.16 +2 -2; commitid: 7b93477da47a7ea6; xorp/cli/cli_command_pipe.hh 1.9 +2 -2; commitid: 7b93477da47a7ea6; xorp/cli/cli_module.h 1.40 +2 -2; commitid: 7b93477da47a7ea6; xorp/cli/cli_node.cc 1.32 +2 -2; commitid: 7b93477da47a7ea6; xorp/cli/cli_node.hh 1.18 +2 -2; commitid: 7b93477da47a7ea6; xorp/cli/cli_node_internal_commands.cc 1.67 +2 -2; commitid: 7b93477da47a7ea6; xorp/cli/cli_node_net.cc 1.10 +2 -2; commitid: 7b93477da47a7ea6; xorp/cli/cli_private.hh 1.8 +2 -2; commitid: 7b93477da47a7ea6; xorp/cli/libtecla/nettest_libtecla.c 1.45 +2 -2; commitid: 7b93477da47a7ea6; xorp/cli/test_cli.cc 1.12 +2 -2; commitid: 7b93477da47a7ea6; xorp/cli/tools/send_cli_processor_xrl.cc 1.33 +2 -2; commitid: 7b93477da47a7ea6; xorp/cli/xrl_cli_node.cc 1.23 +2 -2; commitid: 7b93477da47a7ea6; xorp/cli/xrl_cli_node.hh 1.4 +2 -2; commitid: 7b93477da47a7ea6; xorp/contrib/packages/debian/copyright 1.4 +2 -2; commitid: 7b93477da47a7ea6; xorp/contrib/win32/installer/LICENSE 1.14 +2 -2; commitid: 7b93477da47a7ea6; xorp/contrib/win32/installer/xorp.nsi 1.4 +2 -2; commitid: 7b93477da47a7ea6; xorp/contrib/win32/xorprtm/bsdroute.h 1.4 +2 -2; commitid: 7b93477da47a7ea6; xorp/contrib/win32/xorprtm/defs.h 1.4 +2 -2; commitid: 7b93477da47a7ea6; xorp/contrib/win32/xorprtm/list.h 1.4 +2 -2; commitid: 7b93477da47a7ea6; xorp/contrib/win32/xorprtm/loadprotocol.c 1.4 +2 -2; commitid: 7b93477da47a7ea6; xorp/contrib/win32/xorprtm/mibmgr.c 1.4 +2 -2; commitid: 7b93477da47a7ea6; xorp/contrib/win32/xorprtm/mibmgr.h 1.4 +2 -2; commitid: 7b93477da47a7ea6; xorp/contrib/win32/xorprtm/pchsample.h 1.5 +2 -2; commitid: 7b93477da47a7ea6; xorp/contrib/win32/xorprtm/print_rtmsg.c 1.4 +2 -2; commitid: 7b93477da47a7ea6; xorp/contrib/win32/xorprtm/rmapi.c 1.4 +2 -2; commitid: 7b93477da47a7ea6; xorp/contrib/win32/xorprtm/rmapi.h 1.4 +2 -2; commitid: 7b93477da47a7ea6; xorp/contrib/win32/xorprtm/sync.c 1.4 +2 -2; commitid: 7b93477da47a7ea6; xorp/contrib/win32/xorprtm/sync.h 1.4 +2 -2; commitid: 7b93477da47a7ea6; xorp/contrib/win32/xorprtm/test_monitor.c 1.4 +2 -2; commitid: 7b93477da47a7ea6; xorp/contrib/win32/xorprtm/test_routeadd.c 1.4 +2 -2; commitid: 7b93477da47a7ea6; xorp/contrib/win32/xorprtm/test_routeadddelete.c 1.4 +2 -2; commitid: 7b93477da47a7ea6; xorp/contrib/win32/xorprtm/test_routeaddwait.c 1.4 +2 -2; commitid: 7b93477da47a7ea6; xorp/contrib/win32/xorprtm/utils.c 1.4 +2 -2; commitid: 7b93477da47a7ea6; xorp/contrib/win32/xorprtm/utils.h 1.4 +2 -2; commitid: 7b93477da47a7ea6; xorp/contrib/win32/xorprtm/xorprtm.c 1.4 +2 -2; commitid: 7b93477da47a7ea6; xorp/contrib/win32/xorprtm/xorprtm.h 1.4 +2 -2; commitid: 7b93477da47a7ea6; xorp/contrib/win32/xorprtm/xorprtm_internal.h 1.9 +2 -2; commitid: 7b93477da47a7ea6; xorp/devnotes/template.c 1.10 +2 -2; commitid: 7b93477da47a7ea6; xorp/devnotes/template.cc 1.9 +2 -2; commitid: 7b93477da47a7ea6; xorp/devnotes/template.h 1.9 +2 -2; commitid: 7b93477da47a7ea6; xorp/devnotes/template.hh 1.5 +2 -2; commitid: 7b93477da47a7ea6; xorp/devnotes/template.py 1.5 +2 -2; commitid: 7b93477da47a7ea6; xorp/devnotes/template.sh 1.6 +1 -1; commitid: 7b93477da47a7ea6; xorp/docs/papers/hotnets_2002_talk/elements.mp 1.6 +1 -1; commitid: 7b93477da47a7ea6; xorp/docs/papers/hotnets_2002_talk/elemfig.sty 1.6 +1 -1; commitid: 7b93477da47a7ea6; xorp/docs/papers/hotnets_2002_talk/samp04_iprouter.mp 1.8 +2 -2; commitid: 7b93477da47a7ea6; xorp/docs/user_manual/preface.tex 1.4 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/control_socket/click_socket.cc 1.4 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/control_socket/click_socket.hh 1.4 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/control_socket/netlink_socket.cc 1.5 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/control_socket/netlink_socket.hh 1.11 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/control_socket/netlink_socket_utilities.cc 1.5 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/control_socket/netlink_socket_utilities.hh 1.4 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/control_socket/routing_socket.cc 1.5 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/control_socket/routing_socket.hh 1.13 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/control_socket/routing_socket_utilities.cc 1.4 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/control_socket/routing_socket_utilities.hh 1.4 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/control_socket/system_utilities.hh 1.4 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/control_socket/windows_routing_socket.h 1.3 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/control_socket/windows_rras_support.cc 1.3 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/control_socket/windows_rras_support.hh 1.3 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/control_socket/windows_rtm_pipe.cc 1.5 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/control_socket/windows_rtm_pipe.hh 1.10 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/fibconfig/fibconfig_entry_get_click.cc 1.6 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/fibconfig/fibconfig_entry_get_click.hh 1.10 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/fibconfig/fibconfig_entry_get_dummy.cc 1.6 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/fibconfig/fibconfig_entry_get_dummy.hh 1.11 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/fibconfig/fibconfig_entry_get_iphelper.cc 1.6 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/fibconfig/fibconfig_entry_get_iphelper.hh 1.17 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/fibconfig/fibconfig_entry_get_netlink_socket.cc 1.6 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/fibconfig/fibconfig_entry_get_netlink_socket.hh 1.14 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/fibconfig/fibconfig_entry_get_routing_socket.cc 1.6 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/fibconfig/fibconfig_entry_get_routing_socket.hh 1.16 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/fibconfig/fibconfig_entry_get_rtmv2.cc 1.6 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/fibconfig/fibconfig_entry_get_rtmv2.hh 1.9 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/fibconfig/fibconfig_entry_observer_dummy.cc 1.5 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/fibconfig/fibconfig_entry_observer_dummy.hh 1.8 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/fibconfig/fibconfig_entry_observer_iphelper.cc 1.5 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/fibconfig/fibconfig_entry_observer_iphelper.hh 1.10 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/fibconfig/fibconfig_entry_observer_netlink_socket.cc 1.5 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/fibconfig/fibconfig_entry_observer_netlink_socket.hh 1.9 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/fibconfig/fibconfig_entry_observer_routing_socket.cc 1.5 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/fibconfig/fibconfig_entry_observer_routing_socket.hh 1.10 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/fibconfig/fibconfig_entry_observer_rtmv2.cc 1.5 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/fibconfig/fibconfig_entry_observer_rtmv2.hh 1.11 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/fibconfig/fibconfig_entry_parse_netlink_socket.cc 1.13 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/fibconfig/fibconfig_entry_parse_routing_socket.cc 1.12 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/fibconfig/fibconfig_entry_set_click.cc 1.6 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/fibconfig/fibconfig_entry_set_click.hh 1.10 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/fibconfig/fibconfig_entry_set_dummy.cc 1.6 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/fibconfig/fibconfig_entry_set_dummy.hh 1.12 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/fibconfig/fibconfig_entry_set_iphelper.cc 1.6 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/fibconfig/fibconfig_entry_set_iphelper.hh 1.17 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/fibconfig/fibconfig_entry_set_netlink_socket.cc 1.6 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/fibconfig/fibconfig_entry_set_netlink_socket.hh 1.17 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/fibconfig/fibconfig_entry_set_routing_socket.cc 1.6 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/fibconfig/fibconfig_entry_set_routing_socket.hh 1.18 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/fibconfig/fibconfig_entry_set_rtmv2.cc 1.6 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/fibconfig/fibconfig_entry_set_rtmv2.hh 1.4 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/fibconfig/fibconfig_forwarding_dummy.cc 1.4 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/fibconfig/fibconfig_forwarding_dummy.hh 1.4 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/fibconfig/fibconfig_forwarding_proc_linux.cc 1.4 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/fibconfig/fibconfig_forwarding_proc_linux.hh 1.3 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/fibconfig/fibconfig_forwarding_solaris.cc 1.4 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/fibconfig/fibconfig_forwarding_solaris.hh 1.3 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/fibconfig/fibconfig_forwarding_sysctl.cc 1.4 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/fibconfig/fibconfig_forwarding_sysctl.hh 1.5 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/fibconfig/fibconfig_forwarding_windows.cc 1.4 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/fibconfig/fibconfig_forwarding_windows.hh 1.10 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/fibconfig/fibconfig_table_get_click.cc 1.6 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/fibconfig/fibconfig_table_get_click.hh 1.10 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/fibconfig/fibconfig_table_get_dummy.cc 1.6 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/fibconfig/fibconfig_table_get_dummy.hh 1.13 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/fibconfig/fibconfig_table_get_iphelper.cc 1.6 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/fibconfig/fibconfig_table_get_iphelper.hh 1.13 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/fibconfig/fibconfig_table_get_netlink_socket.cc 1.6 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/fibconfig/fibconfig_table_get_netlink_socket.hh 1.14 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/fibconfig/fibconfig_table_get_sysctl.cc 1.6 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/fibconfig/fibconfig_table_get_sysctl.hh 1.9 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/fibconfig/fibconfig_table_observer_dummy.cc 1.5 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/fibconfig/fibconfig_table_observer_dummy.hh 1.8 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/fibconfig/fibconfig_table_observer_iphelper.cc 1.5 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/fibconfig/fibconfig_table_observer_iphelper.hh 1.13 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/fibconfig/fibconfig_table_observer_netlink_socket.cc 1.5 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/fibconfig/fibconfig_table_observer_netlink_socket.hh 1.14 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/fibconfig/fibconfig_table_observer_routing_socket.cc 1.5 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/fibconfig/fibconfig_table_observer_routing_socket.hh 1.15 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/fibconfig/fibconfig_table_observer_rtmv2.cc 1.5 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/fibconfig/fibconfig_table_observer_rtmv2.hh 1.11 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/fibconfig/fibconfig_table_parse_netlink_socket.cc 1.14 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/fibconfig/fibconfig_table_parse_routing_socket.cc 1.10 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/fibconfig/fibconfig_table_set_click.cc 1.6 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/fibconfig/fibconfig_table_set_click.hh 1.10 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/fibconfig/fibconfig_table_set_dummy.cc 1.6 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/fibconfig/fibconfig_table_set_dummy.hh 1.10 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/fibconfig/fibconfig_table_set_iphelper.cc 1.6 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/fibconfig/fibconfig_table_set_iphelper.hh 1.9 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/fibconfig/fibconfig_table_set_netlink_socket.cc 1.6 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/fibconfig/fibconfig_table_set_netlink_socket.hh 1.9 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/fibconfig/fibconfig_table_set_routing_socket.cc 1.6 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/fibconfig/fibconfig_table_set_routing_socket.hh 1.9 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/fibconfig/fibconfig_table_set_rtmv2.cc 1.6 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/fibconfig/fibconfig_table_set_rtmv2.hh 1.10 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/ifconfig/ifconfig_get_click.cc 1.8 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/ifconfig/ifconfig_get_click.hh 1.10 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/ifconfig/ifconfig_get_dummy.cc 1.8 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/ifconfig/ifconfig_get_dummy.hh 1.11 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/ifconfig/ifconfig_get_getifaddrs.cc 1.9 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/ifconfig/ifconfig_get_getifaddrs.hh 1.15 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/ifconfig/ifconfig_get_ioctl.cc 1.9 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/ifconfig/ifconfig_get_ioctl.hh 1.12 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/ifconfig/ifconfig_get_iphelper.cc 1.8 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/ifconfig/ifconfig_get_iphelper.hh 1.16 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/ifconfig/ifconfig_get_netlink_socket.cc 1.9 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/ifconfig/ifconfig_get_netlink_socket.hh 1.20 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/ifconfig/ifconfig_get_proc_linux.cc 1.8 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/ifconfig/ifconfig_get_proc_linux.hh 1.12 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/ifconfig/ifconfig_get_sysctl.cc 1.8 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/ifconfig/ifconfig_get_sysctl.hh 1.4 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/ifconfig/ifconfig_media.cc 1.3 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/ifconfig/ifconfig_media.hh 1.9 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/ifconfig/ifconfig_observer_dummy.cc 1.7 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/ifconfig/ifconfig_observer_dummy.hh 1.9 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/ifconfig/ifconfig_observer_iphelper.cc 1.7 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/ifconfig/ifconfig_observer_iphelper.hh 1.15 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/ifconfig/ifconfig_observer_netlink_socket.cc 1.7 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/ifconfig/ifconfig_observer_netlink_socket.hh 1.14 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/ifconfig/ifconfig_observer_routing_socket.cc 1.7 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/ifconfig/ifconfig_observer_routing_socket.hh 1.15 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/ifconfig/ifconfig_parse_getifaddrs.cc 1.14 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/ifconfig/ifconfig_parse_ioctl.cc 1.15 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/ifconfig/ifconfig_parse_netlink_socket.cc 1.20 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/ifconfig/ifconfig_parse_routing_socket.cc 1.2 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/ifconfig/ifconfig_property_bsd.cc 1.3 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/ifconfig/ifconfig_property_bsd.hh 1.2 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/ifconfig/ifconfig_property_dummy.cc 1.3 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/ifconfig/ifconfig_property_dummy.hh 1.2 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/ifconfig/ifconfig_property_linux.cc 1.3 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/ifconfig/ifconfig_property_linux.hh 1.2 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/ifconfig/ifconfig_property_solaris.cc 1.3 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/ifconfig/ifconfig_property_solaris.hh 1.2 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/ifconfig/ifconfig_property_windows.cc 1.4 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/ifconfig/ifconfig_property_windows.hh 1.19 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/ifconfig/ifconfig_set.cc 1.17 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/ifconfig/ifconfig_set_click.cc 1.11 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/ifconfig/ifconfig_set_click.hh 1.16 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/ifconfig/ifconfig_set_dummy.cc 1.12 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/ifconfig/ifconfig_set_dummy.hh 1.15 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/ifconfig/ifconfig_set_ioctl.cc 1.11 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/ifconfig/ifconfig_set_ioctl.hh 1.17 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/ifconfig/ifconfig_set_iphelper.cc 1.11 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/ifconfig/ifconfig_set_iphelper.hh 1.19 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/ifconfig/ifconfig_set_netlink_socket.cc 1.11 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/ifconfig/ifconfig_set_netlink_socket.hh 1.7 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/ifconfig/ifconfig_vlan_get_bsd.cc 1.4 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/ifconfig/ifconfig_vlan_get_bsd.hh 1.3 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/ifconfig/ifconfig_vlan_get_dummy.cc 1.4 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/ifconfig/ifconfig_vlan_get_dummy.hh 1.4 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/ifconfig/ifconfig_vlan_get_linux.cc 1.3 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/ifconfig/ifconfig_vlan_get_linux.hh 1.10 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/ifconfig/ifconfig_vlan_set_bsd.cc 1.8 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/ifconfig/ifconfig_vlan_set_bsd.hh 1.6 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/ifconfig/ifconfig_vlan_set_dummy.cc 1.8 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/ifconfig/ifconfig_vlan_set_dummy.hh 1.8 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/ifconfig/ifconfig_vlan_set_linux.cc 1.4 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/ifconfig/ifconfig_vlan_set_linux.hh 1.2 +1 -1; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/io/io_ip_dummy.cc 1.3 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/io/io_ip_dummy.hh 1.17 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/io/io_ip_socket.cc 1.10 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/io/io_ip_socket.hh 1.2 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/io/io_link_dummy.cc 1.3 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/io/io_link_dummy.hh 1.9 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/io/io_link_pcap.cc 1.7 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/io/io_link_pcap.hh 1.5 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/io/io_tcpudp_dummy.cc 1.6 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/io/io_tcpudp_dummy.hh 1.22 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/io/io_tcpudp_socket.cc 1.10 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/io/io_tcpudp_socket.hh 1.8 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/managers/fea_data_plane_manager_bsd.cc 1.6 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/managers/fea_data_plane_manager_bsd.hh 1.7 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/managers/fea_data_plane_manager_click.cc 1.8 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/managers/fea_data_plane_manager_click.hh 1.9 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/managers/fea_data_plane_manager_dummy.cc 1.8 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/managers/fea_data_plane_manager_dummy.hh 1.8 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/managers/fea_data_plane_manager_linux.cc 1.6 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/managers/fea_data_plane_manager_linux.hh 1.8 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/managers/fea_data_plane_manager_windows.cc 1.7 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/data_plane/managers/fea_data_plane_manager_windows.hh 1.9 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/fea_data_plane_manager.cc 1.10 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/fea_data_plane_manager.hh 1.5 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/fea_io.cc 1.5 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/fea_io.hh 1.9 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/fea_module.h 1.15 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/fea_node.cc 1.14 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/fea_node.hh 1.18 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/fibconfig.cc 1.16 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/fibconfig.hh 1.14 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/fibconfig_entry_get.hh 1.10 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/fibconfig_entry_observer.hh 1.13 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/fibconfig_entry_set.hh 1.3 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/fibconfig_forwarding.cc 1.4 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/fibconfig_forwarding.hh 1.14 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/fibconfig_table_get.hh 1.12 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/fibconfig_table_observer.hh 1.12 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/fibconfig_table_set.hh 1.5 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/fibconfig_transaction.cc 1.5 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/fibconfig_transaction.hh 1.23 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/fte.hh 1.81 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/ifconfig.cc 1.78 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/ifconfig.hh 1.47 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/ifconfig_get.hh 1.30 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/ifconfig_observer.hh 1.2 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/ifconfig_property.cc 1.3 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/ifconfig_property.hh 1.6 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/ifconfig_reporter.cc 1.7 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/ifconfig_reporter.hh 1.61 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/ifconfig_set.hh 1.4 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/ifconfig_transaction.cc 1.16 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/ifconfig_transaction.hh 1.4 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/ifconfig_vlan_get.hh 1.9 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/ifconfig_vlan_set.hh 1.56 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/iftree.cc 1.59 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/iftree.hh 1.2 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/io_ip.cc 1.3 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/io_ip.hh 1.12 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/io_ip_manager.cc 1.13 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/io_ip_manager.hh 1.2 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/io_link.cc 1.3 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/io_link.hh 1.8 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/io_link_manager.cc 1.8 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/io_link_manager.hh 1.5 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/io_tcpudp.cc 1.8 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/io_tcpudp.hh 1.8 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/io_tcpudp_manager.cc 1.9 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/io_tcpudp_manager.hh 1.35 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/libfeaclient_bridge.cc 1.16 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/libfeaclient_bridge.hh 1.22 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/mfea_config.cc 1.9 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/mfea_dataflow.cc 1.8 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/mfea_dataflow.hh 1.7 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/mfea_kernel_messages.hh 1.8 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/mfea_module.h 1.61 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/mfea_mrouter.cc 1.22 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/mfea_mrouter.hh 1.86 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/mfea_node.cc 1.49 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/mfea_node.hh 1.24 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/mfea_node_cli.cc 1.8 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/mfea_node_cli.hh 1.12 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/mfea_osdep.hh 1.19 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/mfea_vif.cc 1.11 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/mfea_vif.hh 1.12 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/nexthop_port_mapper.cc 1.13 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/nexthop_port_mapper.hh 1.8 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/pa_backend.hh 1.9 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/pa_backend_dummy.cc 1.8 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/pa_backend_dummy.hh 1.12 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/pa_backend_ipfw2.cc 1.8 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/pa_backend_ipfw2.hh 1.5 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/pa_backend_nf.cc 1.4 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/pa_backend_nf.hh 1.7 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/pa_backend_pf.cc 1.7 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/pa_backend_pf.hh 1.6 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/pa_entry.cc 1.6 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/pa_entry.hh 1.7 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/pa_table.cc 1.7 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/pa_table.hh 1.14 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/pa_transaction.cc 1.8 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/pa_transaction.hh 1.7 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/profile_vars.cc 1.6 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/profile_vars.hh 1.15 +1 -1; commitid: 7b93477da47a7ea6; xorp/fea/test_xrl_sockets4_tcp.cc 1.24 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/test_xrl_sockets4_udp.cc 1.26 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/tools/show_interfaces.cc 1.9 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/tools/show_interfaces.hh 1.4 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/xorp_fea.cc 1.5 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/xrl_fea_io.cc 1.5 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/xrl_fea_io.hh 1.16 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/xrl_fea_node.cc 1.12 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/xrl_fea_node.hh 1.37 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/xrl_fea_target.cc 1.25 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/xrl_fea_target.hh 1.4 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/xrl_fib_client_manager.cc 1.5 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/xrl_fib_client_manager.hh 1.5 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/xrl_io_ip_manager.cc 1.4 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/xrl_io_ip_manager.hh 1.4 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/xrl_io_link_manager.cc 1.3 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/xrl_io_link_manager.hh 1.5 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/xrl_io_tcpudp_manager.cc 1.4 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/xrl_io_tcpudp_manager.hh 1.64 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/xrl_mfea_node.cc 1.38 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/xrl_mfea_node.hh 1.10 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/xrl_packet_acl.cc 1.8 +2 -2; commitid: 7b93477da47a7ea6; xorp/fea/xrl_packet_acl.hh 1.8 +2 -2; commitid: 7b93477da47a7ea6; xorp/fib2mrib/fib2mrib_module.h 1.38 +2 -2; commitid: 7b93477da47a7ea6; xorp/fib2mrib/fib2mrib_node.cc 1.22 +2 -2; commitid: 7b93477da47a7ea6; xorp/fib2mrib/fib2mrib_node.hh 1.9 +2 -2; commitid: 7b93477da47a7ea6; xorp/fib2mrib/fib2mrib_varrw.cc 1.8 +2 -2; commitid: 7b93477da47a7ea6; xorp/fib2mrib/fib2mrib_varrw.hh 1.13 +2 -2; commitid: 7b93477da47a7ea6; xorp/fib2mrib/xorp_fib2mrib.cc 1.41 +2 -2; commitid: 7b93477da47a7ea6; xorp/fib2mrib/xrl_fib2mrib_node.cc 1.22 +2 -2; commitid: 7b93477da47a7ea6; xorp/fib2mrib/xrl_fib2mrib_node.hh 1.8 +2 -2; commitid: 7b93477da47a7ea6; xorp/libcomm/comm_module.h 1.18 +2 -2; commitid: 7b93477da47a7ea6; xorp/libcomm/test_comm.c 1.7 +2 -2; commitid: 7b93477da47a7ea6; xorp/libcomm/test_connect.cc 1.26 +2 -2; commitid: 7b93477da47a7ea6; xorp/libfeaclient/ifmgr_atoms.cc 1.36 +2 -2; commitid: 7b93477da47a7ea6; xorp/libfeaclient/ifmgr_atoms.hh 1.6 +2 -2; commitid: 7b93477da47a7ea6; xorp/libfeaclient/ifmgr_cmd_base.hh 1.22 +2 -2; commitid: 7b93477da47a7ea6; xorp/libfeaclient/ifmgr_cmd_queue.cc 1.13 +2 -2; commitid: 7b93477da47a7ea6; xorp/libfeaclient/ifmgr_cmd_queue.hh 1.28 +2 -2; commitid: 7b93477da47a7ea6; xorp/libfeaclient/ifmgr_cmds.cc 1.23 +2 -2; commitid: 7b93477da47a7ea6; xorp/libfeaclient/ifmgr_cmds.hh 1.29 +2 -2; commitid: 7b93477da47a7ea6; xorp/libfeaclient/ifmgr_xrl_mirror.cc 1.19 +2 -2; commitid: 7b93477da47a7ea6; xorp/libfeaclient/ifmgr_xrl_mirror.hh 1.16 +2 -2; commitid: 7b93477da47a7ea6; xorp/libfeaclient/ifmgr_xrl_replicator.cc 1.13 +2 -2; commitid: 7b93477da47a7ea6; xorp/libfeaclient/ifmgr_xrl_replicator.hh 1.9 +2 -2; commitid: 7b93477da47a7ea6; xorp/libfeaclient/libfeaclient_module.h 1.7 +2 -2; commitid: 7b93477da47a7ea6; xorp/libfeaclient/overview.hh 1.18 +2 -2; commitid: 7b93477da47a7ea6; xorp/libfeaclient/test_local_copy.cc 1.23 +2 -2; commitid: 7b93477da47a7ea6; xorp/libfeaclient/test_remote_copy.cc 1.3 +2 -2; commitid: 7b93477da47a7ea6; xorp/libproto/checksum.c 1.4 +2 -2; commitid: 7b93477da47a7ea6; xorp/libproto/checksum.h 1.10 +2 -2; commitid: 7b93477da47a7ea6; xorp/libproto/config_node_id.hh 1.9 +2 -2; commitid: 7b93477da47a7ea6; xorp/libproto/libproto_module.h 1.5 +2 -2; commitid: 7b93477da47a7ea6; xorp/libproto/packet.cc 1.12 +2 -2; commitid: 7b93477da47a7ea6; xorp/libproto/packet.hh 1.44 +2 -2; commitid: 7b93477da47a7ea6; xorp/libproto/proto_node.hh 1.10 +2 -2; commitid: 7b93477da47a7ea6; xorp/libproto/proto_node_cli.cc 1.9 +2 -2; commitid: 7b93477da47a7ea6; xorp/libproto/proto_node_cli.hh 1.16 +2 -2; commitid: 7b93477da47a7ea6; xorp/libproto/proto_state.cc 1.10 +2 -2; commitid: 7b93477da47a7ea6; xorp/libproto/proto_state.hh 1.14 +2 -2; commitid: 7b93477da47a7ea6; xorp/libproto/proto_unit.cc 1.12 +2 -2; commitid: 7b93477da47a7ea6; xorp/libproto/proto_unit.hh 1.10 +2 -2; commitid: 7b93477da47a7ea6; xorp/libproto/spt.cc 1.19 +2 -2; commitid: 7b93477da47a7ea6; xorp/libproto/spt.hh 1.6 +2 -2; commitid: 7b93477da47a7ea6; xorp/libproto/test_checksum.cc 1.10 +2 -2; commitid: 7b93477da47a7ea6; xorp/libproto/test_config_node_id.cc 1.4 +2 -2; commitid: 7b93477da47a7ea6; xorp/libproto/test_packet.cc 1.17 +2 -2; commitid: 7b93477da47a7ea6; xorp/libproto/test_spt.cc 1.38 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxipc/call_xrl.cc 1.27 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxipc/finder.cc 1.24 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxipc/finder.hh 1.35 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxipc/finder_client.cc 1.23 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxipc/finder_client.hh 1.11 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxipc/finder_client_observer.cc 1.6 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxipc/finder_client_observer.hh 1.11 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxipc/finder_client_xrl_target.cc 1.13 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxipc/finder_client_xrl_target.hh 1.11 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxipc/finder_constants.hh 1.25 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxipc/finder_main.cc 1.14 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxipc/finder_messenger.cc 1.20 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxipc/finder_messenger.hh 1.13 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxipc/finder_module.h 1.10 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxipc/finder_msgs.cc 1.10 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxipc/finder_msgs.hh 1.16 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxipc/finder_server.cc 1.18 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxipc/finder_server.hh 1.36 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxipc/finder_tcp.cc 1.23 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxipc/finder_tcp.hh 1.33 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxipc/finder_tcp_messenger.cc 1.21 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxipc/finder_tcp_messenger.hh 1.10 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxipc/finder_xrl_queue.cc 1.15 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxipc/finder_xrl_queue.hh 1.29 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxipc/finder_xrl_target.cc 1.18 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxipc/finder_xrl_target.hh 1.13 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxipc/header.cc 1.14 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxipc/header.hh 1.8 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxipc/hmac.cc 1.10 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxipc/hmac.hh 1.9 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxipc/ipc_module.h 1.7 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxipc/permits.cc 1.7 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxipc/permits.hh 1.28 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxipc/sockutil.cc 1.14 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxipc/sockutil.hh 1.25 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxipc/test_finder.cc 1.28 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxipc/test_finder_events.cc 1.21 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxipc/test_finder_messenger.cc 1.13 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxipc/test_finder_msgs.cc 1.26 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxipc/test_finder_tcp.cc 1.15 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxipc/test_finder_to.cc 1.10 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxipc/test_header.cc 1.19 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxipc/test_inproc.cc 1.21 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxipc/test_lemming.cc 1.22 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxipc/test_stcp.cc 1.13 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxipc/test_stcppf.cc 1.17 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxipc/test_sudp.cc 1.14 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxipc/test_xrl.cc 1.17 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxipc/test_xrl_args.cc 1.16 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxipc/test_xrl_atom.cc 1.9 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxipc/test_xrl_error.cc 1.12 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxipc/test_xrl_parser.cc 1.16 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxipc/test_xrl_receiver.cc 1.19 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxipc/test_xrl_router.cc 1.20 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxipc/test_xrl_sender.cc 1.14 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxipc/xrl.cc 1.16 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxipc/xrl.hh 1.16 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxipc/xrl_args.cc 1.19 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxipc/xrl_args.hh 1.29 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxipc/xrl_atom.cc 1.15 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxipc/xrl_atom.hh 1.18 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxipc/xrl_atom_encoding.cc 1.12 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxipc/xrl_atom_encoding.hh 1.10 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxipc/xrl_atom_list.cc 1.10 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxipc/xrl_atom_list.hh 1.17 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxipc/xrl_cmd_map.cc 1.19 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxipc/xrl_cmd_map.hh 1.12 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxipc/xrl_dispatcher.cc 1.8 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxipc/xrl_dispatcher.hh 1.15 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxipc/xrl_error.cc 1.19 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxipc/xrl_error.hh 1.9 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxipc/xrl_module.h 1.15 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxipc/xrl_parser.cc 1.10 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxipc/xrl_parser.hh 1.14 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxipc/xrl_parser_input.cc 1.10 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxipc/xrl_parser_input.hh 1.6 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxipc/xrl_pf.cc 1.30 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxipc/xrl_pf.hh 1.18 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxipc/xrl_pf_factory.cc 1.13 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxipc/xrl_pf_factory.hh 1.33 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxipc/xrl_pf_inproc.cc 1.20 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxipc/xrl_pf_inproc.hh 1.12 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxipc/xrl_pf_kill.cc 1.8 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxipc/xrl_pf_kill.hh 1.59 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxipc/xrl_pf_stcp.cc 1.28 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxipc/xrl_pf_stcp.hh 1.17 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxipc/xrl_pf_stcp_ph.cc 1.15 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxipc/xrl_pf_stcp_ph.hh 1.51 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxipc/xrl_pf_sudp.cc 1.24 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxipc/xrl_pf_sudp.hh 1.56 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxipc/xrl_router.cc 1.40 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxipc/xrl_router.hh 1.8 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxipc/xrl_sender.hh 1.12 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxipc/xrl_std_router.cc 1.17 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxipc/xrl_std_router.hh 1.8 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxipc/xrl_tokens.cc 1.10 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxipc/xrl_tokens.hh 1.13 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxipc/xuid.cc 1.8 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxipc/xuid.hh 1.18 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxorp/asnum.hh 1.40 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxorp/asyncio.cc 1.30 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxorp/asyncio.hh 1.8 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxorp/buffer.hh 1.13 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxorp/buffered_asyncio.cc 1.8 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxorp/buffered_asyncio.hh 1.13 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxorp/c_format.cc 1.11 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxorp/c_format.hh 1.20 +1 -1; commitid: 7b93477da47a7ea6; xorp/libxorp/callback-gen.py 1.11 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxorp/callback.cc 1.21 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxorp/callback.hh 1.15 +1 -1; commitid: 7b93477da47a7ea6; xorp/libxorp/callback_debug.hh 1.13 +1 -1; commitid: 7b93477da47a7ea6; xorp/libxorp/callback_nodebug.hh 1.7 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxorp/clock.cc 1.7 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxorp/clock.hh 1.15 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxorp/config_param.hh 1.12 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxorp/debug.c 1.11 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxorp/debug.h 1.13 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxorp/ether_compat.c 1.17 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxorp/ether_compat.h 1.26 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxorp/eventloop.cc 1.29 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxorp/eventloop.hh 1.8 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxorp/exceptions.cc 1.9 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxorp/exceptions.hh 1.7 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxorp/gai_strerror.c 1.6 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxorp/getopt.c 1.21 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxorp/heap.cc 1.16 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxorp/heap.hh 1.5 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxorp/ioevents.hh 1.7 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxorp/ipnet.cc 1.35 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxorp/ipnet.hh 1.33 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxorp/ipv4.cc 1.40 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxorp/ipv4.hh 1.7 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxorp/ipv4net.hh 1.33 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxorp/ipv6.cc 1.39 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxorp/ipv6.hh 1.7 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxorp/ipv6net.hh 1.34 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxorp/ipvx.cc 1.32 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxorp/ipvx.hh 1.20 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxorp/ipvxnet.hh 1.9 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxorp/libxorp_module.h 1.24 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxorp/mac.cc 1.26 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxorp/mac.hh 1.8 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxorp/minitraits.hh 1.11 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxorp/nexthop.cc 1.9 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxorp/nexthop.hh 1.8 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxorp/old_trie.hh 1.22 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxorp/popen.cc 1.9 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxorp/popen.hh 1.9 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxorp/profile.cc 1.12 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxorp/profile.hh 1.14 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxorp/random.c 1.7 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxorp/random.h 1.9 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxorp/range.hh 1.14 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxorp/ref_ptr.cc 1.24 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxorp/ref_ptr.hh 1.32 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxorp/ref_trie.hh 1.6 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxorp/round_robin.cc 1.6 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxorp/round_robin.hh 1.33 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxorp/run_command.cc 1.17 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxorp/run_command.hh 1.9 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxorp/safe_callback_obj.cc 1.9 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxorp/safe_callback_obj.hh 1.41 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxorp/selector.cc 1.26 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxorp/selector.hh 1.11 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxorp/service.cc 1.12 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxorp/service.hh 1.12 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxorp/status_codes.h 1.16 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxorp/strptime.c 1.8 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxorp/task.cc 1.10 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxorp/task.hh 1.20 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxorp/test_asyncio.cc 1.10 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxorp/test_callback.cc 1.13 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxorp/test_config_param.cc 1.10 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxorp/test_heap.cc 1.18 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxorp/test_ipnet.cc 1.31 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxorp/test_ipv4.cc 1.24 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxorp/test_ipv4net.cc 1.31 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxorp/test_ipv6.cc 1.19 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxorp/test_ipv6net.cc 1.32 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxorp/test_ipvx.cc 1.23 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxorp/test_ipvxnet.cc 1.17 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxorp/test_mac.cc 1.18 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxorp/test_main.hh 1.12 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxorp/test_observers.cc 1.9 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxorp/test_profile.cc 1.12 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxorp/test_ref_ptr.cc 1.16 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxorp/test_ref_trie.cc 1.19 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxorp/test_run_command.cc 1.15 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxorp/test_service.cc 1.6 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxorp/test_task.cc 1.15 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxorp/test_test_main.cc 1.12 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxorp/test_time_slice.cc 1.17 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxorp/test_timer.cc 1.12 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxorp/test_timeval.cc 1.13 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxorp/test_trie.cc 1.7 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxorp/test_types.cc 1.8 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxorp/test_utils.cc 1.20 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxorp/test_vif.cc 1.10 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxorp/time_slice.cc 1.11 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxorp/time_slice.hh 1.40 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxorp/timer.cc 1.36 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxorp/timer.hh 1.13 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxorp/timespent.hh 1.34 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxorp/timeval.hh 1.7 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxorp/tlv.hh 1.13 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxorp/token.cc 1.9 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxorp/token.hh 1.5 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxorp/tokenize.hh 1.11 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxorp/transaction.cc 1.12 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxorp/transaction.hh 1.26 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxorp/trie.hh 1.10 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxorp/utility.c 1.18 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxorp/utility.h 1.11 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxorp/utils.cc 1.21 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxorp/utils.hh 1.25 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxorp/vif.cc 1.21 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxorp/vif.hh 1.20 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxorp/win_dispatcher.cc 1.21 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxorp/wi