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/win_dispatcher.hh 1.10 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxorp/win_io.c 1.8 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxorp/win_io.h 1.24 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxorp/xlog.c 1.17 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxorp/xlog.h 1.16 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxorp/xorp.h 1.5 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxorp/xorp_osdep_begin.h 1.5 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxorp/xorp_osdep_end.h 1.12 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxorp/xorp_osdep_mid.h 1.9 +2 -2; commitid: 7b93477da47a7ea6; xorp/libxorp/xorpfd.hh 1.21 +2 -2; commitid: 7b93477da47a7ea6; xorp/mibs/bgp4_mib_1657.cc 1.16 +2 -2; commitid: 7b93477da47a7ea6; xorp/mibs/bgp4_mib_1657.hh 1.24 +2 -2; commitid: 7b93477da47a7ea6; xorp/mibs/bgp4_mib_1657_bgp4pathattrtable.cc 1.13 +2 -2; commitid: 7b93477da47a7ea6; xorp/mibs/bgp4_mib_1657_bgp4pathattrtable.hh 1.9 +2 -2; commitid: 7b93477da47a7ea6; xorp/mibs/bgp4_mib_1657_bgpidentifier.cc 1.7 +1 -1; commitid: 7b93477da47a7ea6; xorp/mibs/bgp4_mib_1657_bgpidentifier.hh 1.10 +2 -2; commitid: 7b93477da47a7ea6; xorp/mibs/bgp4_mib_1657_bgplocalas.cc 1.7 +2 -2; commitid: 7b93477da47a7ea6; xorp/mibs/bgp4_mib_1657_bgplocalas.hh 1.22 +2 -2; commitid: 7b93477da47a7ea6; xorp/mibs/bgp4_mib_1657_bgppeertable.cc 1.8 +1 -1; commitid: 7b93477da47a7ea6; xorp/mibs/bgp4_mib_1657_bgppeertable.hh 1.16 +2 -2; commitid: 7b93477da47a7ea6; xorp/mibs/bgp4_mib_1657_bgpversion.cc 1.8 +2 -2; commitid: 7b93477da47a7ea6; xorp/mibs/bgp4_mib_1657_bgpversion.hh 1.9 +2 -2; commitid: 7b93477da47a7ea6; xorp/mibs/bgp4_mib_module.h 1.11 +2 -2; commitid: 7b93477da47a7ea6; xorp/mibs/bgp4_mib_xrl_target.cc 1.10 +2 -2; commitid: 7b93477da47a7ea6; xorp/mibs/bgp4_mib_xrl_target.hh 1.8 +2 -2; commitid: 7b93477da47a7ea6; xorp/mibs/fixconfigs.h 1.9 +2 -2; commitid: 7b93477da47a7ea6; xorp/mibs/ospf_mib_1850.cc 1.7 +2 -2; commitid: 7b93477da47a7ea6; xorp/mibs/ospf_mib_1850.hh 1.19 +2 -2; commitid: 7b93477da47a7ea6; xorp/mibs/test_xorpevents.cc 1.13 +2 -2; commitid: 7b93477da47a7ea6; xorp/mibs/xorp_if_mib_module.cc 1.9 +2 -2; commitid: 7b93477da47a7ea6; xorp/mibs/xorp_if_mib_module.hh 1.10 +2 -2; commitid: 7b93477da47a7ea6; xorp/mibs/xorp_if_mib_xrl_target.cc 1.8 +2 -2; commitid: 7b93477da47a7ea6; xorp/mibs/xorp_if_mib_xrl_target.hh 1.9 +2 -2; commitid: 7b93477da47a7ea6; xorp/mibs/xorp_if_module.h 1.8 +2 -2; commitid: 7b93477da47a7ea6; xorp/mibs/xorp_netsnmp_module.h 1.18 +2 -2; commitid: 7b93477da47a7ea6; xorp/mibs/xorpevents.cc 1.18 +2 -2; commitid: 7b93477da47a7ea6; xorp/mibs/xorpevents.hh 1.18 +2 -2; commitid: 7b93477da47a7ea6; xorp/mld6igmp/igmp_proto.h 1.21 +2 -2; commitid: 7b93477da47a7ea6; xorp/mld6igmp/mld6_proto.h 1.20 +2 -2; commitid: 7b93477da47a7ea6; xorp/mld6igmp/mld6igmp_config.cc 1.32 +2 -2; commitid: 7b93477da47a7ea6; xorp/mld6igmp/mld6igmp_group_record.cc 1.21 +2 -2; commitid: 7b93477da47a7ea6; xorp/mld6igmp/mld6igmp_group_record.hh 1.9 +2 -2; commitid: 7b93477da47a7ea6; xorp/mld6igmp/mld6igmp_module.h 1.58 +2 -2; commitid: 7b93477da47a7ea6; xorp/mld6igmp/mld6igmp_node.cc 1.35 +2 -2; commitid: 7b93477da47a7ea6; xorp/mld6igmp/mld6igmp_node.hh 1.32 +2 -2; commitid: 7b93477da47a7ea6; xorp/mld6igmp/mld6igmp_node_cli.cc 1.10 +2 -2; commitid: 7b93477da47a7ea6; xorp/mld6igmp/mld6igmp_node_cli.hh 1.48 +2 -2; commitid: 7b93477da47a7ea6; xorp/mld6igmp/mld6igmp_proto.cc 1.13 +2 -2; commitid: 7b93477da47a7ea6; xorp/mld6igmp/mld6igmp_source_record.cc 1.12 +2 -2; commitid: 7b93477da47a7ea6; xorp/mld6igmp/mld6igmp_source_record.hh 1.88 +2 -2; commitid: 7b93477da47a7ea6; xorp/mld6igmp/mld6igmp_vif.cc 1.49 +2 -2; commitid: 7b93477da47a7ea6; xorp/mld6igmp/mld6igmp_vif.hh 1.15 +2 -2; commitid: 7b93477da47a7ea6; xorp/mld6igmp/xorp_igmp.cc 1.16 +2 -2; commitid: 7b93477da47a7ea6; xorp/mld6igmp/xorp_mld.cc 1.67 +2 -2; commitid: 7b93477da47a7ea6; xorp/mld6igmp/xrl_mld6igmp_node.cc 1.47 +2 -2; commitid: 7b93477da47a7ea6; xorp/mld6igmp/xrl_mld6igmp_node.hh 1.7 +2 -2; commitid: 7b93477da47a7ea6; xorp/mrt/buffer.c 1.9 +2 -2; commitid: 7b93477da47a7ea6; xorp/mrt/buffer.h 1.18 +2 -2; commitid: 7b93477da47a7ea6; xorp/mrt/include/ip_mroute.h 1.12 +2 -2; commitid: 7b93477da47a7ea6; xorp/mrt/max_vifs.h 1.9 +2 -2; commitid: 7b93477da47a7ea6; xorp/mrt/mifset.cc 1.9 +2 -2; commitid: 7b93477da47a7ea6; xorp/mrt/mifset.hh 1.22 +2 -2; commitid: 7b93477da47a7ea6; xorp/mrt/mrib_table.cc 1.15 +2 -2; commitid: 7b93477da47a7ea6; xorp/mrt/mrib_table.hh 1.12 +2 -2; commitid: 7b93477da47a7ea6; xorp/mrt/mrt.hh 1.8 +2 -2; commitid: 7b93477da47a7ea6; xorp/mrt/mrt_module.h 1.9 +2 -2; commitid: 7b93477da47a7ea6; xorp/mrt/multicast_defs.h 1.8 +2 -2; commitid: 7b93477da47a7ea6; xorp/mrt/netstream_access.h 1.10 +2 -2; commitid: 7b93477da47a7ea6; xorp/mrt/test_mrib.cc 1.12 +2 -2; commitid: 7b93477da47a7ea6; xorp/mrt/test_mrt.cc 1.295 +2 -2; commitid: 7b93477da47a7ea6; xorp/ospf/area_router.cc 1.139 +2 -2; commitid: 7b93477da47a7ea6; xorp/ospf/area_router.hh 1.18 +2 -2; commitid: 7b93477da47a7ea6; xorp/ospf/auth.cc 1.13 +2 -2; commitid: 7b93477da47a7ea6; xorp/ospf/auth.hh 1.27 +2 -2; commitid: 7b93477da47a7ea6; xorp/ospf/debug_io.hh 1.8 +2 -2; commitid: 7b93477da47a7ea6; xorp/ospf/delay_queue.hh 1.6 +2 -2; commitid: 7b93477da47a7ea6; xorp/ospf/exceptions.hh 1.38 +2 -2; commitid: 7b93477da47a7ea6; xorp/ospf/external.cc 1.22 +2 -2; commitid: 7b93477da47a7ea6; xorp/ospf/external.hh 1.7 +2 -2; commitid: 7b93477da47a7ea6; xorp/ospf/fletcher_checksum.cc 1.4 +2 -2; commitid: 7b93477da47a7ea6; xorp/ospf/fletcher_checksum.hh 1.28 +2 -2; commitid: 7b93477da47a7ea6; xorp/ospf/io.hh 1.109 +2 -2; commitid: 7b93477da47a7ea6; xorp/ospf/lsa.cc 1.110 +2 -2; commitid: 7b93477da47a7ea6; xorp/ospf/lsa.hh 1.97 +2 -2; commitid: 7b93477da47a7ea6; xorp/ospf/ospf.cc 1.111 +2 -2; commitid: 7b93477da47a7ea6; xorp/ospf/ospf.hh 1.46 +2 -2; commitid: 7b93477da47a7ea6; xorp/ospf/packet.cc 1.41 +2 -2; commitid: 7b93477da47a7ea6; xorp/ospf/packet.hh 1.303 +2 -2; commitid: 7b93477da47a7ea6; xorp/ospf/peer.cc 1.148 +2 -2; commitid: 7b93477da47a7ea6; xorp/ospf/peer.hh 1.156 +2 -2; commitid: 7b93477da47a7ea6; xorp/ospf/peer_manager.cc 1.97 +2 -2; commitid: 7b93477da47a7ea6; xorp/ospf/peer_manager.hh 1.14 +2 -2; commitid: 7b93477da47a7ea6; xorp/ospf/policy_varrw.cc 1.11 +2 -2; commitid: 7b93477da47a7ea6; xorp/ospf/policy_varrw.hh 1.67 +2 -2; commitid: 7b93477da47a7ea6; xorp/ospf/routing_table.cc 1.45 +2 -2; commitid: 7b93477da47a7ea6; xorp/ospf/routing_table.hh 1.4 +2 -2; commitid: 7b93477da47a7ea6; xorp/ospf/test_args.hh 1.22 +2 -2; commitid: 7b93477da47a7ea6; xorp/ospf/test_build_lsa.cc 1.9 +2 -2; commitid: 7b93477da47a7ea6; xorp/ospf/test_build_lsa.hh 1.8 +2 -2; commitid: 7b93477da47a7ea6; xorp/ospf/test_build_lsa_main.cc 1.10 +2 -2; commitid: 7b93477da47a7ea6; xorp/ospf/test_checksum.cc 1.6 +2 -2; commitid: 7b93477da47a7ea6; xorp/ospf/test_common.hh 1.57 +2 -2; commitid: 7b93477da47a7ea6; xorp/ospf/test_packet.cc 1.58 +2 -2; commitid: 7b93477da47a7ea6; xorp/ospf/test_peering.cc 1.28 +2 -2; commitid: 7b93477da47a7ea6; xorp/ospf/test_routing.cc 1.28 +2 -2; commitid: 7b93477da47a7ea6; xorp/ospf/test_routing1.py 1.4 +2 -2; commitid: 7b93477da47a7ea6; xorp/ospf/test_routing_database.cc 1.10 +2 -2; commitid: 7b93477da47a7ea6; xorp/ospf/test_routing_interactive.cc 1.12 +2 -2; commitid: 7b93477da47a7ea6; xorp/ospf/test_routing_table.cc 1.2 +2 -2; commitid: 7b93477da47a7ea6; xorp/ospf/tools/clear_database.cc 1.23 +2 -2; commitid: 7b93477da47a7ea6; xorp/ospf/tools/print_lsas.cc 1.10 +2 -2; commitid: 7b93477da47a7ea6; xorp/ospf/tools/print_neighbours.cc 1.19 +2 -2; commitid: 7b93477da47a7ea6; xorp/ospf/trace.hh 1.6 +2 -2; commitid: 7b93477da47a7ea6; xorp/ospf/transmit.hh 1.16 +2 -2; commitid: 7b93477da47a7ea6; xorp/ospf/vertex.hh 1.15 +2 -2; commitid: 7b93477da47a7ea6; xorp/ospf/vlink.cc 1.12 +2 -2; commitid: 7b93477da47a7ea6; xorp/ospf/vlink.hh 1.15 +2 -2; commitid: 7b93477da47a7ea6; xorp/ospf/xorp_ospfv2.cc 1.16 +2 -2; commitid: 7b93477da47a7ea6; xorp/ospf/xorp_ospfv3.cc 1.48 +2 -2; commitid: 7b93477da47a7ea6; xorp/ospf/xrl_io.cc 1.32 +2 -2; commitid: 7b93477da47a7ea6; xorp/ospf/xrl_io.hh 1.60 +2 -2; commitid: 7b93477da47a7ea6; xorp/ospf/xrl_target.cc 1.43 +2 -2; commitid: 7b93477da47a7ea6; xorp/ospf/xrl_target.hh 1.52 +2 -2; commitid: 7b93477da47a7ea6; xorp/pim/pim_bsr.cc 1.20 +2 -2; commitid: 7b93477da47a7ea6; xorp/pim/pim_bsr.hh 1.54 +2 -2; commitid: 7b93477da47a7ea6; xorp/pim/pim_config.cc 1.36 +2 -2; commitid: 7b93477da47a7ea6; xorp/pim/pim_mfc.cc 1.14 +2 -2; commitid: 7b93477da47a7ea6; xorp/pim/pim_mfc.hh 1.9 +2 -2; commitid: 7b93477da47a7ea6; xorp/pim/pim_module.h 1.42 +2 -2; commitid: 7b93477da47a7ea6; xorp/pim/pim_mre.cc 1.52 +2 -2; commitid: 7b93477da47a7ea6; xorp/pim/pim_mre.hh 1.40 +2 -2; commitid: 7b93477da47a7ea6; xorp/pim/pim_mre_assert.cc 1.22 +2 -2; commitid: 7b93477da47a7ea6; xorp/pim/pim_mre_data.cc 1.42 +2 -2; commitid: 7b93477da47a7ea6; xorp/pim/pim_mre_join_prune.cc 1.27 +2 -2; commitid: 7b93477da47a7ea6; xorp/pim/pim_mre_register.cc 1.46 +2 -2; commitid: 7b93477da47a7ea6; xorp/pim/pim_mre_rpf.cc 1.18 +2 -2; commitid: 7b93477da47a7ea6; xorp/pim/pim_mre_task.cc 1.13 +2 -2; commitid: 7b93477da47a7ea6; xorp/pim/pim_mre_task.hh 1.44 +2 -2; commitid: 7b93477da47a7ea6; xorp/pim/pim_mre_track_state.cc 1.26 +2 -2; commitid: 7b93477da47a7ea6; xorp/pim/pim_mre_track_state.hh 1.15 +2 -2; commitid: 7b93477da47a7ea6; xorp/pim/pim_mrib_table.cc 1.13 +2 -2; commitid: 7b93477da47a7ea6; xorp/pim/pim_mrib_table.hh 1.14 +2 -2; commitid: 7b93477da47a7ea6; xorp/pim/pim_mrt.cc 1.22 +2 -2; commitid: 7b93477da47a7ea6; xorp/pim/pim_mrt.hh 1.38 +2 -2; commitid: 7b93477da47a7ea6; xorp/pim/pim_mrt_mfc.cc 1.25 +2 -2; commitid: 7b93477da47a7ea6; xorp/pim/pim_mrt_task.cc 1.21 +2 -2; commitid: 7b93477da47a7ea6; xorp/pim/pim_nbr.cc 1.18 +2 -2; commitid: 7b93477da47a7ea6; xorp/pim/pim_nbr.hh 1.88 +2 -2; commitid: 7b93477da47a7ea6; xorp/pim/pim_node.cc 1.67 +2 -2; commitid: 7b93477da47a7ea6; xorp/pim/pim_node.hh 1.44 +2 -2; commitid: 7b93477da47a7ea6; xorp/pim/pim_node_cli.cc 1.13 +2 -2; commitid: 7b93477da47a7ea6; xorp/pim/pim_node_cli.hh 1.25 +2 -2; commitid: 7b93477da47a7ea6; xorp/pim/pim_proto.h 1.30 +2 -2; commitid: 7b93477da47a7ea6; xorp/pim/pim_proto_assert.cc 1.10 +2 -2; commitid: 7b93477da47a7ea6; xorp/pim/pim_proto_assert.hh 1.25 +2 -2; commitid: 7b93477da47a7ea6; xorp/pim/pim_proto_bootstrap.cc 1.22 +2 -2; commitid: 7b93477da47a7ea6; xorp/pim/pim_proto_cand_rp_adv.cc 1.13 +2 -2; commitid: 7b93477da47a7ea6; xorp/pim/pim_proto_graft.cc 1.8 +2 -2; commitid: 7b93477da47a7ea6; xorp/pim/pim_proto_graft_ack.cc 1.28 +2 -2; commitid: 7b93477da47a7ea6; xorp/pim/pim_proto_hello.cc 1.17 +2 -2; commitid: 7b93477da47a7ea6; xorp/pim/pim_proto_join_prune.cc 1.30 +2 -2; commitid: 7b93477da47a7ea6; xorp/pim/pim_proto_join_prune_message.cc 1.12 +2 -2; commitid: 7b93477da47a7ea6; xorp/pim/pim_proto_join_prune_message.hh 1.38 +2 -2; commitid: 7b93477da47a7ea6; xorp/pim/pim_proto_register.cc 1.18 +2 -2; commitid: 7b93477da47a7ea6; xorp/pim/pim_proto_register_stop.cc 1.20 +2 -2; commitid: 7b93477da47a7ea6; xorp/pim/pim_rp.cc 1.12 +2 -2; commitid: 7b93477da47a7ea6; xorp/pim/pim_rp.hh 1.15 +2 -2; commitid: 7b93477da47a7ea6; xorp/pim/pim_scope_zone_table.cc 1.13 +2 -2; commitid: 7b93477da47a7ea6; xorp/pim/pim_scope_zone_table.hh 1.70 +2 -2; commitid: 7b93477da47a7ea6; xorp/pim/pim_vif.cc 1.45 +2 -2; commitid: 7b93477da47a7ea6; xorp/pim/pim_vif.hh 1.15 +2 -2; commitid: 7b93477da47a7ea6; xorp/pim/xorp_pimsm4.cc 1.16 +2 -2; commitid: 7b93477da47a7ea6; xorp/pim/xorp_pimsm6.cc 1.77 +2 -2; commitid: 7b93477da47a7ea6; xorp/pim/xrl_pim_node.hh 1.4 +2 -2; commitid: 7b93477da47a7ea6; xorp/policy/backend/filter_base.hh 1.6 +2 -2; commitid: 7b93477da47a7ea6; xorp/policy/backend/instr_visitor.hh 1.10 +2 -2; commitid: 7b93477da47a7ea6; xorp/policy/backend/instruction.hh 1.5 +2 -2; commitid: 7b93477da47a7ea6; xorp/policy/backend/instruction_base.hh 1.15 +2 -2; commitid: 7b93477da47a7ea6; xorp/policy/backend/iv_exec.cc 1.11 +2 -2; commitid: 7b93477da47a7ea6; xorp/policy/backend/iv_exec.hh 1.5 +2 -2; commitid: 7b93477da47a7ea6; xorp/policy/backend/policy_backend_parser.hh 1.12 +2 -2; commitid: 7b93477da47a7ea6; xorp/policy/backend/policy_filter.cc 1.9 +2 -2; commitid: 7b93477da47a7ea6; xorp/policy/backend/policy_filter.hh 1.10 +2 -2; commitid: 7b93477da47a7ea6; xorp/policy/backend/policy_filters.cc 1.8 +2 -2; commitid: 7b93477da47a7ea6; xorp/policy/backend/policy_filters.hh 1.6 +2 -2; commitid: 7b93477da47a7ea6; xorp/policy/backend/policy_instr.hh 1.7 +2 -2; commitid: 7b93477da47a7ea6; xorp/policy/backend/policy_redist_map.cc 1.5 +2 -2; commitid: 7b93477da47a7ea6; xorp/policy/backend/policy_redist_map.hh 1.13 +2 -2; commitid: 7b93477da47a7ea6; xorp/policy/backend/policytags.cc 1.6 +2 -2; commitid: 7b93477da47a7ea6; xorp/policy/backend/policytags.hh 1.8 +2 -2; commitid: 7b93477da47a7ea6; xorp/policy/backend/set_manager.cc 1.6 +2 -2; commitid: 7b93477da47a7ea6; xorp/policy/backend/set_manager.hh 1.17 +2 -2; commitid: 7b93477da47a7ea6; xorp/policy/backend/single_varrw.cc 1.12 +2 -2; commitid: 7b93477da47a7ea6; xorp/policy/backend/single_varrw.hh 1.6 +2 -2; commitid: 7b93477da47a7ea6; xorp/policy/backend/term_instr.hh 1.8 +2 -2; commitid: 7b93477da47a7ea6; xorp/policy/backend/version_filter.cc 1.5 +2 -2; commitid: 7b93477da47a7ea6; xorp/policy/backend/version_filter.hh 1.6 +2 -2; commitid: 7b93477da47a7ea6; xorp/policy/backend/version_filters.cc 1.5 +2 -2; commitid: 7b93477da47a7ea6; xorp/policy/backend/version_filters.hh 1.10 +2 -2; commitid: 7b93477da47a7ea6; xorp/policy/code.cc 1.9 +2 -2; commitid: 7b93477da47a7ea6; xorp/policy/code.hh 1.14 +2 -2; commitid: 7b93477da47a7ea6; xorp/policy/code_generator.cc 1.8 +2 -2; commitid: 7b93477da47a7ea6; xorp/policy/code_generator.hh 1.12 +2 -2; commitid: 7b93477da47a7ea6; xorp/policy/code_list.cc 1.8 +2 -2; commitid: 7b93477da47a7ea6; xorp/policy/code_list.hh 1.13 +2 -2; commitid: 7b93477da47a7ea6; xorp/policy/common/dispatcher.cc 1.11 +2 -2; commitid: 7b93477da47a7ea6; xorp/policy/common/dispatcher.hh 1.5 +2 -2; commitid: 7b93477da47a7ea6; xorp/policy/common/elem_bgp.hh 1.4 +2 -2; commitid: 7b93477da47a7ea6; xorp/policy/common/elem_filter.hh 1.7 +2 -2; commitid: 7b93477da47a7ea6; xorp/policy/common/elem_null.hh 1.17 +2 -2; commitid: 7b93477da47a7ea6; xorp/policy/common/elem_set.cc 1.10 +2 -2; commitid: 7b93477da47a7ea6; xorp/policy/common/elem_set.hh 1.12 +2 -2; commitid: 7b93477da47a7ea6; xorp/policy/common/element.cc 1.12 +2 -2; commitid: 7b93477da47a7ea6; xorp/policy/common/element.hh 1.6 +2 -2; commitid: 7b93477da47a7ea6; xorp/policy/common/element_base.hh 1.10 +2 -2; commitid: 7b93477da47a7ea6; xorp/policy/common/element_factory.cc 1.7 +2 -2; commitid: 7b93477da47a7ea6; xorp/policy/common/element_factory.hh 1.6 +2 -2; commitid: 7b93477da47a7ea6; xorp/policy/common/filter.cc 1.6 +2 -2; commitid: 7b93477da47a7ea6; xorp/policy/common/filter.hh 1.5 +2 -2; commitid: 7b93477da47a7ea6; xorp/policy/common/operator.cc 1.8 +2 -2; commitid: 7b93477da47a7ea6; xorp/policy/common/operator.hh 1.6 +2 -2; commitid: 7b93477da47a7ea6; xorp/policy/common/operator_base.hh 1.6 +2 -2; commitid: 7b93477da47a7ea6; xorp/policy/common/policy_exception.hh 1.13 +2 -2; commitid: 7b93477da47a7ea6; xorp/policy/common/policy_utils.cc 1.9 +2 -2; commitid: 7b93477da47a7ea6; xorp/policy/common/policy_utils.hh 1.13 +2 -2; commitid: 7b93477da47a7ea6; xorp/policy/common/register_elements.cc 1.6 +2 -2; commitid: 7b93477da47a7ea6; xorp/policy/common/register_elements.hh 1.22 +2 -2; commitid: 7b93477da47a7ea6; xorp/policy/common/register_operations.cc 1.6 +2 -2; commitid: 7b93477da47a7ea6; xorp/policy/common/register_operations.hh 1.9 +2 -2; commitid: 7b93477da47a7ea6; xorp/policy/common/varrw.cc 1.14 +2 -2; commitid: 7b93477da47a7ea6; xorp/policy/common/varrw.hh 1.22 +2 -2; commitid: 7b93477da47a7ea6; xorp/policy/configuration.cc 1.13 +2 -2; commitid: 7b93477da47a7ea6; xorp/policy/configuration.hh 1.10 +2 -2; commitid: 7b93477da47a7ea6; xorp/policy/dependancy.hh 1.13 +2 -2; commitid: 7b93477da47a7ea6; xorp/policy/export_code_generator.cc 1.7 +2 -2; commitid: 7b93477da47a7ea6; xorp/policy/export_code_generator.hh 1.16 +2 -2; commitid: 7b93477da47a7ea6; xorp/policy/filter_manager.cc 1.7 +2 -2; commitid: 7b93477da47a7ea6; xorp/policy/filter_manager.hh 1.5 +2 -2; commitid: 7b93477da47a7ea6; xorp/policy/filter_manager_base.hh 1.11 +2 -2; commitid: 7b93477da47a7ea6; xorp/policy/node.hh 1.7 +2 -2; commitid: 7b93477da47a7ea6; xorp/policy/node_base.hh 1.8 +2 -2; commitid: 7b93477da47a7ea6; xorp/policy/parser.cc 1.6 +2 -2; commitid: 7b93477da47a7ea6; xorp/policy/parser.hh 1.12 +2 -2; commitid: 7b93477da47a7ea6; xorp/policy/policy_list.cc 1.6 +2 -2; commitid: 7b93477da47a7ea6; xorp/policy/policy_list.hh 1.10 +2 -2; commitid: 7b93477da47a7ea6; xorp/policy/policy_map.cc 1.8 +2 -2; commitid: 7b93477da47a7ea6; xorp/policy/policy_map.hh 1.9 +2 -2; commitid: 7b93477da47a7ea6; xorp/policy/policy_module.h 1.6 +2 -2; commitid: 7b93477da47a7ea6; xorp/policy/policy_parser.hh 1.14 +2 -2; commitid: 7b93477da47a7ea6; xorp/policy/policy_statement.cc 1.11 +2 -2; commitid: 7b93477da47a7ea6; xorp/policy/policy_statement.hh 1.17 +2 -2; commitid: 7b93477da47a7ea6; xorp/policy/policy_target.cc 1.13 +2 -2; commitid: 7b93477da47a7ea6; xorp/policy/policy_target.hh 1.10 +2 -2; commitid: 7b93477da47a7ea6; xorp/policy/process_watch.cc 1.7 +2 -2; commitid: 7b93477da47a7ea6; xorp/policy/process_watch.hh 1.5 +2 -2; commitid: 7b93477da47a7ea6; xorp/policy/process_watch_base.hh 1.5 +2 -2; commitid: 7b93477da47a7ea6; xorp/policy/protocol_map.cc 1.4 +2 -2; commitid: 7b93477da47a7ea6; xorp/policy/protocol_map.hh 1.5 +2 -2; commitid: 7b93477da47a7ea6; xorp/policy/pw_notifier.hh 1.12 +2 -2; commitid: 7b93477da47a7ea6; xorp/policy/semantic_varrw.cc 1.9 +2 -2; commitid: 7b93477da47a7ea6; xorp/policy/semantic_varrw.hh 1.11 +2 -2; commitid: 7b93477da47a7ea6; xorp/policy/set_map.cc 1.8 +2 -2; commitid: 7b93477da47a7ea6; xorp/policy/set_map.hh 1.16 +2 -2; commitid: 7b93477da47a7ea6; xorp/policy/source_match_code_generator.cc 1.10 +2 -2; commitid: 7b93477da47a7ea6; xorp/policy/source_match_code_generator.hh 1.23 +2 -2; commitid: 7b93477da47a7ea6; xorp/policy/term.cc 1.16 +2 -2; commitid: 7b93477da47a7ea6; xorp/policy/term.hh 1.13 +2 -2; commitid: 7b93477da47a7ea6; xorp/policy/test/compilepolicy.cc 1.5 +2 -2; commitid: 7b93477da47a7ea6; xorp/policy/test/compilepolicy.hh 1.9 +2 -2; commitid: 7b93477da47a7ea6; xorp/policy/test/execpolicy.cc 1.12 +2 -2; commitid: 7b93477da47a7ea6; xorp/policy/test/file_varrw.cc 1.9 +2 -2; commitid: 7b93477da47a7ea6; xorp/policy/test/file_varrw.hh 1.7 +2 -2; commitid: 7b93477da47a7ea6; xorp/policy/test/filter_manager_fake.cc 1.5 +2 -2; commitid: 7b93477da47a7ea6; xorp/policy/test/filter_manager_fake.hh 1.7 +2 -2; commitid: 7b93477da47a7ea6; xorp/policy/test/process_watch_fake.cc 1.5 +2 -2; commitid: 7b93477da47a7ea6; xorp/policy/test/process_watch_fake.hh 1.13 +2 -2; commitid: 7b93477da47a7ea6; xorp/policy/var_map.cc 1.10 +2 -2; commitid: 7b93477da47a7ea6; xorp/policy/var_map.hh 1.8 +2 -2; commitid: 7b93477da47a7ea6; xorp/policy/visitor.hh 1.7 +2 -2; commitid: 7b93477da47a7ea6; xorp/policy/visitor_printer.cc 1.5 +2 -2; commitid: 7b93477da47a7ea6; xorp/policy/visitor_printer.hh 1.15 +2 -2; commitid: 7b93477da47a7ea6; xorp/policy/visitor_semantic.cc 1.11 +2 -2; commitid: 7b93477da47a7ea6; xorp/policy/visitor_semantic.hh 1.10 +2 -2; commitid: 7b93477da47a7ea6; xorp/policy/visitor_setdep.cc 1.7 +2 -2; commitid: 7b93477da47a7ea6; xorp/policy/visitor_setdep.hh 1.9 +2 -2; commitid: 7b93477da47a7ea6; xorp/policy/xorp_policy.cc 1.15 +2 -2; commitid: 7b93477da47a7ea6; xorp/policy/xrl_target.cc 1.12 +2 -2; commitid: 7b93477da47a7ea6; xorp/policy/xrl_target.hh 1.10 +2 -2; commitid: 7b93477da47a7ea6; xorp/rib/add_route.cc 1.15 +2 -2; commitid: 7b93477da47a7ea6; xorp/rib/dummy_register_server.cc 1.12 +2 -2; commitid: 7b93477da47a7ea6; xorp/rib/dummy_register_server.hh 1.30 +2 -2; commitid: 7b93477da47a7ea6; xorp/rib/main_rib.cc 1.10 +2 -2; commitid: 7b93477da47a7ea6; xorp/rib/main_routemap.cc 1.18 +2 -2; commitid: 7b93477da47a7ea6; xorp/rib/parser.cc 1.22 +2 -2; commitid: 7b93477da47a7ea6; xorp/rib/parser.hh 1.24 +2 -2; commitid: 7b93477da47a7ea6; xorp/rib/parser_direct_cmds.hh 1.17 +2 -2; commitid: 7b93477da47a7ea6; xorp/rib/parser_xrl_cmds.hh 1.6 +2 -2; commitid: 7b93477da47a7ea6; xorp/rib/profile_vars.cc 1.5 +2 -2; commitid: 7b93477da47a7ea6; xorp/rib/profile_vars.hh 1.11 +2 -2; commitid: 7b93477da47a7ea6; xorp/rib/protocol.cc 1.11 +2 -2; commitid: 7b93477da47a7ea6; xorp/rib/protocol.hh 1.5 +2 -2; commitid: 7b93477da47a7ea6; xorp/rib/redist_policy.hh 1.33 +2 -2; commitid: 7b93477da47a7ea6; xorp/rib/redist_xrl.cc 1.16 +2 -2; commitid: 7b93477da47a7ea6; xorp/rib/redist_xrl.hh 1.21 +2 -2; commitid: 7b93477da47a7ea6; xorp/rib/register_server.cc 1.15 +2 -2; commitid: 7b93477da47a7ea6; xorp/rib/register_server.hh 1.70 +2 -2; commitid: 7b93477da47a7ea6; xorp/rib/rib.cc 1.42 +2 -2; commitid: 7b93477da47a7ea6; xorp/rib/rib.hh 1.54 +2 -2; commitid: 7b93477da47a7ea6; xorp/rib/rib_manager.cc 1.37 +2 -2; commitid: 7b93477da47a7ea6; xorp/rib/rib_manager.hh 1.8 +2 -2; commitid: 7b93477da47a7ea6; xorp/rib/rib_module.h 1.12 +2 -2; commitid: 7b93477da47a7ea6; xorp/rib/rib_varrw.cc 1.10 +2 -2; commitid: 7b93477da47a7ea6; xorp/rib/rib_varrw.hh 1.9 +2 -2; commitid: 7b93477da47a7ea6; xorp/rib/route.cc 1.25 +2 -2; commitid: 7b93477da47a7ea6; xorp/rib/route.hh 1.13 +2 -2; commitid: 7b93477da47a7ea6; xorp/rib/routemap.cc 1.10 +2 -2; commitid: 7b93477da47a7ea6; xorp/rib/routemap.hh 1.13 +2 -2; commitid: 7b93477da47a7ea6; xorp/rib/rt_tab_base.cc 1.23 +2 -2; commitid: 7b93477da47a7ea6; xorp/rib/rt_tab_base.hh 1.13 +2 -2; commitid: 7b93477da47a7ea6; xorp/rib/rt_tab_deletion.cc 1.12 +2 -2; commitid: 7b93477da47a7ea6; xorp/rib/rt_tab_deletion.hh 1.16 +2 -2; commitid: 7b93477da47a7ea6; xorp/rib/rt_tab_expect.cc 1.10 +2 -2; commitid: 7b93477da47a7ea6; xorp/rib/rt_tab_expect.hh 1.34 +2 -2; commitid: 7b93477da47a7ea6; xorp/rib/rt_tab_extint.cc 1.16 +2 -2; commitid: 7b93477da47a7ea6; xorp/rib/rt_tab_extint.hh 1.12 +2 -2; commitid: 7b93477da47a7ea6; xorp/rib/rt_tab_log.cc 1.8 +2 -2; commitid: 7b93477da47a7ea6; xorp/rib/rt_tab_log.hh 1.21 +2 -2; commitid: 7b93477da47a7ea6; xorp/rib/rt_tab_merged.cc 1.13 +2 -2; commitid: 7b93477da47a7ea6; xorp/rib/rt_tab_merged.hh 1.24 +2 -2; commitid: 7b93477da47a7ea6; xorp/rib/rt_tab_origin.cc 1.21 +2 -2; commitid: 7b93477da47a7ea6; xorp/rib/rt_tab_origin.hh 1.12 +2 -2; commitid: 7b93477da47a7ea6; xorp/rib/rt_tab_pol_conn.cc 1.7 +2 -2; commitid: 7b93477da47a7ea6; xorp/rib/rt_tab_pol_conn.hh 1.9 +2 -2; commitid: 7b93477da47a7ea6; xorp/rib/rt_tab_pol_redist.cc 1.7 +2 -2; commitid: 7b93477da47a7ea6; xorp/rib/rt_tab_pol_redist.hh 1.25 +2 -2; commitid: 7b93477da47a7ea6; xorp/rib/rt_tab_redist.cc 1.17 +2 -2; commitid: 7b93477da47a7ea6; xorp/rib/rt_tab_redist.hh 1.33 +2 -2; commitid: 7b93477da47a7ea6; xorp/rib/rt_tab_register.cc 1.19 +2 -2; commitid: 7b93477da47a7ea6; xorp/rib/rt_tab_register.hh 1.13 +2 -2; commitid: 7b93477da47a7ea6; xorp/rib/test_deletion.cc 1.16 +2 -2; commitid: 7b93477da47a7ea6; xorp/rib/test_redist.cc 1.25 +2 -2; commitid: 7b93477da47a7ea6; xorp/rib/test_register.cc 1.39 +2 -2; commitid: 7b93477da47a7ea6; xorp/rib/test_register_xrls.cc 1.24 +2 -2; commitid: 7b93477da47a7ea6; xorp/rib/test_rib_direct.cc 1.45 +2 -2; commitid: 7b93477da47a7ea6; xorp/rib/test_rib_xrls.cc 1.4 +2 -2; commitid: 7b93477da47a7ea6; xorp/rib/tools/show_distances.cc 1.26 +2 -2; commitid: 7b93477da47a7ea6; xorp/rib/tools/show_routes.cc 1.51 +2 -2; commitid: 7b93477da47a7ea6; xorp/rib/vifmanager.cc 1.22 +2 -2; commitid: 7b93477da47a7ea6; xorp/rib/vifmanager.hh 1.63 +2 -2; commitid: 7b93477da47a7ea6; xorp/rib/xrl_target.cc 1.36 +2 -2; commitid: 7b93477da47a7ea6; xorp/rib/xrl_target.hh 1.37 +2 -2; commitid: 7b93477da47a7ea6; xorp/rip/auth.cc 1.24 +2 -2; commitid: 7b93477da47a7ea6; xorp/rip/auth.hh 1.21 +2 -2; commitid: 7b93477da47a7ea6; xorp/rip/constants.hh 1.13 +2 -2; commitid: 7b93477da47a7ea6; xorp/rip/output.hh 1.18 +2 -2; commitid: 7b93477da47a7ea6; xorp/rip/output_table.cc 1.8 +2 -2; commitid: 7b93477da47a7ea6; xorp/rip/output_table.hh 1.19 +2 -2; commitid: 7b93477da47a7ea6; xorp/rip/output_updates.cc 1.8 +2 -2; commitid: 7b93477da47a7ea6; xorp/rip/output_updates.hh 1.14 +2 -2; commitid: 7b93477da47a7ea6; xorp/rip/packet_assembly.hh 1.13 +2 -2; commitid: 7b93477da47a7ea6; xorp/rip/packet_queue.cc 1.11 +2 -2; commitid: 7b93477da47a7ea6; xorp/rip/packet_queue.hh 1.28 +2 -2; commitid: 7b93477da47a7ea6; xorp/rip/packets.hh 1.9 +2 -2; commitid: 7b93477da47a7ea6; xorp/rip/peer.cc 1.13 +2 -2; commitid: 7b93477da47a7ea6; xorp/rip/peer.hh 1.72 +2 -2; commitid: 7b93477da47a7ea6; xorp/rip/port.cc 1.31 +2 -2; commitid: 7b93477da47a7ea6; xorp/rip/port.hh 1.14 +2 -2; commitid: 7b93477da47a7ea6; xorp/rip/port_io.hh 1.13 +2 -2; commitid: 7b93477da47a7ea6; xorp/rip/port_manager.hh 1.14 +2 -2; commitid: 7b93477da47a7ea6; xorp/rip/port_vars.hh 1.15 +2 -2; commitid: 7b93477da47a7ea6; xorp/rip/redist.cc 1.12 +2 -2; commitid: 7b93477da47a7ea6; xorp/rip/redist.hh 1.10 +2 -2; commitid: 7b93477da47a7ea6; xorp/rip/rib_notifier_base.cc 1.6 +2 -2; commitid: 7b93477da47a7ea6; xorp/rip/rib_notifier_base.hh 1.8 +2 -2; commitid: 7b93477da47a7ea6; xorp/rip/rip_module.h 1.11 +2 -2; commitid: 7b93477da47a7ea6; xorp/rip/rip_varrw.cc 1.10 +2 -2; commitid: 7b93477da47a7ea6; xorp/rip/rip_varrw.hh 1.35 +2 -2; commitid: 7b93477da47a7ea6; xorp/rip/route_db.cc 1.28 +2 -2; commitid: 7b93477da47a7ea6; xorp/rip/route_db.hh 1.17 +2 -2; commitid: 7b93477da47a7ea6; xorp/rip/route_entry.cc 1.20 +2 -2; commitid: 7b93477da47a7ea6; xorp/rip/route_entry.hh 1.13 +2 -2; commitid: 7b93477da47a7ea6; xorp/rip/system.hh 1.28 +2 -2; commitid: 7b93477da47a7ea6; xorp/rip/test_auth.cc 1.33 +2 -2; commitid: 7b93477da47a7ea6; xorp/rip/test_outputs.cc 1.17 +2 -2; commitid: 7b93477da47a7ea6; xorp/rip/test_packets.cc 1.29 +2 -2; commitid: 7b93477da47a7ea6; xorp/rip/test_request.cc 1.21 +2 -2; commitid: 7b93477da47a7ea6; xorp/rip/test_route_walk.cc 1.23 +2 -2; commitid: 7b93477da47a7ea6; xorp/rip/test_timers.cc 1.23 +2 -2; commitid: 7b93477da47a7ea6; xorp/rip/test_update_queue.cc 1.14 +2 -2; commitid: 7b93477da47a7ea6; xorp/rip/test_utils.hh 1.11 +2 -2; commitid: 7b93477da47a7ea6; xorp/rip/tools/common.cc 1.8 +2 -2; commitid: 7b93477da47a7ea6; xorp/rip/tools/common.hh 1.14 +2 -2; commitid: 7b93477da47a7ea6; xorp/rip/tools/rip_announcer.cc 1.13 +2 -2; commitid: 7b93477da47a7ea6; xorp/rip/tools/ripng_announcer.cc 1.13 +2 -2; commitid: 7b93477da47a7ea6; xorp/rip/tools/show_peer_stats.cc 1.16 +2 -2; commitid: 7b93477da47a7ea6; xorp/rip/tools/show_stats.cc 1.18 +2 -2; commitid: 7b93477da47a7ea6; xorp/rip/update_queue.cc 1.15 +2 -2; commitid: 7b93477da47a7ea6; xorp/rip/update_queue.hh 1.19 +2 -2; commitid: 7b93477da47a7ea6; xorp/rip/xorp_rip_main.cc 1.6 +2 -2; commitid: 7b93477da47a7ea6; xorp/rip/xrl_config.cc 1.6 +2 -2; commitid: 7b93477da47a7ea6; xorp/rip/xrl_config.hh 1.27 +2 -2; commitid: 7b93477da47a7ea6; xorp/rip/xrl_port_io.cc 1.13 +2 -2; commitid: 7b93477da47a7ea6; xorp/rip/xrl_port_io.hh 1.30 +2 -2; commitid: 7b93477da47a7ea6; xorp/rip/xrl_port_manager.cc 1.18 +2 -2; commitid: 7b93477da47a7ea6; xorp/rip/xrl_port_manager.hh 1.12 +2 -2; commitid: 7b93477da47a7ea6; xorp/rip/xrl_process_spy.cc 1.10 +2 -2; commitid: 7b93477da47a7ea6; xorp/rip/xrl_process_spy.hh 1.20 +2 -2; commitid: 7b93477da47a7ea6; xorp/rip/xrl_redist_manager.cc 1.14 +2 -2; commitid: 7b93477da47a7ea6; xorp/rip/xrl_redist_manager.hh 1.18 +2 -2; commitid: 7b93477da47a7ea6; xorp/rip/xrl_rib_notifier.cc 1.10 +2 -2; commitid: 7b93477da47a7ea6; xorp/rip/xrl_rib_notifier.hh 1.35 +2 -2; commitid: 7b93477da47a7ea6; xorp/rip/xrl_target_common.hh 1.42 +1 -1; commitid: 7b93477da47a7ea6; xorp/rip/xrl_target_rip.cc 1.29 +2 -2; commitid: 7b93477da47a7ea6; xorp/rip/xrl_target_rip.hh 1.35 +1 -1; commitid: 7b93477da47a7ea6; xorp/rip/xrl_target_ripng.cc 1.28 +2 -2; commitid: 7b93477da47a7ea6; xorp/rip/xrl_target_ripng.hh 1.139 +2 -2; commitid: 7b93477da47a7ea6; xorp/rtrmgr/cli.cc 1.53 +2 -2; commitid: 7b93477da47a7ea6; xorp/rtrmgr/cli.hh 1.14 +2 -2; commitid: 7b93477da47a7ea6; xorp/rtrmgr/command_tree.cc 1.15 +2 -2; commitid: 7b93477da47a7ea6; xorp/rtrmgr/command_tree.hh 1.53 +2 -2; commitid: 7b93477da47a7ea6; xorp/rtrmgr/conf_tree.cc 1.34 +2 -2; commitid: 7b93477da47a7ea6; xorp/rtrmgr/conf_tree.hh 1.116 +2 -2; commitid: 7b93477da47a7ea6; xorp/rtrmgr/conf_tree_node.cc 1.68 +2 -2; commitid: 7b93477da47a7ea6; xorp/rtrmgr/conf_tree_node.hh 1.7 +2 -2; commitid: 7b93477da47a7ea6; xorp/rtrmgr/config_operators.cc 1.8 +2 -2; commitid: 7b93477da47a7ea6; xorp/rtrmgr/config_operators.hh 1.10 +2 -2; commitid: 7b93477da47a7ea6; xorp/rtrmgr/generic_module_manager.cc 1.13 +2 -2; commitid: 7b93477da47a7ea6; xorp/rtrmgr/generic_module_manager.hh 1.73 +2 -2; commitid: 7b93477da47a7ea6; xorp/rtrmgr/main_rtrmgr.cc 1.15 +2 -2; commitid: 7b93477da47a7ea6; xorp/rtrmgr/main_rtrmgr.hh 1.78 +2 -2; commitid: 7b93477da47a7ea6; xorp/rtrmgr/master_conf_tree.cc 1.40 +2 -2; commitid: 7b93477da47a7ea6; xorp/rtrmgr/master_conf_tree.hh 1.26 +2 -2; commitid: 7b93477da47a7ea6; xorp/rtrmgr/master_conf_tree_node.cc 1.22 +2 -2; commitid: 7b93477da47a7ea6; xorp/rtrmgr/master_conf_tree_node.hh 1.12 +2 -2; commitid: 7b93477da47a7ea6; xorp/rtrmgr/master_template_tree.cc 1.9 +2 -2; commitid: 7b93477da47a7ea6; xorp/rtrmgr/master_template_tree.hh 1.16 +2 -2; commitid: 7b93477da47a7ea6; xorp/rtrmgr/master_template_tree_node.cc 1.9 +2 -2; commitid: 7b93477da47a7ea6; xorp/rtrmgr/master_template_tree_node.hh 1.38 +2 -2; commitid: 7b93477da47a7ea6; xorp/rtrmgr/module_command.cc 1.27 +2 -2; commitid: 7b93477da47a7ea6; xorp/rtrmgr/module_command.hh 1.65 +2 -2; commitid: 7b93477da47a7ea6; xorp/rtrmgr/module_manager.cc 1.45 +2 -2; commitid: 7b93477da47a7ea6; xorp/rtrmgr/module_manager.hh 1.70 +2 -2; commitid: 7b93477da47a7ea6; xorp/rtrmgr/op_commands.cc 1.41 +2 -2; commitid: 7b93477da47a7ea6; xorp/rtrmgr/op_commands.hh 1.8 +2 -2; commitid: 7b93477da47a7ea6; xorp/rtrmgr/path_segment.hh 1.9 +2 -2; commitid: 7b93477da47a7ea6; xorp/rtrmgr/profiler.cc 1.22 +2 -2; commitid: 7b93477da47a7ea6; xorp/rtrmgr/randomness.cc 1.10 +2 -2; commitid: 7b93477da47a7ea6; xorp/rtrmgr/randomness.hh 1.7 +2 -2; commitid: 7b93477da47a7ea6; xorp/rtrmgr/rtrmgr_error.hh 1.9 +2 -2; commitid: 7b93477da47a7ea6; xorp/rtrmgr/rtrmgr_module.h 1.39 +2 -2; commitid: 7b93477da47a7ea6; xorp/rtrmgr/slave_conf_tree.cc 1.29 +2 -2; commitid: 7b93477da47a7ea6; xorp/rtrmgr/slave_conf_tree.hh 1.33 +2 -2; commitid: 7b93477da47a7ea6; xorp/rtrmgr/slave_conf_tree_node.cc 1.26 +2 -2; commitid: 7b93477da47a7ea6; xorp/rtrmgr/slave_conf_tree_node.hh 1.24 +2 -2; commitid: 7b93477da47a7ea6; xorp/rtrmgr/slave_module_manager.cc 1.23 +2 -2; commitid: 7b93477da47a7ea6; xorp/rtrmgr/slave_module_manager.hh 1.61 +2 -2; commitid: 7b93477da47a7ea6; xorp/rtrmgr/task.cc 1.41 +2 -2; commitid: 7b93477da47a7ea6; xorp/rtrmgr/task.hh 1.24 +2 -2; commitid: 7b93477da47a7ea6; xorp/rtrmgr/template_base_command.cc 1.11 +2 -2; commitid: 7b93477da47a7ea6; xorp/rtrmgr/template_base_command.hh 1.71 +2 -2; commitid: 7b93477da47a7ea6; xorp/rtrmgr/template_commands.cc 1.37 +2 -2; commitid: 7b93477da47a7ea6; xorp/rtrmgr/template_commands.hh 1.45 +2 -2; commitid: 7b93477da47a7ea6; xorp/rtrmgr/template_tree.cc 1.25 +2 -2; commitid: 7b93477da47a7ea6; xorp/rtrmgr/template_tree.hh 1.80 +2 -2; commitid: 7b93477da47a7ea6; xorp/rtrmgr/template_tree_node.cc 1.51 +2 -2; commitid: 7b93477da47a7ea6; xorp/rtrmgr/template_tree_node.hh 1.23 +2 -2; commitid: 7b93477da47a7ea6; xorp/rtrmgr/test_module_manager.cc 1.5 +2 -2; commitid: 7b93477da47a7ea6; xorp/rtrmgr/test_module_manager.hh 1.29 +2 -2; commitid: 7b93477da47a7ea6; xorp/rtrmgr/test_sample_config.cc 1.5 +2 -2; commitid: 7b93477da47a7ea6; xorp/rtrmgr/test_sample_config.hh 1.20 +2 -2; commitid: 7b93477da47a7ea6; xorp/rtrmgr/test_templates.cc 1.4 +2 -2; commitid: 7b93477da47a7ea6; xorp/rtrmgr/unexpanded_program.cc 1.4 +2 -2; commitid: 7b93477da47a7ea6; xorp/rtrmgr/unexpanded_program.hh 1.16 +2 -2; commitid: 7b93477da47a7ea6; xorp/rtrmgr/unexpanded_xrl.cc 1.13 +2 -2; commitid: 7b93477da47a7ea6; xorp/rtrmgr/unexpanded_xrl.hh 1.22 +2 -2; commitid: 7b93477da47a7ea6; xorp/rtrmgr/userdb.cc 1.14 +2 -2; commitid: 7b93477da47a7ea6; xorp/rtrmgr/userdb.hh 1.28 +2 -2; commitid: 7b93477da47a7ea6; xorp/rtrmgr/util.cc 1.16 +2 -2; commitid: 7b93477da47a7ea6; xorp/rtrmgr/util.hh 1.27 +2 -2; commitid: 7b93477da47a7ea6; xorp/rtrmgr/xorp_client.cc 1.21 +2 -2; commitid: 7b93477da47a7ea6; xorp/rtrmgr/xorp_client.hh 1.5 +2 -2; commitid: 7b93477da47a7ea6; xorp/rtrmgr/xorpsh_base.hh 1.70 +2 -2; commitid: 7b93477da47a7ea6; xorp/rtrmgr/xorpsh_main.cc 1.35 +2 -2; commitid: 7b93477da47a7ea6; xorp/rtrmgr/xorpsh_main.hh 1.55 +2 -2; commitid: 7b93477da47a7ea6; xorp/rtrmgr/xrl_rtrmgr_interface.cc 1.31 +2 -2; commitid: 7b93477da47a7ea6; xorp/rtrmgr/xrl_rtrmgr_interface.hh 1.24 +2 -2; commitid: 7b93477da47a7ea6; xorp/rtrmgr/xrl_xorpsh_interface.cc 1.15 +2 -2; commitid: 7b93477da47a7ea6; xorp/rtrmgr/xrl_xorpsh_interface.hh 1.20 +2 -2; commitid: 7b93477da47a7ea6; xorp/rtrmgr/xrldb.cc 1.12 +2 -2; commitid: 7b93477da47a7ea6; xorp/rtrmgr/xrldb.hh 1.8 +2 -2; commitid: 7b93477da47a7ea6; xorp/static_routes/static_routes_module.h 1.39 +2 -2; commitid: 7b93477da47a7ea6; xorp/static_routes/static_routes_node.cc 1.29 +2 -2; commitid: 7b93477da47a7ea6; xorp/static_routes/static_routes_node.hh 1.10 +2 -2; commitid: 7b93477da47a7ea6; xorp/static_routes/static_routes_varrw.cc 1.9 +2 -2; commitid: 7b93477da47a7ea6; xorp/static_routes/static_routes_varrw.hh 1.15 +2 -2; commitid: 7b93477da47a7ea6; xorp/static_routes/xorp_static_routes.cc 1.41 +2 -2; commitid: 7b93477da47a7ea6; xorp/static_routes/xrl_static_routes_node.cc 1.24 +2 -2; commitid: 7b93477da47a7ea6; xorp/static_routes/xrl_static_routes_node.hh 1.21 +2 -2; commitid: 7b93477da47a7ea6; xorp/tests/bgp/test_bgp_config.py 1.2 +2 -2; commitid: 7b93477da47a7ea6; xorp/tests/bgp/test_bgp_dump1.py 1.3 +2 -2; commitid: 7b93477da47a7ea6; xorp/tests/bgp/test_bgp_policy1.py 1.8 +2 -2; commitid: 7b93477da47a7ea6; xorp/tests/bgp/test_bgp_reports1.py 1.24 +2 -2; commitid: 7b93477da47a7ea6; xorp/tests/bgp/test_unh1.py 1.3 +2 -2; commitid: 7b93477da47a7ea6; xorp/tests/install_templates.sh 1.6 +2 -2; commitid: 7b93477da47a7ea6; xorp/tests/test_builddir.py 1.3 +2 -2; commitid: 7b93477da47a7ea6; xorp/tests/test_call_xrl.py 1.5 +2 -2; commitid: 7b93477da47a7ea6; xorp/tests/test_main.py 1.4 +2 -2; commitid: 7b93477da47a7ea6; xorp/tests/test_process.py 1.6 +2 -2; commitid: 7b93477da47a7ea6; xorp/tests/test_start.py 1.3 +2 -2; commitid: 7b93477da47a7ea6; xorp/tests/test_stop.py 1.6 +2 -2; commitid: 7b93477da47a7ea6; xorp/tests/test_xorpsh.py 1.9 +2 -2; commitid: 7b93477da47a7ea6; xorp/utils/flower_malloc/flower_malloc.c 1.8 +2 -2; commitid: 7b93477da47a7ea6; xorp/utils/flower_malloc/test_flower_malloc.c 1.21 +2 -2; commitid: 7b93477da47a7ea6; xorp/utils/runit.cc 1.14 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/interfaces/bgp_mib_traps_xif.cc 1.13 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/interfaces/bgp_mib_traps_xif.hh 1.51 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/interfaces/bgp_xif.cc 1.51 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/interfaces/bgp_xif.hh 1.21 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/interfaces/cli_manager_xif.cc 1.20 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/interfaces/cli_manager_xif.hh 1.18 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/interfaces/cli_processor_xif.cc 1.18 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/interfaces/cli_processor_xif.hh 1.20 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/interfaces/common_xif.cc 1.19 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/interfaces/common_xif.hh 1.19 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/interfaces/coord_xif.cc 1.18 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/interfaces/coord_xif.hh 1.19 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/interfaces/datain_xif.cc 1.17 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/interfaces/datain_xif.hh 1.13 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/interfaces/fea_click_xif.cc 1.12 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/interfaces/fea_click_xif.hh 1.13 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/interfaces/fea_fib_client_xif.cc 1.13 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/interfaces/fea_fib_client_xif.hh 1.13 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/interfaces/fea_fib_xif.cc 1.11 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/interfaces/fea_fib_xif.hh 1.24 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/interfaces/fea_ifmgr_mirror_xif.cc 1.22 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/interfaces/fea_ifmgr_mirror_xif.hh 1.12 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/interfaces/fea_ifmgr_replicator_xif.cc 1.11 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/interfaces/fea_ifmgr_replicator_xif.hh 1.40 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/interfaces/fea_ifmgr_xif.cc 1.38 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/interfaces/fea_ifmgr_xif.hh 1.3 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/interfaces/fea_rawlink_client_xif.cc 1.3 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/interfaces/fea_rawlink_client_xif.hh 1.4 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/interfaces/fea_rawlink_xif.cc 1.4 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/interfaces/fea_rawlink_xif.hh 1.12 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/interfaces/fea_rawpkt4_client_xif.cc 1.11 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/interfaces/fea_rawpkt4_client_xif.hh 1.13 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/interfaces/fea_rawpkt4_xif.cc 1.12 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/interfaces/fea_rawpkt4_xif.hh 1.14 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/interfaces/fea_rawpkt6_client_xif.cc 1.13 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/interfaces/fea_rawpkt6_client_xif.hh 1.15 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/interfaces/fea_rawpkt6_xif.cc 1.14 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/interfaces/fea_rawpkt6_xif.hh 1.12 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/interfaces/fib2mrib_xif.cc 1.10 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/interfaces/fib2mrib_xif.hh 1.20 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/interfaces/finder_client_xif.cc 1.19 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/interfaces/finder_client_xif.hh 1.16 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/interfaces/finder_event_notifier_xif.cc 1.15 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/interfaces/finder_event_notifier_xif.hh 1.15 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/interfaces/finder_event_observer_xif.cc 1.15 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/interfaces/finder_event_observer_xif.hh 1.24 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/interfaces/finder_xif.cc 1.24 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/interfaces/finder_xif.hh 1.21 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/interfaces/fti_xif.cc 1.19 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/interfaces/fti_xif.hh 1.28 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/interfaces/mfea_client_xif.cc 1.27 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/interfaces/mfea_client_xif.hh 1.26 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/interfaces/mfea_xif.cc 1.25 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/interfaces/mfea_xif.hh 1.19 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/interfaces/mld6igmp_client_xif.cc 1.18 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/interfaces/mld6igmp_client_xif.hh 1.24 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/interfaces/mld6igmp_xif.cc 1.23 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/interfaces/mld6igmp_xif.hh 1.29 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/interfaces/ospfv2_xif.cc 1.31 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/interfaces/ospfv2_xif.hh 1.17 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/interfaces/ospfv3_xif.cc 1.18 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/interfaces/ospfv3_xif.hh 1.9 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/interfaces/packet_acl_xif.cc 1.8 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/interfaces/packet_acl_xif.hh 1.40 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/interfaces/pim_xif.cc 1.39 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/interfaces/pim_xif.hh 1.9 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/interfaces/policy_backend_xif.cc 1.9 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/interfaces/policy_backend_xif.hh 1.9 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/interfaces/policy_redist4_xif.cc 1.9 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/interfaces/policy_redist4_xif.hh 1.9 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/interfaces/policy_redist6_xif.cc 1.9 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/interfaces/policy_redist6_xif.hh 1.16 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/interfaces/policy_xif.cc 1.16 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/interfaces/policy_xif.hh 1.9 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/interfaces/profile_client_xif.cc 1.9 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/interfaces/profile_client_xif.hh 1.9 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/interfaces/profile_xif.cc 1.8 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/interfaces/profile_xif.hh 1.17 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/interfaces/redist4_xif.cc 1.16 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/interfaces/redist4_xif.hh 1.17 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/interfaces/redist6_xif.cc 1.16 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/interfaces/redist6_xif.hh 1.16 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/interfaces/redist_transaction4_xif.cc 1.16 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/interfaces/redist_transaction4_xif.hh 1.16 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/interfaces/redist_transaction6_xif.cc 1.16 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/interfaces/redist_transaction6_xif.hh 1.19 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/interfaces/rib_client_xif.cc 1.19 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/interfaces/rib_client_xif.hh 1.37 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/interfaces/rib_xif.cc 1.37 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/interfaces/rib_xif.hh 1.19 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/interfaces/rip_xif.cc 1.17 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/interfaces/rip_xif.hh 1.17 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/interfaces/ripng_xif.cc 1.15 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/interfaces/ripng_xif.hh 1.20 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/interfaces/rtrmgr_client_xif.cc 1.18 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/interfaces/rtrmgr_client_xif.hh 1.22 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/interfaces/rtrmgr_xif.cc 1.20 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/interfaces/rtrmgr_xif.hh 1.16 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/interfaces/socket4_user_xif.cc 1.15 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/interfaces/socket4_user_xif.hh 1.22 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/interfaces/socket4_xif.cc 1.21 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/interfaces/socket4_xif.hh 1.14 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/interfaces/socket6_user_xif.cc 1.12 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/interfaces/socket6_user_xif.hh 1.21 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/interfaces/socket6_xif.cc 1.21 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/interfaces/socket6_xif.hh 1.14 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/interfaces/static_routes_xif.cc 1.12 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/interfaces/static_routes_xif.hh 1.21 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/interfaces/test_peer_xif.cc 1.20 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/interfaces/test_peer_xif.hh 1.18 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/interfaces/test_xif.cc 1.18 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/interfaces/test_xif.hh 1.10 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/interfaces/test_xrls_xif.cc 1.8 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/interfaces/test_xrls_xif.hh 1.13 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/interfaces/xorp_if_mib_xif.cc 1.12 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/interfaces/xorp_if_mib_xif.hh 1.11 +1 -1; commitid: 7b93477da47a7ea6; xorp/xrl/scripts/Xif/util.py 1.54 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/targets/bgp.xrls 1.12 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/targets/bgp4_mib.xrls 1.19 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/targets/bgp4_mib_base.cc 1.18 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/targets/bgp4_mib_base.hh 1.56 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/targets/bgp_base.cc 1.65 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/targets/bgp_base.hh 1.17 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/targets/cli.xrls 1.23 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/targets/cli_base.cc 1.25 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/targets/cli_base.hh 1.17 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/targets/coord.xrls 1.22 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/targets/coord_base.cc 1.24 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/targets/coord_base.hh 1.80 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/targets/fea.xrls 1.83 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/targets/fea_base.cc 1.89 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/targets/fea_base.hh 1.22 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/targets/fea_ifmgr_mirror.xrls 1.26 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/targets/fea_ifmgr_mirror_base.cc 1.25 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/targets/fea_ifmgr_mirror_base.hh 1.15 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/targets/fib2mrib.xrls 1.15 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/targets/fib2mrib_base.cc 1.18 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/targets/fib2mrib_base.hh 1.23 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/targets/finder.xrls 1.28 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/targets/finder_base.cc 1.30 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/targets/finder_base.hh 1.15 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/targets/finder_client.xrls 1.22 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/targets/finder_client_base.cc 1.24 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/targets/finder_client_base.hh 1.28 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/targets/mfea.xrls 1.33 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/targets/mfea_base.cc 1.36 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/targets/mfea_base.hh 1.31 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/targets/mld6igmp.xrls 1.36 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/targets/mld6igmp_base.cc 1.39 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/targets/mld6igmp_base.hh 1.35 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/targets/ospfv2.xrls 1.33 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/targets/ospfv2_base.cc 1.37 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/targets/ospfv2_base.hh 1.22 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/targets/ospfv3.xrls 1.21 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/targets/ospfv3_base.cc 1.24 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/targets/ospfv3_base.hh 1.7 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/targets/packet_acl.xrls 1.9 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/targets/packet_acl_base.cc 1.9 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/targets/packet_acl_base.hh 1.59 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/targets/pim.xrls 1.62 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/targets/pim_base.cc 1.67 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/targets/pim_base.hh 1.16 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/targets/policy.xrls 1.16 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/targets/policy_base.cc 1.18 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/targets/policy_base.hh 1.8 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/targets/profiler.xrls 1.9 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/targets/profiler_base.cc 1.10 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/targets/profiler_base.hh 1.39 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/targets/rib.xrls 1.42 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/targets/rib_base.cc 1.47 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/targets/rib_base.hh 1.14 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/targets/ribclient.xrls 1.19 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/targets/ribclient_base.cc 1.22 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/targets/ribclient_base.hh 1.34 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/targets/rip.xrls 1.34 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/targets/rip_base.cc 1.37 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/targets/rip_base.hh 1.34 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/targets/ripng.xrls 1.34 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/targets/ripng_base.cc 1.37 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/targets/ripng_base.hh 1.19 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/targets/rtrmgr.xrls 1.25 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/targets/rtrmgr_base.cc 1.27 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/targets/rtrmgr_base.hh 1.5 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/targets/show_distances.xrls 1.5 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/targets/show_distances_base.cc 1.6 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/targets/show_distances_base.hh 1.13 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/targets/show_routes.xrls 1.13 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/targets/show_routes_base.cc 1.15 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/targets/show_routes_base.hh 1.15 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/targets/static_routes.xrls 1.16 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/targets/static_routes_base.cc 1.18 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/targets/static_routes_base.hh 1.15 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/targets/test.xrls 1.20 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/targets/test_base.cc 1.23 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/targets/test_base.hh 1.9 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/targets/test_fea_ifmgr_mirror.xrls 1.13 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/targets/test_fea_ifmgr_mirror_base.cc 1.12 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/targets/test_fea_ifmgr_mirror_base.hh 1.11 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/targets/test_finder_events.xrls 1.17 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/targets/test_finder_events_base.cc 1.17 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/targets/test_finder_events_base.hh 1.17 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/targets/test_peer.xrls 1.23 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/targets/test_peer_base.cc 1.25 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/targets/test_peer_base.hh 1.11 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/targets/test_socket4.xrls 1.14 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/targets/test_socket4_base.cc 1.14 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/targets/test_socket4_base.hh 1.11 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/targets/test_socket6.xrls 1.14 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/targets/test_socket6_base.cc 1.14 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/targets/test_socket6_base.hh 1.8 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/targets/test_xrls.xrls 1.10 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/targets/test_xrls_base.cc 1.10 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/targets/test_xrls_base.hh 1.11 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/targets/xorp_if_mib.xrls 1.16 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/targets/xorp_if_mib_base.cc 1.15 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/targets/xorp_if_mib_base.hh 1.15 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/targets/xorpsh.xrls 1.22 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/targets/xorpsh_base.cc 1.24 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/targets/xorpsh_base.hh 1.19 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/tests/test_generated.cc 1.9 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/tests/test_tgt.cc 1.10 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/tests/test_tgt.hh 1.7 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/tests/test_xifs.cc 1.8 +2 -2; commitid: 7b93477da47a7ea6; xorp/xrl/tests/test_xifs.hh From pavlin at icir.org Thu Jan 3 19:19:48 2008 From: pavlin at icir.org (Pavlin Radoslavov) Date: Fri, 4 Jan 2008 03:19:48 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/devnotes Message-ID: <200801040319.m043JmHT035768@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin at xorpc.icir.org 2008-01-04 03:19:48 UTC XORP CVS repository Modified files: devnotes update_copyright.sh Log message: Updated the script so it is ready for the next 2009 year. Revision Changes Path 1.7 +5 -5; commitid: 8b9e477da5bd7ea6; xorp/devnotes/update_copyright.sh From pavlin at icir.org Fri Jan 4 12:17:03 2008 From: pavlin at icir.org (Pavlin Radoslavov) Date: Fri, 4 Jan 2008 20:17:03 GMT Subject: [Xorp-cvs] XORP cvs commit: other/tinderbox/scripts Message-ID: <200801042017.m04KH30A048463@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: other Changes by: pavlin at xorpc.icir.org 2008-01-04 20:17:03 UTC XORP CVS repository Modified files: tinderbox/scripts config tinderbox.sh Log message: Fix the cross-compilation setup. The cross_compile_foo variable is replaced by two variables cross_arch_foo and cross_root_foo. As a result of that the overloading of the env_foo variable is eliminated. Revision Changes Path 1.35 +41 -21; commitid: bd07477e936f7ea6; other/tinderbox/scripts/config 1.22 +14 -11; commitid: bd07477e936f7ea6; other/tinderbox/scripts/tinderbox.sh From pavlin at icir.org Fri Jan 4 12:38:12 2008 From: pavlin at icir.org (Pavlin Radoslavov) Date: Fri, 4 Jan 2008 20:38:12 GMT Subject: [Xorp-cvs] XORP cvs commit: other/tinderbox/scripts Message-ID: <200801042038.m04KcCDG048759@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: other Changes by: pavlin at xorpc.icir.org 2008-01-04 20:38:12 UTC XORP CVS repository Modified files: tinderbox/scripts tinderbox.sh Log message: Fix the logic for running the "gmake check" regression tests: run them only if we are not cross-compiling. Revision Changes Path 1.23 +2 -2; commitid: be59477e991c7ea6; other/tinderbox/scripts/tinderbox.sh From pavlin at icir.org Fri Jan 4 13:31:56 2008 From: pavlin at icir.org (Pavlin Radoslavov) Date: Fri, 4 Jan 2008 21:31:56 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp Message-ID: <200801042131.m04LVuaP049437@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin at xorpc.icir.org 2008-01-04 21:31:56 UTC XORP CVS repository Modified files: . BUILD_NOTES RELEASE_NOTES Log message: XORP now builds on DragonFlyBSD-1.10.1, Linux Fedora 8, Linux Ubuntu-7.10, and NetBSD-4.0. Revision Changes Path 1.99 +46 -1; commitid: c0fd477ea57d7ea6; xorp/BUILD_NOTES 1.196 +4 -3; commitid: c0fd477ea57d7ea6; xorp/RELEASE_NOTES From pavlin at icir.org Fri Jan 4 13:38:43 2008 From: pavlin at icir.org (Pavlin Radoslavov) Date: Fri, 4 Jan 2008 21:38:43 GMT Subject: [Xorp-cvs] XORP cvs commit: other/tinderbox/scripts Message-ID: <200801042138.m04LchPV049538@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: other Changes by: pavlin at xorpc.icir.org 2008-01-04 21:38:43 UTC XORP CVS repository Modified files: tinderbox/scripts config Log message: Updated the configuration for Ubuntu, Fedora, and DragonFlyBSD. Revision Changes Path 1.36 +27 -27; commitid: c164477ea6c47ea6; other/tinderbox/scripts/config From pavlin at icir.org Fri Jan 4 13:58:23 2008 From: pavlin at icir.org (Pavlin Radoslavov) Date: Fri, 4 Jan 2008 21:58:23 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/rib Message-ID: <200801042158.m04LwNWS049890@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin at xorpc.icir.org 2008-01-04 21:58:23 UTC XORP CVS repository Modified files: rib protocol.hh rt_tab_extint.cc Log message: Introduce a new admin distance constant (MAX_ADMIN_DISTANCE = 65535) and used it instead of the hard-coded 0xffff value. Revision Changes Path 1.12 +3 -2; commitid: c2af477eabbb7ea6; xorp/rib/protocol.hh 1.35 +2 -2; commitid: c2af477eabbb7ea6; xorp/rib/rt_tab_extint.cc From pavlin at icir.org Fri Jan 4 14:03:28 2008 From: pavlin at icir.org (Pavlin Radoslavov) Date: Fri, 4 Jan 2008 22:03:28 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/rib Message-ID: <200801042203.m04M3SA8049999@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin at xorpc.icir.org 2008-01-04 22:03:28 UTC XORP CVS repository Modified files: rib rib.cc route.cc route.hh Log message: Changed the route metric space from 16 bits to 32 bits so it can accomodate larger routing metrics. E.g., the IS-IS Traffic Engineering extensions (RFC 3784) introduce the so-called wide metrics that are 24 bits. Note that the protocol admin distance is still 16 bits, though in practice even 8 bits is sufficient. Requested by: Bruce M. Simpson Approved by: Atanu Ghosh Revision Changes Path 1.71 +3 -13; commitid: c300477eac197ea6; xorp/rib/rib.cc 1.10 +2 -2; commitid: c300477eac197ea6; xorp/rib/route.cc 1.26 +8 -8; commitid: c300477eac197ea6; xorp/rib/route.hh From pavlin at icir.org Fri Jan 4 16:34:12 2008 From: pavlin at icir.org (Pavlin Radoslavov) Date: Sat, 5 Jan 2008 00:34:12 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/devnotes Message-ID: <200801050034.m050YCUg051824@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin at xorpc.icir.org 2008-01-05 00:34:12 UTC XORP CVS repository Modified files: devnotes update_copyright.sh Log message: Refactor/improve the implementation: * No need to edit the script for every year. Now the old year is specified as the first argument to the script. The (optional) new year is the second argument. If omitted, it will be set to old_year + 1 * The template files (devnotes/template.*) are updated differently from the rest of the files: "(c) OLD" copyright year to "(c) NEW" copyright year The reason for that is because they are used when a new file is created, and the copyright year for such file should start at the year they were created. Revision Changes Path 1.8 +151 -33; commitid: c97d477ecd597ea6; xorp/devnotes/update_copyright.sh From pavlin at icir.org Fri Jan 4 16:41:30 2008 From: pavlin at icir.org (Pavlin Radoslavov) Date: Sat, 5 Jan 2008 00:41:30 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/devnotes Message-ID: <200801050041.m050fUbH051965@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin at xorpc.icir.org 2008-01-05 00:41:30 UTC XORP CVS repository Modified files: devnotes release_process.txt Log message: Update the instructions for using the update_copyright.sh script to update the copyright year. Revision Changes Path 1.69 +13 -14; commitid: cadf477ed1fd7ea6; xorp/devnotes/release_process.txt From pavlin at icir.org Sat Jan 5 13:29:04 2008 From: pavlin at icir.org (Pavlin Radoslavov) Date: Sat, 5 Jan 2008 21:29:04 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/fea Message-ID: <200801052129.m05LT4PA068589@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin at xorpc.icir.org 2008-01-05 21:29:04 UTC XORP CVS repository Modified files: fea mfea_mrouter.cc mfea_mrouter.hh Log message: Eliminiate incorrect usage of @group in kdoc comment. Bug found by: Bruce M. Simpson Revision Changes Path 1.62 +2 -2; commitid: 10bd2477ff67f7ea6; xorp/fea/mfea_mrouter.cc 1.23 +2 -2; commitid: 10bd2477ff67f7ea6; xorp/fea/mfea_mrouter.hh From pavlin at icir.org Sun Jan 6 19:53:54 2008 From: pavlin at icir.org (Pavlin Radoslavov) Date: Mon, 7 Jan 2008 03:53:54 GMT Subject: [Xorp-cvs] XORP cvs commit: other/tinderbox/scripts Message-ID: <200801070353.m073rsPw083900@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: other Changes by: pavlin at xorpc.icir.org 2008-01-07 03:53:54 UTC XORP CVS repository Modified files: tinderbox/scripts tinderbox.sh Log message: Bug fix setting CONFIGURE_ARGS Revision Changes Path 1.24 +2 -2; commitid: 1479d4781a2437ea6; other/tinderbox/scripts/tinderbox.sh From pavlin at icir.org Tue Jan 8 15:30:10 2008 From: pavlin at icir.org (Pavlin Radoslavov) Date: Tue, 8 Jan 2008 23:30:10 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/fea/data_plane/control_socket Message-ID: <200801082330.m08NUAXN033237@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin at xorpc.icir.org 2008-01-08 23:30:10 UTC XORP CVS repository Modified files: fea/data_plane/control_socket netlink_socket_utilities.cc routing_socket_utilities.cc Log message: Don't call XLOG_FATAL() when decoding a route add/delete upcall from the kernel if the corresponding outgoing interface/vif is not found and this is "route delete" operation. This fixes a coredump on older systems (e.g., FreeBSD-4.10) that might not supply the outgoing interface information in the upcall when the route is deleted. Revision Changes Path 1.12 +5 -3; commitid: 80484783ff737ea6; xorp/fea/data_plane/control_socket/netlink_socket_utilities.cc 1.14 +5 -3; commitid: 80484783ff737ea6; xorp/fea/data_plane/control_socket/routing_socket_utilities.cc From pavlin at icir.org Wed Jan 9 19:17:59 2008 From: pavlin at icir.org (Pavlin Radoslavov) Date: Thu, 10 Jan 2008 03:17:59 GMT Subject: [Xorp-cvs] XORP cvs commit: other/tinderbox/scripts Message-ID: <200801100317.m0A3HxWv048884@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: other Changes by: pavlin at xorpc.icir.org 2008-01-10 03:17:59 UTC XORP CVS repository Modified files: tinderbox/scripts config Log message: Moved the older OS tinderbox instances (FreeBSD-4.10 on panther and RedHat-7.3 on koala) to the set of unused configs. Revision Changes Path 1.37 +3 -3; commitid: becb47858e1e7ea6; other/tinderbox/scripts/config From pavlin at icir.org Thu Jan 10 18:43:20 2008 From: pavlin at icir.org (Pavlin Radoslavov) Date: Fri, 11 Jan 2008 02:43:20 GMT Subject: [Xorp-cvs] XORP cvs commit: other/tinderbox/scripts Message-ID: <200801110243.m0B2hKCJ065511@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: other Changes by: pavlin at xorpc.icir.org 2008-01-11 02:43:20 UTC XORP CVS repository Modified files: tinderbox/scripts config Log message: Added cross-compilation configuration for: - MIPS (Broadcom for Linksys WRT54G) - PowerPC-603 - Sparc64 - XScale Revision Changes Path 1.38 +38 -2; commitid: ffce4786d7997ea6; other/tinderbox/scripts/config From pavlin at icir.org Thu Jan 10 21:57:19 2008 From: pavlin at icir.org (Pavlin Radoslavov) Date: Fri, 11 Jan 2008 05:57:19 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/devnotes Message-ID: <200801110557.m0B5vJao067184@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin at xorpc.icir.org 2008-01-11 05:57:19 UTC XORP CVS repository Modified files: devnotes update_cvsroot.sh Log message: Update the DEVEL_CVS_ROOT value with the "official" path name: cvs.xorp.org:/usr/local/www/data/cvs Revision Changes Path 1.3 +2 -2; commitid: 1061f4787047d7ea6; xorp/devnotes/update_cvsroot.sh From pavlin at icir.org Sat Jan 12 22:01:46 2008 From: pavlin at icir.org (Pavlin Radoslavov) Date: Sun, 13 Jan 2008 06:01:46 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp Message-ID: <200801130601.m0D61kHm035316@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin at xorpc.icir.org 2008-01-13 06:01:46 UTC XORP CVS repository Modified files: . TODO Log message: Removed a TODO entry that is already done: now there is bool_c_str() function to return C-string representation of boolean. Revision Changes Path 1.22 +1 -5; commitid: 89d64789a8f17ea6; xorp/TODO From pavlin at icir.org Tue Jan 22 02:56:20 2008 From: pavlin at icir.org (Pavlin Radoslavov) Date: Tue, 22 Jan 2008 10:56:20 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/fea Message-ID: <200801221056.m0MAuK4q000719@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin at xorpc.icir.org 2008-01-22 10:56:20 UTC XORP CVS repository Modified files: fea mfea_node.cc Log message: Critical bug fix related to setting the vif index when an interface/vif update event is received from the FEA. Revision Changes Path 1.87 +13 -8; commitid: 2b64795cb927ea6; xorp/fea/mfea_node.cc From pavlin at icir.org Tue Jan 22 12:41:03 2008 From: pavlin at icir.org (Pavlin Radoslavov) Date: Tue, 22 Jan 2008 20:41:03 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/etc/templates Message-ID: <200801222041.m0MKf3rO008293@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin at xorpc.icir.org 2008-01-22 20:41:03 UTC XORP CVS repository Modified files: etc/templates pimsm4.tp pimsm6.tp Log message: Bug fixes in the BSR and Static RP configuration mechanism. Some of the bugs get triggered if a new configuration is loaded which deletes the old BSR scope zone and creates a new BSR scope zone. Bug found by: bbb999 AT zerodistance.fi (Arsi Antila) Revision Changes Path 1.33 +7 -5; commitid: 200a479653db7ea6; xorp/etc/templates/pimsm4.tp 1.33 +6 -5; commitid: 200a479653db7ea6; xorp/etc/templates/pimsm6.tp From atanu at icir.org Thu Jan 24 19:22:44 2008 From: atanu at icir.org (Atanu Ghosh) Date: Fri, 25 Jan 2008 03:22:44 GMT Subject: [Xorp-cvs] XORP cvs commit: www www/html_src www/scripts Message-ID: <200801250322.m0P3MiAR038610@xorpc.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: www Changes by: atanu at xorpc.icir.org 2008-01-25 03:22:44 UTC XORP CVS repository Modified files: . about.html advisories.html contributing.html cvs.html design_docs.html downloads.html empty.html faq.html getting_started.html index.html license.html livecd.html mailing_lists.html mirror_operation.html mirrors.html news.html papers.html people.html porting.html roadmap.html snmp.html status.html xorp_vision.html html_src news.html scripts XorpOrgGenerator.py Log message: The URL for cvsweb is now cvsweb.xorp.org not xorpc.icir.org. Revision Changes Path 1.2 +4 -4; commitid: 965f479955cc7ea6; www/about.html 1.5 +4 -4; commitid: 965f479955cc7ea6; www/advisories.html 1.34 +4 -4; commitid: 965f479955cc7ea6; www/contributing.html 1.34 +4 -4; commitid: 965f479955cc7ea6; www/cvs.html 1.24 +4 -4; commitid: 965f479955cc7ea6; www/design_docs.html 1.75 +4 -4; commitid: 965f479955cc7ea6; www/downloads.html 1.18 +4 -4; commitid: 965f479955cc7ea6; www/empty.html 1.29 +4 -4; commitid: 965f479955cc7ea6; www/faq.html 1.77 +4 -4; commitid: 965f479955cc7ea6; www/getting_started.html 1.26 +1 -1; commitid: 965f479955cc7ea6; www/html_src/news.html 1.82 +4 -4; commitid: 965f479955cc7ea6; www/index.html 1.32 +2 -2; commitid: 965f479955cc7ea6; www/license.html 1.57 +4 -4; commitid: 965f479955cc7ea6; www/livecd.html 1.24 +4 -4; commitid: 965f479955cc7ea6; www/mailing_lists.html 1.12 +4 -4; commitid: 965f479955cc7ea6; www/mirror_operation.html 1.47 +4 -4; commitid: 965f479955cc7ea6; www/mirrors.html 1.60 +5 -5; commitid: 965f479955cc7ea6; www/news.html 1.22 +4 -4; commitid: 965f479955cc7ea6; www/papers.html 1.32 +4 -4; commitid: 965f479955cc7ea6; www/people.html 1.16 +4 -4; commitid: 965f479955cc7ea6; www/porting.html 1.21 +4 -4; commitid: 965f479955cc7ea6; www/roadmap.html 1.16 +3 -3; commitid: 965f479955cc7ea6; www/scripts/XorpOrgGenerator.py 1.16 +4 -4; commitid: 965f479955cc7ea6; www/snmp.html 1.38 +4 -4; commitid: 965f479955cc7ea6; www/status.html 1.16 +4 -4; commitid: 965f479955cc7ea6; www/xorp_vision.html From pavlin at icir.org Fri Jan 25 22:46:15 2008 From: pavlin at icir.org (Pavlin Radoslavov) Date: Sat, 26 Jan 2008 06:46:15 GMT Subject: [Xorp-cvs] XORP cvs commit: CVSROOT Message-ID: <200801260646.m0Q6kFe9098980@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: CVSROOT Changes by: pavlin at chum.icir.org 2008-01-26 06:46:15 UTC XORP CVS repository Modified files: . cfg_local.pm Log message: Rename xorpc.icir.org to chum.icir.org in the local hostname check. Revision Changes Path 1.5 +3 -3; commitid: 18273479ad6b741a7; CVSROOT/cfg_local.pm From pavlin at icir.org Fri Jan 25 22:47:36 2008 From: pavlin at icir.org (Pavlin Radoslavov) Date: Sat, 26 Jan 2008 06:47:36 GMT Subject: [Xorp-cvs] XORP cvs commit: CVSROOT Message-ID: <200801260647.m0Q6lacj099023@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: CVSROOT Changes by: pavlin at chum.icir.org 2008-01-26 06:47:36 UTC XORP CVS repository Modified files: . README Log message: Updated the CVS repository hostname and pathname to match the current setup. Revision Changes Path 1.2 +3 -3; commitid: 182b8479ad74741a7; CVSROOT/README From pavlin at icir.org Fri Jan 25 23:42:14 2008 From: pavlin at icir.org (Pavlin Radoslavov) Date: Sat, 26 Jan 2008 07:42:14 GMT Subject: [Xorp-cvs] XORP cvs commit: CVSROOT Message-ID: <200801260742.m0Q7gEDX099619@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: CVSROOT Changes by: pavlin at chum.icir.org 2008-01-26 07:42:14 UTC XORP CVS repository Modified files: . commitcheck Log message: Add extra .0 sub-version suffix if the sub-version levels is too small. This fixes a commit warning when the number of sprintf arguments is less than the expected. Note that the warning is generated only in case a more recent Perl version is used (e.g., v5.8.8 vs 5.6.1). Revision Changes Path 1.2 +6 -1; commitid: 184f2479ae32141a7; CVSROOT/commitcheck From pavlin at icir.org Fri Jan 25 23:45:01 2008 From: pavlin at icir.org (Pavlin Radoslavov) Date: Sat, 26 Jan 2008 07:45:01 GMT Subject: [Xorp-cvs] XORP cvs commit: other/tinderbox/scripts Message-ID: <200801260745.m0Q7j1AS099669@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: other Changes by: pavlin at chum.icir.org 2008-01-26 07:45:01 UTC XORP CVS repository Modified files: tinderbox/scripts co_xorp.sh make_tinderbox_master.sh Log message: Change the CVS repository to point to the anon. CVS. [This is forced commit, because the previous one didn't generate the commit email] Revision Changes Path 1.7 +1 -1; commitid: 1852c479ae4a341a7; other/tinderbox/scripts/co_xorp.sh 1.5 +1 -1; commitid: 1852c479ae4a341a7; other/tinderbox/scripts/make_tinderbox_master.sh From atanu at icir.org Tue Jan 29 21:35:54 2008 From: atanu at icir.org (Atanu Ghosh) Date: Wed, 30 Jan 2008 05:35:54 GMT Subject: [Xorp-cvs] XORP cvs commit: www www/html_src www/scripts Message-ID: <200801300535.m0U5ZsxQ042458@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: www Changes by: atanu at chum.icir.org 2008-01-30 05:35:54 UTC XORP CVS repository Modified files: . about.html advisories.html contributing.html cvs.html design_docs.html downloads.html empty.html faq.html getting_started.html index.html license.html livecd.html mailing_lists.html mirror_operation.html mirrors.html news.html papers.html people.html porting.html roadmap.html snmp.html status.html xorp_vision.html html_src faq.html scripts XorpOrgGenerator.py Log message: Bugzilla server now at http://bugzilla.xorp.org/bugzilla/index.cgi. Revision Changes Path 1.3 +4 -4; commitid: a56f47a00cb641a7; www/about.html 1.6 +4 -4; commitid: a56f47a00cb641a7; www/advisories.html 1.35 +4 -4; commitid: a56f47a00cb641a7; www/contributing.html 1.35 +4 -4; commitid: a56f47a00cb641a7; www/cvs.html 1.25 +4 -4; commitid: a56f47a00cb641a7; www/design_docs.html 1.76 +4 -4; commitid: a56f47a00cb641a7; www/downloads.html 1.19 +4 -4; commitid: a56f47a00cb641a7; www/empty.html 1.30 +5 -5; commitid: a56f47a00cb641a7; www/faq.html 1.78 +4 -4; commitid: a56f47a00cb641a7; www/getting_started.html 1.9 +1 -1; commitid: a56f47a00cb641a7; www/html_src/faq.html 1.83 +4 -4; commitid: a56f47a00cb641a7; www/index.html 1.33 +4 -4; commitid: a56f47a00cb641a7; www/license.html 1.58 +4 -4; commitid: a56f47a00cb641a7; www/livecd.html 1.25 +4 -4; commitid: a56f47a00cb641a7; www/mailing_lists.html 1.13 +4 -4; commitid: a56f47a00cb641a7; www/mirror_operation.html 1.48 +4 -4; commitid: a56f47a00cb641a7; www/mirrors.html 1.61 +4 -4; commitid: a56f47a00cb641a7; www/news.html 1.23 +4 -4; commitid: a56f47a00cb641a7; www/papers.html 1.33 +4 -4; commitid: a56f47a00cb641a7; www/people.html 1.17 +4 -4; commitid: a56f47a00cb641a7; www/porting.html 1.22 +4 -4; commitid: a56f47a00cb641a7; www/roadmap.html 1.17 +3 -3; commitid: a56f47a00cb641a7; www/scripts/XorpOrgGenerator.py 1.17 +4 -4; commitid: a56f47a00cb641a7; www/snmp.html 1.39 +4 -4; commitid: a56f47a00cb641a7; www/status.html 1.17 +4 -4; commitid: a56f47a00cb641a7; www/xorp_vision.html