From pavlin@icir.org Wed Mar 1 00:55:35 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Wed, 1 Mar 2006 00:55:35 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/etc/templates Message-ID: <200603010055.k210tZ1k036998@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-01 00:55:35 UTC XORP CVS repository Modified files: etc/templates ospfv2.tp Log message: Reverse-back some of the help string changes with the previous commit. See Bugzilla entry #552, Comment #5 for details. Bugzilla URL: http://www.xorp.org/bugzilla/show_bug.cgi?id=552 Submitted by: Hasso Tepper Revision Changes Path 1.43 +3 -3; commitid: 90304404f09b7ea6; xorp/etc/templates/ospfv2.tp From pavlin@icir.org Wed Mar 1 03:07:58 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Wed, 1 Mar 2006 03:07:58 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/rtrmgr Message-ID: <200603010307.k2137wEn038286@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-01 03:07:57 UTC XORP CVS repository Modified files: rtrmgr conf_tree_node.cc conf_tree_node.hh Log message: Fix a bug in the method ConfigTreeNode::retain_deletion_nodes(...), where a deleted multi-node was not being retained on the deletion tree -- the multi-node, as well as its parents, were getting deleted. As a result, the xorpsh was not getting properly notified of the deleted multi-node via the "config_changed" callback. The problem can be demonstrated by a rtrmgr template like: system { name-server @: ipv4 { %help: short "Configure domain name server"; %delete:; /* foo: bool = false; */ } } and xorpsh commands like: create system name-server 1.1.1.1 commit delete system name-server 1.1.1.1 commit If there is a second xorpsh instance running, that instance won't receive properly the deleted state: pavlin@possum.icir.org# The configuration had been changed by user pavlin DELTAS: system { name-server 1.1.1.1 } [edit] pavlin@possum.icir.org# pavlin@possum.icir.org# The configuration had been changed by user pavlin [edit] pavlin@possum.icir.org# pavlin@possum.icir.org# show system { name-server 1.1.1.1 } [edit] pavlin@possum.icir.org# Note that if the "foo: bool = false;" node in the rtrmgr template is uncommented, then the problem is masked. Submitted by: Marat Nepomnyashy Revision Changes Path 1.109 +18 -2; commitid: 954044050e5b7ea6; xorp/rtrmgr/conf_tree_node.cc 1.61 +2 -1; commitid: 954044050e5b7ea6; xorp/rtrmgr/conf_tree_node.hh From pavlin@icir.org Wed Mar 1 04:43:19 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Wed, 1 Mar 2006 04:43:19 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/cli Message-ID: <200603010443.k214hJjp039173@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-01 04:43:19 UTC XORP CVS repository Modified files: cli cli_node.cc Log message: Accepte network connections only if the network port is not zero. This fixes a bug where the CLI would actually accept connections at random port number (if we try to disable the CLI by setting its port number to zero). Bug found by: Robert Bays Revision Changes Path 1.33 +6 -4; commitid: 98e6440525f87ea6; xorp/cli/cli_node.cc From bms@icir.org Wed Mar 1 12:35:59 2006 From: bms@icir.org (Bruce Simpson) Date: Wed, 1 Mar 2006 12:35:59 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/libcomm Message-ID: <200603011235.k21CZxmg044154@xorpc.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: bms@xorpc.icir.org 2006-03-01 12:35:58 UTC XORP CVS repository Modified files: libcomm .cvsignore Log message: Ignore test_connect Revision Changes Path 1.2 +1 -0; commitid: ac61440595277ea6; xorp/libcomm/.cvsignore From bms@icir.org Wed Mar 1 12:55:34 2006 From: bms@icir.org (Bruce Simpson) Date: Wed, 1 Mar 2006 12:55:34 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/libcomm Message-ID: <200603011255.k21CtYIo044343@xorpc.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: bms@xorpc.icir.org 2006-03-01 12:55:34 UTC XORP CVS repository Modified files: libcomm comm_api.h comm_private.h comm_sock.c comm_user.c test_comm.c Log message: Fix documentation niggles. Add vim source modes. Revision Changes Path 1.22 +2 -1; commitid: ad16440599b27ea6; xorp/libcomm/comm_api.h 1.4 +2 -1; commitid: ad16440599b27ea6; xorp/libcomm/comm_private.h 1.31 +5 -2; commitid: ad16440599b27ea6; xorp/libcomm/comm_sock.c 1.21 +2 -1; commitid: ad16440599b27ea6; xorp/libcomm/comm_user.c 1.11 +2 -1; commitid: ad16440599b27ea6; xorp/libcomm/test_comm.c From bms@icir.org Wed Mar 1 13:03:17 2006 From: bms@icir.org (Bruce Simpson) Date: Wed, 1 Mar 2006 13:03:17 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/libxorp Message-ID: <200603011303.k21D3H34044424@xorpc.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: bms@xorpc.icir.org 2006-03-01 13:03:17 UTC XORP CVS repository Modified files: libxorp utils.hh win_dispatcher.hh win_io.c Log message: Fix documentation buglets. Revision Changes Path 1.13 +3 -4; commitid: ad6b44059b8f7ea6; xorp/libxorp/utils.hh 1.7 +2 -2; commitid: ad6b44059b8f7ea6; xorp/libxorp/win_dispatcher.hh 1.5 +6 -6; commitid: ad6b44059b8f7ea6; xorp/libxorp/win_io.c From zec@icir.org Wed Mar 1 18:37:40 2006 From: zec@icir.org (Marko Zec) Date: Wed, 1 Mar 2006 18:37:40 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/etc/templates Message-ID: <200603011837.k21Ibee7049667@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: zec@xorpc.icir.org 2006-03-01 18:37:40 UTC XORP CVS repository Modified files: etc/templates bgp.tp Log message: Added help strings for "was-aggregated" and "aggregate-prefix-len". Revision Changes Path 1.85 +3 -1; commitid: c1db4405e9a37ea6; xorp/etc/templates/bgp.tp From pavlin@icir.org Thu Mar 2 01:25:56 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Thu, 2 Mar 2006 01:25:56 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/rip Message-ID: <200603020125.k221PuPx054780@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-02 01:25:56 UTC XORP CVS repository Modified files: rip xrl_port_manager.cc Log message: Add new local function address_exists() and use it instead of address_enabled() when adding a RIP address inside XrlPortManager::add_rip_address() Now we can configure RIP on an interface even if the interface's cable is disconnected. This fixes Bugzilla entry #558 Bugzilla URL: http://www.xorp.org/bugzilla/show_bug.cgi?id=558 Revision Changes Path 1.22 +33 -4; commitid: d5bc4406493d7ea6; xorp/rip/xrl_port_manager.cc From atanu@icir.org Thu Mar 2 02:08:48 2006 From: atanu@icir.org (Atanu Ghosh) Date: Thu, 2 Mar 2006 02:08:48 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/bgp xorp/bgp/harness Message-ID: <200603020208.k2228mgp055431@xorpc.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: atanu@xorpc.icir.org 2006-03-02 02:08:48 UTC XORP CVS repository Modified files: bgp plumbing.cc route_table_filter.cc route_table_filter.hh bgp/harness Makefile.am Makefile.in Added files: bgp/harness test_route_reflection2.sh Log message: The attributes ORIGINATOR_ID and CLUSTER_LIST are specific to route reflection and should only be sent on I-BGP peerings. If a received update message (from another route reflector) contained these attributes they were being incorrectly forwarded on E-BGP peerings. Tests test2, test3 and test4 in test_route_reflection2.sh test this behaviour. Bugzilla URL: http://www.xorp.org/bugzilla/show_bug.cgi?id=425 Revision Changes Path 1.20 +2 -1; commitid: d84f440653ae7ea6; xorp/bgp/harness/Makefile.am 1.35 +1 -1; commitid: d84f440653ae7ea6; xorp/bgp/harness/Makefile.in 1.1 +353 -0 xorp/bgp/harness/test_route_reflection2.sh (new) 1.87 +9 -1; commitid: d84f440653ae7ea6; xorp/bgp/plumbing.cc 1.47 +78 -1; commitid: d84f440653ae7ea6; xorp/bgp/route_table_filter.cc 1.25 +20 -1; commitid: d84f440653ae7ea6; xorp/bgp/route_table_filter.hh From atanu@icir.org Thu Mar 2 02:43:24 2006 From: atanu@icir.org (Atanu Ghosh) Date: Thu, 2 Mar 2006 02:43:24 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/bgp xorp/bgp/harness Message-ID: <200603020243.k222hOTX055936@xorpc.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: atanu@xorpc.icir.org 2006-03-02 02:43:24 UTC XORP CVS repository Modified files: bgp peer.cc bgp/harness test_peering1.sh Log message: If the route reflection attributes (ORIGINATOR_ID or CLUSTER_LIST) are received on an E-BGP peering respond with a notification (UPDATE Message Error, Malformed Attribute List). Tests test57 and test58 in test_peering1.sh test this behaviour. Revision Changes Path 1.63 +64 -2; commitid: da5044065bca7ea6; xorp/bgp/harness/test_peering1.sh 1.129 +12 -1; commitid: da5044065bca7ea6; xorp/bgp/peer.cc From pavlin@icir.org Thu Mar 2 23:30:48 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Thu, 2 Mar 2006 23:30:48 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/fib2mrib Message-ID: <200603022330.k22NUm0A082886@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-02 23:30:48 UTC XORP CVS repository Modified files: fib2mrib fib2mrib_node.cc fib2mrib_node.hh Log message: Refactor the mechanism for processing and preparing routes for transmission to the RIB. This fixes few bugs such as: * Previously the fib2mrib policies were ignored if the network interfaces status was changes. * If a route is updated, now we use properly "add_route" or "replace_route" to the RIB. This synchronizes the fib2mrib codebase with the static_routes implementation. See: * static_routes/static_routes_node.hh rev 1.21 * static_routes/static_routes_node.cc rev 1.31 Revision Changes Path 1.28 +223 -132; commitid: 1436b44077f757ea6; xorp/fib2mrib/fib2mrib_node.cc 1.17 +58 -8; commitid: 1436b44077f757ea6; xorp/fib2mrib/fib2mrib_node.hh From pavlin@icir.org Thu Mar 2 23:55:47 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Thu, 2 Mar 2006 23:55:47 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/static_routes Message-ID: <200603022355.k22Ntlsf083182@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-02 23:55:47 UTC XORP CVS repository Modified files: static_routes static_routes_node.cc static_routes_node.hh xrl_static_routes_node.cc Log message: Implement the mechanism to disable/enable static routes. Disabling static routes will withdraw the routes from RIB. This fixes bugzilla entry #356 Bugzilla URL: http://www.xorp.org/bugzilla/show_bug.cgi?id=356 Revision Changes Path 1.32 +63 -1; commitid: 144b54407859d7ea6; xorp/static_routes/static_routes_node.cc 1.22 +27 -1; commitid: 144b54407859d7ea6; xorp/static_routes/static_routes_node.hh 1.33 +2 -4; commitid: 144b54407859d7ea6; xorp/static_routes/xrl_static_routes_node.cc From pavlin@icir.org Thu Mar 2 23:58:49 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Thu, 2 Mar 2006 23:58:49 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/fib2mrib Message-ID: <200603022358.k22NwnTG083247@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-02 23:58:49 UTC XORP CVS repository Modified files: fib2mrib fib2mrib_node.cc fib2mrib_node.hh xrl_fib2mrib_node.cc Log message: Implement the mechanism to disable/enable fib2mrib. Disabling fib2mrib will withdraw the routes from RIB. Revision Changes Path 1.29 +64 -1; commitid: 145124407869e7ea6; xorp/fib2mrib/fib2mrib_node.cc 1.18 +27 -1; commitid: 145124407869e7ea6; xorp/fib2mrib/fib2mrib_node.hh 1.34 +2 -4; commitid: 145124407869e7ea6; xorp/fib2mrib/xrl_fib2mrib_node.cc From atanu@icir.org Fri Mar 3 04:28:08 2006 From: atanu@icir.org (Atanu Ghosh) Date: Fri, 3 Mar 2006 04:28:08 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/ospf Message-ID: <200603030428.k234S8xT085820@xorpc.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: atanu@xorpc.icir.org 2006-03-03 04:28:08 UTC XORP CVS repository Modified files: ospf peer.cc Log message: The events NeighbourChange and BackupSeen are scheduled for later processing. Only process one event of any given type. Two consecutive calls to BackupSeen is disastrous and causes an error of the form: [ 2006/03/02 19:41:57 FATAL xorp_ospfv2:12937 OSPF +1491 peer.cc event_backup_seen ] Unexpected state DR Other Under normal circumstances there should be a hello timer interval between seeing hello packets from the BDR, sometimes for whatever reason on startup two back to back hello packets are being delivered. Revision Changes Path 1.230 +4 -1; commitid: 14f214407c5d77ea6; xorp/ospf/peer.cc From bms@icir.org Fri Mar 3 14:41:23 2006 From: bms@icir.org (Bruce Simpson) Date: Fri, 3 Mar 2006 14:41:23 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/contrib/win32/installer Message-ID: <200603031441.k23EfN1a092769@xorpc.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: bms@xorpc.icir.org 2006-03-03 14:41:23 UTC XORP CVS repository Modified files: contrib/win32/installer LICENSE xorp.nsi Added files: contrib/win32/installer addtopath.nsh Log message: Update the XORP Windows installer script. Add uninstaller. Add OSPF, PIM and MLDIGMP. Fix DLL installation. Update version tags. Update copyright. Make base components non-optional. Add AddToPath macros. Use the Library and AddToPath macros for DLL management. Revision Changes Path 1.2 +2 -2; commitid: 16a3f4408557d7ea6; xorp/contrib/win32/installer/LICENSE 1.1 +424 -0 xorp/contrib/win32/installer/addtopath.nsh (new) 1.2 +168 -48; commitid: 16a3f4408557d7ea6; xorp/contrib/win32/installer/xorp.nsi From atanu@icir.org Fri Mar 3 20:44:54 2006 From: atanu@icir.org (Atanu Ghosh) Date: Fri, 3 Mar 2006 20:44:54 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/ospf Message-ID: <200603032044.k23KisVF098206@xorpc.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: atanu@xorpc.icir.org 2006-03-03 20:44:54 UTC XORP CVS repository Modified files: ospf xrl_target.cc Log message: This doesn't completely solve the problem but does stop routes from the multicast RIB being redistributed. Bugzilla URL: http://www.xorp.org/bugzilla/show_bug.cgi?id=479 Revision Changes Path 1.30 +18 -5; commitid: 17f834408aac57ea6; xorp/ospf/xrl_target.cc From atanu@icir.org Fri Mar 3 21:31:40 2006 From: atanu@icir.org (Atanu Ghosh) Date: Fri, 3 Mar 2006 21:31:40 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/ospf Message-ID: <200603032131.k23LVebP098930@xorpc.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: atanu@xorpc.icir.org 2006-03-03 21:31:40 UTC XORP CVS repository Modified files: ospf fletcher_checksum.cc lsa.cc test_checksum.cc Log message: The fletcher checksum was not generating 255. Bugzilla URL: http://www.xorp.org/bugzilla/show_bug.cgi?id=490 Submitted by: Hasso Tepper Revision Changes Path 1.3 +1 -1; commitid: 182534408b5bb7ea6; xorp/ospf/fletcher_checksum.cc 1.67 +2 -2; commitid: 182534408b5bb7ea6; xorp/ospf/lsa.cc 1.4 +2 -2; commitid: 182534408b5bb7ea6; xorp/ospf/test_checksum.cc From atanu@icir.org Fri Mar 3 22:04:55 2006 From: atanu@icir.org (Atanu Ghosh) Date: Fri, 3 Mar 2006 22:04:55 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/ospf Message-ID: <200603032204.k23M4ttu099367@xorpc.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: atanu@xorpc.icir.org 2006-03-03 22:04:55 UTC XORP CVS repository Modified files: ospf test_checksum.cc Added files: ospf lsa1.data lsa2.data Log message: Add two of the LSAs for which the checksums were not being correctly generated to the test program. Both new LSAs have 0xff as one of the checksum bytes, previously 0xff could not be generated. Bugzilla URL: http://www.xorp.org/bugzilla/show_bug.cgi?id=490 Revision Changes Path 1.1 +13 -0 xorp/ospf/lsa1.data (new) 1.1 +13 -0 xorp/ospf/lsa2.data (new) 1.5 +19 -6; commitid: 184084408bd867ea6; xorp/ospf/test_checksum.cc From pavlin@icir.org Sun Mar 5 21:28:33 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Sun, 5 Mar 2006 21:28:33 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/etc/templates Message-ID: <200603052128.k25LSX22055435@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-05 21:28:33 UTC XORP CVS repository Modified files: etc/templates ospfv2.tp Log message: * Remove the %mandatory requirement for area-type, because it has a default value (in general, if a node has a default value, then there is no point of being mandatory). * Add missing %delete methods for leaf nodes with default values. This fixes bugzilla entry #556 Bugzilla URL: http://www.xorp.org/bugzilla/show_bug.cgi?id=556 Revision Changes Path 1.44 +17 -3; commitid: d860440b57847ea6; xorp/etc/templates/ospfv2.tp From pavlin@icir.org Sun Mar 5 21:34:06 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Sun, 5 Mar 2006 21:34:06 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/etc/templates Message-ID: <200603052134.k25LY6t5055607@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-05 21:34:06 UTC XORP CVS repository Modified files: etc/templates ospfv2.tp Log message: Remove %mandatory requirements for leaf nodes that have default values. Revision Changes Path 1.45 +1 -4; commitid: d919440b59397ea6; xorp/etc/templates/ospfv2.tp From pavlin@icir.org Mon Mar 6 01:54:34 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Mon, 6 Mar 2006 01:54:34 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/rib Message-ID: <200603060154.k261sYed057919@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-06 01:54:34 UTC XORP CVS repository Modified files: rib rt_tab_pol_conn.cc Log message: Add a hack to reset the policy tags in case the policies are removed. This fixes a bugzilla entry #479 Bugzilla URL: http://www.xorp.org/bugzilla/show_bug.cgi?id=479 Revision Changes Path 1.7 +7 -1; commitid: e1d3440b94047ea6; xorp/rib/rt_tab_pol_conn.cc From atanu@icir.org Mon Mar 6 02:27:53 2006 From: atanu@icir.org (Atanu Ghosh) Date: Mon, 6 Mar 2006 02:27:53 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/bgp xorp/bgp/harness Message-ID: <200603060227.k262RrjN058328@xorpc.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: atanu@xorpc.icir.org 2006-03-06 02:27:53 UTC XORP CVS repository Modified files: bgp route_table_damping.cc xrl_shell_funcs.sh bgp/harness Makefile.am Makefile.in Added files: bgp/harness test_route_flap_damping1.sh Log message: When route flap damping is enabled a trie in the route flap damping table holds damping state. If damping is not enabled then there is no requirement to hold any state. If damping is enabled after routes have flowed through the system then when a replace or delete route arrives the orignal route may not be present in the damping trie. Previously the code assumed that the previous route must be in the system. Now if a route is not found in the trie it is processed normally. Two test programs test2 and test3 in test_route_flap_damping1.sh demonstrate the problem. Bugzilla URL: http://www.xorp.org/bugzilla/show_bug.cgi?id=471 Revision Changes Path 1.21 +2 -1; commitid: e3a2440b9e277ea6; xorp/bgp/harness/Makefile.am 1.36 +1 -1; commitid: e3a2440b9e277ea6; xorp/bgp/harness/Makefile.in 1.1 +353 -0 xorp/bgp/harness/test_route_flap_damping1.sh (new) 1.3 +13 -2; commitid: e3a2440b9e277ea6; xorp/bgp/route_table_damping.cc 1.15 +7 -1; commitid: e3a2440b9e277ea6; xorp/bgp/xrl_shell_funcs.sh From pavlin@icir.org Mon Mar 6 03:23:43 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Mon, 6 Mar 2006 03:23:43 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/bgp xorp/rip Message-ID: <200603060323.k263NhKv059020@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-06 03:23:43 UTC XORP CVS repository Modified files: bgp xrl_target.cc rip xrl_target_common.hh Log message: Don't redistribute multicast RIB routes. This is a temporary (and incomplete) work-around for bugzilla entry #568. Bugzilla URL: http://www.xorp.org/bugzilla/show_bug.cgi?id=568 Revision Changes Path 1.57 +28 -11; commitid: e652440baaa57ea6; xorp/bgp/xrl_target.cc 1.24 +9 -3; commitid: e652440baaa57ea6; xorp/rip/xrl_target_common.hh From pavlin@icir.org Mon Mar 6 05:49:25 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Mon, 6 Mar 2006 05:49:25 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/policy Message-ID: <200603060549.k265nPnb060368@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-06 05:49:25 UTC XORP CVS repository Modified files: policy lex.yy_policy_parser.cc policy.l Log message: Fix the policy parser to allow '-' to be part of a network4-list or network6-list. This fixes bugzilla entry #303 Bugzilla URL: http://www.xorp.org/bugzilla/show_bug.cgi?id=303 Revision Changes Path 1.13 +1813 -1811; commitid: ebae440bcd1f7ea6; xorp/policy/lex.yy_policy_parser.cc 1.13 +1 -1; commitid: ebae440bcd1f7ea6; xorp/policy/policy.l From atanu@icir.org Mon Mar 6 07:21:34 2006 From: atanu@icir.org (Atanu Ghosh) Date: Mon, 6 Mar 2006 07:21:34 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/ospf Message-ID: <200603060721.k267LY3R061560@xorpc.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: atanu@xorpc.icir.org 2006-03-06 07:21:34 UTC XORP CVS repository Modified files: ospf peer.cc Log message: If a link type was configured as point-to-point ("p2p") and no neighbour was configured then assert was being hit. The incorrect assumption was that if point-to-point was configured then a neighbour was also configured. The simplest fix before the 1.2 release is to change the assert to an error message. A neighbour must still be configured for point-to-point to work. Also adding/removing a neighbour will now update the Router-LSA. A better fix would be derive the neighbour information as suggested by Hasso Tepper. Bugzilla URL: http://www.xorp.org/bugzilla/show_bug.cgi?id=554 Revision Changes Path 1.231 +8 -2; commitid: f05d440be2fc7ea6; xorp/ospf/peer.cc From atanu@icir.org Mon Mar 6 07:48:48 2006 From: atanu@icir.org (Atanu Ghosh) Date: Mon, 6 Mar 2006 07:48:48 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/ospf Message-ID: <200603060748.k267mmbF061873@xorpc.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: atanu@xorpc.icir.org 2006-03-06 07:48:48 UTC XORP CVS repository Modified files: ospf peer.cc peer.hh Log message: When the interface cost is changed force the Router-LSA to be updated. Bugzilla URL: http://www.xorp.org/bugzilla/show_bug.cgi?id=498 Submitted by: Hasso Tepper Revision Changes Path 1.232 +14 -1; commitid: f194440be95e7ea6; xorp/ospf/peer.cc 1.122 +2 -5; commitid: f194440be95e7ea6; xorp/ospf/peer.hh From pavlin@icir.org Mon Mar 6 22:51:49 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Mon, 6 Mar 2006 22:51:49 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/libxorp Message-ID: <200603062251.k26Mpn04068513@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-06 22:51:49 UTC XORP CVS repository Modified files: libxorp strptime.c Log message: Remove conditional usage of __weak_alias(), because it is not needed. This fixes a compilation error on OpenBSD. Revision Changes Path 1.7 +2 -5; commitid: 10b53440cbbc67ea6; xorp/libxorp/strptime.c From atanu@icir.org Tue Mar 7 01:43:55 2006 From: atanu@icir.org (Atanu Ghosh) Date: Tue, 7 Mar 2006 01:43:55 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/ospf Message-ID: <200603070143.k271htdQ072525@xorpc.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: atanu@xorpc.icir.org 2006-03-07 01:43:55 UTC XORP CVS repository Modified files: ospf TODO external.cc external.hh ospf.cc peer_manager.cc peer_manager.hh routing_table.cc routing_table.hh Log message: The policy push in OSPF was not correctly implemented. A policy push will now re-filter all routes that are candidates for the RIB. A policy push still will not re-filter redistributed routes see TODO 49. Previously exporting routes from OSPF to other protocols would only work if the policy was installed before OSPF had any routes. Adding or removing an export statement to BGP (or any other protocol) that includes OSPF should now work. Bugzilla URL: http://www.xorp.org/bugzilla/show_bug.cgi?id=562 Revision Changes Path 1.66 +19 -1; commitid: 11b22440ce5597ea6; xorp/ospf/TODO 1.21 +8 -1; commitid: 11b22440ce5597ea6; xorp/ospf/external.cc 1.13 +6 -1; commitid: 11b22440ce5597ea6; xorp/ospf/external.hh 1.67 +3 -2; commitid: 11b22440ce5597ea6; xorp/ospf/ospf.cc 1.113 +8 -1; commitid: 11b22440ce5597ea6; xorp/ospf/peer_manager.cc 1.69 +6 -1; commitid: 11b22440ce5597ea6; xorp/ospf/peer_manager.hh 1.51 +40 -1; commitid: 11b22440ce5597ea6; xorp/ospf/routing_table.cc 1.39 +6 -1; commitid: 11b22440ce5597ea6; xorp/ospf/routing_table.hh From atanu@icir.org Tue Mar 7 03:57:09 2006 From: atanu@icir.org (Atanu Ghosh) Date: Tue, 7 Mar 2006 03:57:09 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/etc/templates Message-ID: <200603070357.k273v91D074977@xorpc.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: atanu@xorpc.icir.org 2006-03-07 03:57:09 UTC XORP CVS repository Modified files: etc/templates bgp.tp Log message: Add a delete xrl so that when disable is deleted the peering reverts to the default state. Bugzilla URL: http://www.xorp.org/bugzilla/show_bug.cgi?id=550 Revision Changes Path 1.86 +2 -1; commitid: 124c6440d04957ea6; xorp/etc/templates/bgp.tp From atanu@icir.org Tue Mar 7 04:04:33 2006 From: atanu@icir.org (Atanu Ghosh) Date: Tue, 7 Mar 2006 04:04:33 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/etc/templates Message-ID: <200603070404.k2744XEX075138@xorpc.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: atanu@xorpc.icir.org 2006-03-07 04:04:33 UTC XORP CVS repository Modified files: etc/templates bgp.tp Log message: AS numbers start from 1 not 0. Bugzilla URL: http://www.xorp.org/bugzilla/show_bug.cgi?id=467 Revision Changes Path 1.87 +3 -3; commitid: 12567440d06517ea6; xorp/etc/templates/bgp.tp From pavlin@icir.org Tue Mar 7 04:10:02 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Tue, 7 Mar 2006 04:10:02 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/rib Message-ID: <200603070410.k274A27L075257@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-07 04:10:02 UTC XORP CVS repository Modified files: rib rt_tab_register.cc Log message: Fix a RIB crash problem due to a missing NULL pointer check. This fixes Bugzilla entry #551. Bugzilla URL: http://www.xorp.org/bugzilla/show_bug.cgi?id=551 Revision Changes Path 1.28 +7 -4; commitid: 125bb440d07177ea6; xorp/rib/rt_tab_register.cc From pavlin@icir.org Tue Mar 7 05:05:33 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Tue, 7 Mar 2006 05:05:33 GMT Subject: [Xorp-cvs] XORP cvs commit: www www/html_src Message-ID: <200603070505.k2755XFn076816@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: www Changes by: pavlin@xorpc.icir.org 2006-03-07 05:05:33 UTC XORP CVS repository Modified files: . faq.html html_src faq.html Log message: Remove repetition of "open source". Submitted by: Alex Railean Revision Changes Path 1.24 +2 -2; commitid: 12bca440d14597ea6; www/faq.html 1.6 +1 -1; commitid: 12bca440d14597ea6; www/html_src/faq.html From pavlin@icir.org Tue Mar 7 06:41:11 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Tue, 7 Mar 2006 06:41:11 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/ospf Message-ID: <200603070641.k276fBjg078054@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-07 06:41:11 UTC XORP CVS repository Modified files: ospf peer_manager.cc Log message: Remove "return" statement from a method that has "void" return type. Revision Changes Path 1.114 +2 -2; commitid: 130cd440d2af37ea6; xorp/ospf/peer_manager.cc From mjh@icir.org Tue Mar 7 09:24:46 2006 From: mjh@icir.org (Mark Handley) Date: Tue, 7 Mar 2006 09:24:46 GMT Subject: [Xorp-cvs] XORP cvs commit: www Message-ID: <200603070924.k279Okn1080625@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: www Changes by: mjh@xorpc.icir.org 2006-03-07 09:24:46 UTC XORP CVS repository Modified files: . xorp.css Log message: Set default foreground colour to black Bug found by: Stéphane Chausson Revision Changes Path 1.8 +1 -0; commitid: 13ad0440d513e7ea6; www/xorp.css From pavlin@icir.org Tue Mar 7 10:11:16 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Tue, 7 Mar 2006 10:11:16 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/libxorp Message-ID: <200603071011.k27ABGxi081491@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-07 10:11:16 UTC XORP CVS repository Modified files: libxorp strptime.c Log message: Compilation fix for NetBSD-3.0 Revision Changes Path 1.8 +3 -2; commitid: 13e3a440d5c3b7ea6; xorp/libxorp/strptime.c From mjh@icir.org Tue Mar 7 10:25:44 2006 From: mjh@icir.org (Mark Handley) Date: Tue, 7 Mar 2006 10:25:44 GMT Subject: [Xorp-cvs] XORP cvs commit: www Message-ID: <200603071025.k27APiPp081766@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: www Changes by: mjh@xorpc.icir.org 2006-03-07 10:25:44 UTC XORP CVS repository Modified files: . xorp.css Log message: fix the fix (missing semi-colon) Revision Changes Path 1.9 +1 -1; commitid: 13f4d440d5f9b7ea6; www/xorp.css From pavlin@icir.org Tue Mar 7 17:57:36 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Tue, 7 Mar 2006 17:57:36 GMT Subject: [Xorp-cvs] XORP cvs commit: www www/html_src Message-ID: <200603071757.k27HvaSf091845@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: www Changes by: pavlin@xorpc.icir.org 2006-03-07 17:57:35 UTC XORP CVS repository Modified files: . faq.html html_src faq.html Log message: Fix a typo: remove an extra "code". Bug found by: "Mangaldeep Sandhu" Revision Changes Path 1.25 +2 -2; commitid: 1667d440dc9617ea6; www/faq.html 1.7 +1 -1; commitid: 1667d440dc9617ea6; www/html_src/faq.html From pavlin@icir.org Tue Mar 7 19:29:47 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Tue, 7 Mar 2006 19:29:47 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp Message-ID: <200603071929.k27JTl1T093361@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-07 19:29:47 UTC XORP CVS repository Modified files: . BUILD_NOTES Log message: Update notes about "python" installation. Revision Changes Path 1.42 +10 -3; commitid: 16c98440ddf1c7ea6; xorp/BUILD_NOTES From atanu@icir.org Tue Mar 7 20:30:20 2006 From: atanu@icir.org (Atanu Ghosh) Date: Tue, 7 Mar 2006 20:30:20 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/rtrmgr Message-ID: <200603072030.k27KUJM2049508@xorpc.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: atanu@xorpc.icir.org 2006-03-07 20:30:19 UTC XORP CVS repository Modified files: rtrmgr config.boot.sample Log message: POLICIES: 1) Introduce connected and static export policies. RIB: 1) Export the connected policy OSPF: 1) New entry with most configuration options. BGP: 1) Traceoptions. 2) Route reflection. 3) Confederations. Revision Changes Path 1.34 +166 -9; commitid: c0ee440ded5a7ea6; xorp/rtrmgr/config.boot.sample From atanu@icir.org Tue Mar 7 20:51:09 2006 From: atanu@icir.org (Atanu Ghosh) Date: Tue, 7 Mar 2006 20:51:09 GMT Subject: [Xorp-cvs] XORP cvs commit: www www/html_src Message-ID: <200603072051.k27Kp9WN051117@xorpc.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: www Changes by: atanu@xorpc.icir.org 2006-03-07 20:51:09 UTC XORP CVS repository Modified files: . getting_started.html html_src getting_started.html Log message: In the RIP section give examples of how to use policy to export routes. Revision Changes Path 1.57 +33 -13; commitid: c77b440df23a7ea6; www/getting_started.html 1.29 +32 -12; commitid: c77b440df23a7ea6; www/html_src/getting_started.html From atanu@icir.org Tue Mar 7 20:59:26 2006 From: atanu@icir.org (Atanu Ghosh) Date: Tue, 7 Mar 2006 20:59:26 GMT Subject: [Xorp-cvs] XORP cvs commit: www www/html_src Message-ID: <200603072059.k27KxQTJ051347@xorpc.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: www Changes by: atanu@xorpc.icir.org 2006-03-07 20:59:26 UTC XORP CVS repository Modified files: . getting_started.html html_src getting_started.html Log message: redistribute -> export Revision Changes Path 1.58 +2 -2; commitid: c863440df42c7ea6; www/getting_started.html 1.30 +1 -1; commitid: c863440df42c7ea6; www/html_src/getting_started.html From atanu@icir.org Tue Mar 7 21:32:06 2006 From: atanu@icir.org (Atanu Ghosh) Date: Tue, 7 Mar 2006 21:32:06 GMT Subject: [Xorp-cvs] XORP cvs commit: www www/html_src Message-ID: <200603072132.k27LW6j7051888@xorpc.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: www Changes by: atanu@xorpc.icir.org 2006-03-07 21:32:06 UTC XORP CVS repository Modified files: . getting_started.html html_src getting_started.html Log message: Add a section of configuring OSPF. Revision Changes Path 1.59 +32 -1; commitid: ca80440dfbd47ea6; www/getting_started.html 1.31 +31 -0; commitid: ca80440dfbd47ea6; www/html_src/getting_started.html From atanu@icir.org Tue Mar 7 22:28:40 2006 From: atanu@icir.org (Atanu Ghosh) Date: Tue, 7 Mar 2006 22:28:40 GMT Subject: [Xorp-cvs] XORP cvs commit: www www/html_src Message-ID: <200603072228.k27MSelL052820@xorpc.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: www Changes by: atanu@xorpc.icir.org 2006-03-07 22:28:40 UTC XORP CVS repository Modified files: . getting_started.html html_src getting_started.html Log message: It is no longer necessary or sensible to redistribute rip routes back to rip. Revision Changes Path 1.60 +2 -3; commitid: ce24440e09167ea6; www/getting_started.html 1.32 +1 -2; commitid: ce24440e09167ea6; www/html_src/getting_started.html From atanu@icir.org Tue Mar 7 22:30:05 2006 From: atanu@icir.org (Atanu Ghosh) Date: Tue, 7 Mar 2006 22:30:05 GMT Subject: [Xorp-cvs] XORP cvs commit: www www/html_src Message-ID: <200603072230.k27MU57b052913@xorpc.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: www Changes by: atanu@xorpc.icir.org 2006-03-07 22:30:05 UTC XORP CVS repository Modified files: . getting_started.html html_src getting_started.html Log message: Remove spurious ",". Revision Changes Path 1.61 +2 -2; commitid: ce7a440e09687ea6; www/getting_started.html 1.33 +1 -1; commitid: ce7a440e09687ea6; www/html_src/getting_started.html From atanu@icir.org Tue Mar 7 22:38:06 2006 From: atanu@icir.org (Atanu Ghosh) Date: Tue, 7 Mar 2006 22:38:06 GMT Subject: [Xorp-cvs] XORP cvs commit: www www/html_src Message-ID: <200603072238.k27Mc6HT053096@xorpc.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: www Changes by: atanu@xorpc.icir.org 2006-03-07 22:38:06 UTC XORP CVS repository Modified files: . getting_started.html html_src getting_started.html Log message: From RC-1.2 RIP uses policy to export routes not RC-1.1. Revision Changes Path 1.62 +2 -2; commitid: cf38440e0b4d7ea6; www/getting_started.html 1.34 +1 -1; commitid: cf38440e0b4d7ea6; www/html_src/getting_started.html From mjh@icir.org Wed Mar 8 00:15:03 2006 From: mjh@icir.org (Mark Handley) Date: Wed, 8 Mar 2006 00:15:03 GMT Subject: [Xorp-cvs] XORP cvs commit: www www/html_src Message-ID: <200603080015.k280F3Jf054335@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: www Changes by: mjh@xorpc.icir.org 2006-03-08 00:15:03 UTC XORP CVS repository Modified files: . news.html html_src news.html Log message: Add recent press coverage. Revision Changes Path 1.16 +13 -0; commitid: d40a440e21ef7ea6; www/html_src/news.html 1.48 +14 -1; commitid: d40a440e21ef7ea6; www/news.html From pavlin@icir.org Wed Mar 8 00:18:03 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Wed, 8 Mar 2006 00:18:03 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp Message-ID: <200603080018.k280I351054413@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-08 00:18:03 UTC XORP CVS repository Modified files: . README Log message: Prepare README for the 1.2 release: * Update the release version number. * Add the URL to the XORP user manual online. * Cleanup some of the text formatting. * Update the text description for some of the XORP directories: add "ospf" entry, move the "policy" entry to the list of stuff that actually matters, etc. * Downgrade the status of "contrib/ospfd" from "not supported with this release" to "not supported anymore". * Add Andrea Bittau to the list of core developers. * Add Vyatta to the list of sponsors. Revision Changes Path 1.39 +22 -17; commitid: d402440e21ad7ea6; xorp/README From pavlin@icir.org Wed Mar 8 00:30:19 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Wed, 8 Mar 2006 00:30:19 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp Message-ID: <200603080030.k280UJ1p054663@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-08 00:30:19 UTC XORP CVS repository Modified files: . README Log message: * BGP I-D -> RFC 4271 * Near-term future plans OSPF -> OSPFv3 Submitted by: Atanu Ghosh Revision Changes Path 1.40 +3 -3; commitid: d530440e25737ea6; xorp/README From pavlin@icir.org Wed Mar 8 00:57:09 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Wed, 8 Mar 2006 00:57:09 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp Message-ID: <200603080057.k280v9BX056698@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-08 00:57:09 UTC XORP CVS repository Modified files: . RELEASE_NOTES Log message: Prepare the release notes for the 1.2 release. Revision Changes Path 1.98 +13 -8; commitid: dd5e440e2bd57ea6; xorp/RELEASE_NOTES From pavlin@icir.org Wed Mar 8 01:09:08 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Wed, 8 Mar 2006 01:09:08 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/libxorp Message-ID: <200603080109.k28198Qp059225@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-08 01:09:08 UTC XORP CVS repository Modified files: libxorp TODO Log message: Remove a TODO entry that is already done. Revision Changes Path 1.6 +1 -3; commitid: e6f9440e2ea67ea6; xorp/libxorp/TODO From pavlin@icir.org Wed Mar 8 01:19:07 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Wed, 8 Mar 2006 01:19:07 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp Message-ID: <200603080119.k281J7uM061548@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-08 01:19:07 UTC XORP CVS repository Modified files: . TODO Log message: Refactor a TODO entry. Revision Changes Path 1.17 +4 -2; commitid: f02c440e30ff7ea6; xorp/TODO From pavlin@icir.org Wed Mar 8 02:22:31 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Wed, 8 Mar 2006 02:22:31 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp Message-ID: <200603080222.k282MV0S069907@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-08 02:22:31 UTC XORP CVS repository Modified files: . RELEASE_NOTES Log message: Add Linux Fedora Core4 to the list of new platforms that XORP runs on. Revision Changes Path 1.99 +2 -2; commitid: 110fa440e3fd47ea6; xorp/RELEASE_NOTES From pavlin@icir.org Wed Mar 8 02:23:23 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Wed, 8 Mar 2006 02:23:23 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp xorp/mibs Message-ID: <200603080223.k282NNAu069995@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-08 02:23:23 UTC XORP CVS repository Modified files: . VERSION configure.in configure mibs configure configure.in Log message: Update version: 1.2-RC -> 1.2 Revision Changes Path 1.11 +1 -1; commitid: 11134440e400b7ea6; xorp/VERSION 1.179 +11 -11; commitid: 11134440e400b7ea6; xorp/configure 1.157 +4 -4; commitid: 11134440e400b7ea6; xorp/configure.in 1.30 +2 -2; commitid: 11134440e400b7ea6; xorp/mibs/configure 1.14 +3 -3; commitid: 11134440e400b7ea6; xorp/mibs/configure.in From pavlin@icir.org Wed Mar 8 02:24:24 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Wed, 8 Mar 2006 02:24:24 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/cli xorp/fea xorp/mld6igmp xorp/pim Message-ID: <200603080224.k282OOe5070113@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-08 02:24:24 UTC XORP CVS repository Modified files: cli README fea README README.mfea mld6igmp README pim README Log message: Update the README files in preparation for the 1.2 release. Revision Changes Path 1.12 +2 -2; commitid: 11187440e404c7ea6; xorp/cli/README 1.8 +6 -7; commitid: 11187440e404c7ea6; xorp/fea/README 1.17 +6 -4; commitid: 11187440e404c7ea6; xorp/fea/README.mfea 1.16 +3 -1; commitid: 11187440e404c7ea6; xorp/mld6igmp/README 1.30 +16 -5; commitid: 11187440e404c7ea6; xorp/pim/README From pavlin@icir.org Wed Mar 8 02:36:16 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Wed, 8 Mar 2006 02:36:16 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp Message-ID: <200603080236.k282aGoJ070341@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-08 02:36:16 UTC XORP CVS repository Modified files: . TODO Log message: Add a TODO entry. Revision Changes Path 1.18 +5 -2; commitid: 112ac440e431c7ea6; xorp/TODO From pavlin@icir.org Wed Mar 8 02:38:03 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Wed, 8 Mar 2006 02:38:03 GMT Subject: [Xorp-cvs] XORP cvs commit: www www/html_src Message-ID: <200603080238.k282c3Sf070422@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: www Changes by: pavlin@xorpc.icir.org 2006-03-08 02:38:03 UTC XORP CVS repository Modified files: . status.html html_src status.html Log message: * Update the release number * Update the SNMP status and remove release-1.1 specific text. Revision Changes Path 1.13 +4 -5; commitid: 112d7440e433d7ea6; www/html_src/status.html 1.24 +5 -6; commitid: 112d7440e433d7ea6; www/status.html From pavlin@icir.org Wed Mar 8 02:49:33 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Wed, 8 Mar 2006 02:49:33 GMT Subject: [Xorp-cvs] XORP cvs commit: www www/html_src Message-ID: <200603080249.k282nXKZ070672@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: www Changes by: pavlin@xorpc.icir.org 2006-03-08 02:49:33 UTC XORP CVS repository Modified files: . design_docs.html html_src design_docs.html Log message: Update the documents version, date, and URL in preparation for the 1.2 release. Revision Changes Path 1.19 +76 -76; commitid: 113d1440e460c7ea6; www/design_docs.html 1.5 +75 -75; commitid: 113d1440e460c7ea6; www/html_src/design_docs.html From pavlin@icir.org Wed Mar 8 03:01:05 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Wed, 8 Mar 2006 03:01:05 GMT Subject: [Xorp-cvs] XORP cvs commit: www www/html_src Message-ID: <200603080301.k28315gH070955@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: www Changes by: pavlin@xorpc.icir.org 2006-03-08 03:01:05 UTC XORP CVS repository Modified files: . downloads.html html_src downloads.html Log message: * Update the 1.2-RC entry to 1.2 * Remove the release candidates from the "Earlier Releases" list, because they are not real releases. * Minor nits. Revision Changes Path 1.46 +13 -33; commitid: 114bd440e488a7ea6; www/downloads.html 1.16 +12 -32; commitid: 114bd440e488a7ea6; www/html_src/downloads.html From pavlin@icir.org Wed Mar 8 03:41:34 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Wed, 8 Mar 2006 03:41:34 GMT Subject: [Xorp-cvs] XORP cvs commit: www/html_src Message-ID: <200603080341.k283fYvs071575@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: www Changes by: pavlin@xorpc.icir.org 2006-03-08 03:41:34 UTC XORP CVS repository Modified files: html_src getting_started.html Log message: Minor nits and updates in preparation for the 1.2. release. Revision Changes Path 1.35 +14 -14; commitid: 1177e440e52627ea6; www/html_src/getting_started.html From pavlin@icir.org Wed Mar 8 03:51:35 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Wed, 8 Mar 2006 03:51:35 GMT Subject: [Xorp-cvs] XORP cvs commit: www Message-ID: <200603080351.k283pZes071888@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: www Changes by: pavlin@xorpc.icir.org 2006-03-08 03:51:35 UTC XORP CVS repository Modified files: . getting_started.html Log message: Regenerate. Revision Changes Path 1.63 +15 -15; commitid: 118b7440e54c37ea6; www/getting_started.html From pavlin@icir.org Wed Mar 8 03:58:25 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Wed, 8 Mar 2006 03:58:25 GMT Subject: [Xorp-cvs] XORP cvs commit: www www/html_src Message-ID: <200603080358.k283wPnJ072110@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: www Changes by: pavlin@xorpc.icir.org 2006-03-08 03:58:25 UTC XORP CVS repository Modified files: . index.html html_src index.html Log message: * Update text: 1.2-RC -> 1.2 * Minor formatting Revision Changes Path 1.21 +6 -5; commitid: 11980440e564e7ea6; www/html_src/index.html 1.74 +7 -6; commitid: 11980440e564e7ea6; www/index.html From atanu@icir.org Wed Mar 8 06:23:12 2006 From: atanu@icir.org (Atanu Ghosh) Date: Wed, 8 Mar 2006 06:23:12 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/docs/user_manual Message-ID: <200603080623.k286NCjD074106@xorpc.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: atanu@xorpc.icir.org 2006-03-08 06:23:12 UTC XORP CVS repository Modified files: docs/user_manual config_overview.tex Log message: Update the example for exporting routes into RIP, from release 1.2-RC policy is used. Copied the example from getting_started.html. Revision Changes Path 1.17 +39 -24; commitid: 1215f440e784f7ea6; xorp/docs/user_manual/config_overview.tex From atanu@icir.org Wed Mar 8 06:35:58 2006 From: atanu@icir.org (Atanu Ghosh) Date: Wed, 8 Mar 2006 06:35:58 GMT Subject: [Xorp-cvs] XORP cvs commit: www www/html_src Message-ID: <200603080635.k286ZwBp074449@xorpc.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: www Changes by: atanu@xorpc.icir.org 2006-03-08 06:35:58 UTC XORP CVS repository Modified files: . getting_started.html html_src getting_started.html Log message: Fix a typo. Revision Changes Path 1.64 +2 -2; commitid: 122a1440e7b4c7ea6; www/getting_started.html 1.36 +1 -1; commitid: 122a1440e7b4c7ea6; www/html_src/getting_started.html From atanu@icir.org Wed Mar 8 06:44:48 2006 From: atanu@icir.org (Atanu Ghosh) Date: Wed, 8 Mar 2006 06:44:48 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/docs/user_manual Message-ID: <200603080644.k286imQr074668@xorpc.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: atanu@xorpc.icir.org 2006-03-08 06:44:48 UTC XORP CVS repository Modified files: docs/user_manual config_overview.tex Log message: Add a section for OSPF based on getting_started.html. Revision Changes Path 1.18 +41 -1; commitid: 12391440e7d607ea6; xorp/docs/user_manual/config_overview.tex From atanu@icir.org Wed Mar 8 06:53:31 2006 From: atanu@icir.org (Atanu Ghosh) Date: Wed, 8 Mar 2006 06:53:31 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/docs/user_manual Message-ID: <200603080653.k286rVIO074932@xorpc.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: atanu@xorpc.icir.org 2006-03-08 06:53:31 UTC XORP CVS repository Modified files: docs/user_manual unicast_routing.tex Log message: In the admin distance section remove the when implemented in reference to OSPF. Revision Changes Path 1.8 +2 -2; commitid: 12499440e7f6a7ea6; xorp/docs/user_manual/unicast_routing.tex From atanu@icir.org Wed Mar 8 06:55:23 2006 From: atanu@icir.org (Atanu Ghosh) Date: Wed, 8 Mar 2006 06:55:23 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/docs/user_manual Message-ID: <200603080655.k286tN0q075020@xorpc.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: atanu@xorpc.icir.org 2006-03-08 06:55:23 UTC XORP CVS repository Modified files: docs/user_manual unicast_routing.tex Log message: Remove the reference to the policy mechanism being experimental. Revision Changes Path 1.9 +3 -3; commitid: 124f1440e7fda7ea6; xorp/docs/user_manual/unicast_routing.tex From atanu@icir.org Wed Mar 8 08:14:10 2006 From: atanu@icir.org (Atanu Ghosh) Date: Wed, 8 Mar 2006 08:14:10 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/docs/user_manual Message-ID: <200603080814.k288EAxc076271@xorpc.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: atanu@xorpc.icir.org 2006-03-08 08:14:09 UTC XORP CVS repository Modified files: docs/user_manual rip.tex Log message: RIP now uses policy to export routes update the text and examples. Revision Changes Path 1.13 +41 -54; commitid: 129d4440e92507ea6; xorp/docs/user_manual/rip.tex From atanu@icir.org Wed Mar 8 08:19:39 2006 From: atanu@icir.org (Atanu Ghosh) Date: Wed, 8 Mar 2006 08:19:39 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/docs/user_manual Message-ID: <200603080819.k288Jdfb076400@xorpc.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: atanu@xorpc.icir.org 2006-03-08 08:19:39 UTC XORP CVS repository Modified files: docs/user_manual bgp.tex Log message: BGP finally has an RFC 4271. Revision Changes Path 1.16 +3 -4; commitid: 12a55440e939a7ea6; xorp/docs/user_manual/bgp.tex From atanu@icir.org Wed Mar 8 08:34:54 2006 From: atanu@icir.org (Atanu Ghosh) Date: Wed, 8 Mar 2006 08:34:54 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp Message-ID: <200603080834.k288YsVr076604@xorpc.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: atanu@xorpc.icir.org 2006-03-08 08:34:54 UTC XORP CVS repository Modified files: . README Log message: Add a reference to the BGP mib. Revision Changes Path 1.41 +3 -1; commitid: 12b21440e972d7ea6; xorp/README From atanu@icir.org Wed Mar 8 08:38:35 2006 From: atanu@icir.org (Atanu Ghosh) Date: Wed, 8 Mar 2006 08:38:35 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/docs/user_manual Message-ID: <200603080838.k288cZ8B076683@xorpc.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: atanu@xorpc.icir.org 2006-03-08 08:38:35 UTC XORP CVS repository Modified files: docs/user_manual bgp.tex Log message: Update the list of supported standards for BGP. Revision Changes Path 1.17 +10 -8; commitid: 12b70440e980b7ea6; xorp/docs/user_manual/bgp.tex From atanu@icir.org Wed Mar 8 10:03:03 2006 From: atanu@icir.org (Atanu Ghosh) Date: Wed, 8 Mar 2006 10:03:03 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/docs/user_manual Message-ID: <200603081003.k28A33uj077792@xorpc.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: atanu@xorpc.icir.org 2006-03-08 10:03:03 UTC XORP CVS repository Modified files: docs/user_manual bgp.tex Log message: Add configuration information for route reflection, confederations and DelayOpenTime. Revision Changes Path 1.18 +33 -4; commitid: 12fc5440eabd67ea6; xorp/docs/user_manual/bgp.tex From atanu@icir.org Wed Mar 8 10:08:27 2006 From: atanu@icir.org (Atanu Ghosh) Date: Wed, 8 Mar 2006 10:08:27 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/docs/user_manual Message-ID: <200603081008.k28A8RPK077910@xorpc.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: atanu@xorpc.icir.org 2006-03-08 10:08:27 UTC XORP CVS repository Modified files: docs/user_manual policy.tex Log message: In policy the protocol name for static routes is now "static" was "static_routes". Revision Changes Path 1.3 +6 -6; commitid: 1303b440ead1a7ea6; xorp/docs/user_manual/policy.tex From atanu@icir.org Wed Mar 8 10:12:30 2006 From: atanu@icir.org (Atanu Ghosh) Date: Wed, 8 Mar 2006 10:12:30 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/docs/user_manual Message-ID: <200603081012.k28ACUrD078008@xorpc.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: atanu@xorpc.icir.org 2006-03-08 10:12:30 UTC XORP CVS repository Added files: docs/user_manual tab.sh Log message: Convert a XORP configuration file into the tabbing form that we are using for latex. Revision Changes Path 1.1 +8 -0 xorp/docs/user_manual/tab.sh (new) From atanu@icir.org Wed Mar 8 10:32:02 2006 From: atanu@icir.org (Atanu Ghosh) Date: Wed, 8 Mar 2006 10:32:02 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/docs/user_manual Message-ID: <200603081032.k28AW2M8078287@xorpc.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: atanu@xorpc.icir.org 2006-03-08 10:32:02 UTC XORP CVS repository Modified files: docs/user_manual Makefile.am Makefile.in glossary.tex user_manual.tex Added files: docs/user_manual ospf.tex Log message: Add an OSPF chapter empty at the moment, point the OSPF glossary entry to this chapter. Revision Changes Path 1.8 +2 -1; commitid: 131ac440eb2a17ea6; xorp/docs/user_manual/Makefile.am 1.14 +1 -1; commitid: 131ac440eb2a17ea6; xorp/docs/user_manual/Makefile.in 1.4 +3 -2; commitid: 131ac440eb2a17ea6; xorp/docs/user_manual/glossary.tex 1.1 +21 -0 xorp/docs/user_manual/ospf.tex (new) 1.15 +2 -1; commitid: 131ac440eb2a17ea6; xorp/docs/user_manual/user_manual.tex From zec@icir.org Wed Mar 8 17:17:50 2006 From: zec@icir.org (Marko Zec) Date: Wed, 8 Mar 2006 17:17:50 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/docs/user_manual Message-ID: <200603081717.k28HHoG3086133@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: zec@xorpc.icir.org 2006-03-08 17:17:50 UTC XORP CVS repository Modified files: docs/user_manual policy.tex Log message: Add "was-aggregated" and "aggregate-prefix-len" to tables of BGP specific match conditions and actions respectively. Revision Changes Path 1.4 +5 -1; commitid: 1503b440f11867ea6; xorp/docs/user_manual/policy.tex From zec@icir.org Wed Mar 8 17:58:52 2006 From: zec@icir.org (Marko Zec) Date: Wed, 8 Mar 2006 17:58:52 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/docs/user_manual Message-ID: <200603081758.k28Hwq2F087010@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: zec@xorpc.icir.org 2006-03-08 17:58:52 UTC XORP CVS repository Modified files: docs/user_manual policy.tex Log message: Add a paragraph briefly describing u32/IPv4/IPv6 ranges. Document that med and localpref can be matched against u32ranges. Revision Changes Path 1.5 +44 -3; commitid: 153c5440f1af17ea6; xorp/docs/user_manual/policy.tex From zec@icir.org Wed Mar 8 18:08:18 2006 From: zec@icir.org (Marko Zec) Date: Wed, 8 Mar 2006 18:08:18 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/docs/user_manual Message-ID: <200603081808.k28I8Iw0087183@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: zec@xorpc.icir.org 2006-03-08 18:08:18 UTC XORP CVS repository Modified files: docs/user_manual policy.tex Log message: Fix a typo in previous commit: 1000 -> 100 Revision Changes Path 1.6 +2 -2; commitid: 15460440f1d757ea6; xorp/docs/user_manual/policy.tex From zec@icir.org Wed Mar 8 18:56:02 2006 From: zec@icir.org (Marko Zec) Date: Wed, 8 Mar 2006 18:56:02 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp Message-ID: <200603081856.k28Iu2S3087899@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: zec@xorpc.icir.org 2006-03-08 18:56:02 UTC XORP CVS repository Modified files: . ERRATA Log message: Document the consistency problem associated with decomposing of replace_route() messages into sequences of delete() and add(), which can happen in aggregation table if aggregation is configured. Requested by: Atanu Revision Changes Path 1.26 +7 -1; commitid: 15725440f281d7ea6; xorp/ERRATA From pavlin@icir.org Wed Mar 8 19:23:10 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Wed, 8 Mar 2006 19:23:10 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/etc/templates Message-ID: <200603081923.k28JNAWY088447@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-08 19:23:09 UTC XORP CVS repository Modified files: etc/templates ospfv2.cmds ospfv2.tp Log message: Replace "neighbour" with "neighbor" in the configuration statements, operational commands and help strings for consistency with other router vendors. This also fixes Bugzilla entry #469 Bugzilla URL: http://www.xorp.org/bugzilla/show_bug.cgi?id=469 Approved by: Atanu Ghosh Revision Changes Path 1.9 +14 -14; commitid: 15964440f2e8c7ea6; xorp/etc/templates/ospfv2.cmds 1.46 +9 -9; commitid: 15964440f2e8c7ea6; xorp/etc/templates/ospfv2.tp From pavlin@icir.org Wed Mar 8 19:26:35 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Wed, 8 Mar 2006 19:26:35 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/docs/user_manual Message-ID: <200603081926.k28JQZ2E088552@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-08 19:26:35 UTC XORP CVS repository Modified files: docs/user_manual rip.tex Log message: Change the spelling of "neighbour" to "neighbor" (in an initial attempt to use consistent spelling everywhere). Revision Changes Path 1.14 +3 -3; commitid: 159a3440f2f767ea6; xorp/docs/user_manual/rip.tex From bms@icir.org Wed Mar 8 19:44:25 2006 From: bms@icir.org (Bruce Simpson) Date: Wed, 8 Mar 2006 19:44:25 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/contrib/win32/installer Message-ID: <200603081944.k28JiPMw088843@xorpc.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: bms@xorpc.icir.org 2006-03-08 19:44:25 UTC XORP CVS repository Modified files: contrib/win32/installer xorp.nsi Log message: Amend binary path to reflect the fact I'm building XORP's SETUP.EXE from mainline CVS, not Perforce, at the moment. Revision Changes Path 1.3 +2 -2; commitid: 15aed440f33f67ea6; xorp/contrib/win32/installer/xorp.nsi From pavlin@icir.org Wed Mar 8 20:03:34 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Wed, 8 Mar 2006 20:03:34 GMT Subject: [Xorp-cvs] XORP cvs commit: www www/html_src Message-ID: <200603082003.k28K3Ytj089176@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: www Changes by: pavlin@xorpc.icir.org 2006-03-08 20:03:34 UTC XORP CVS repository Modified files: . livecd.html html_src livecd.html Log message: Update text for the forthcoming 1.2 release. Revision Changes Path 1.11 +5 -3; commitid: 15c26440f388c7ea6; www/html_src/livecd.html 1.35 +6 -4; commitid: 15c26440f388c7ea6; www/livecd.html From pavlin@icir.org Wed Mar 8 20:12:39 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Wed, 8 Mar 2006 20:12:39 GMT Subject: [Xorp-cvs] XORP cvs commit: www www/html_src Message-ID: <200603082012.k28KCdEg089468@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: www Changes by: pavlin@xorpc.icir.org 2006-03-08 20:12:39 UTC XORP CVS repository Modified files: . snmp.html html_src snmp.html Log message: Add a paragraph that the XORP SNMP support has not been tested yet on NetBSD, OpenBSD, MacOS X and Windows. Revision Changes Path 1.5 +4 -0; commitid: 15d49440f3a987ea6; www/html_src/snmp.html 1.12 +5 -1; commitid: 15d49440f3a987ea6; www/snmp.html From pavlin@icir.org Wed Mar 8 20:19:14 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Wed, 8 Mar 2006 20:19:14 GMT Subject: [Xorp-cvs] XORP cvs commit: www www/html_src Message-ID: <200603082019.k28KJEdc089605@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: www Changes by: pavlin@xorpc.icir.org 2006-03-08 20:19:14 UTC XORP CVS repository Modified files: . status.html html_src status.html Log message: Add a pointer to the snmp.html page for known issues with SMMP. Revision Changes Path 1.14 +1 -1; commitid: 15dcf440f3c277ea6; www/html_src/status.html 1.25 +2 -2; commitid: 15dcf440f3c277ea6; www/status.html From pavlin@icir.org Wed Mar 8 20:26:34 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Wed, 8 Mar 2006 20:26:34 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp Message-ID: <200603082026.k28KQYRb089791@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-08 20:26:34 UTC XORP CVS repository Modified files: . BUILD_NOTES Log message: * Update the build notes for FreeBSD-6.0 on amd64, for Linux Fedora Core4, and for Mac OS X 10.4.5 * Add build notes for FreeBSD-6.1 (BETA3), NetBSD-3.0, and OpenBSD-3.8 Revision Changes Path 1.43 +26 -10; commitid: 15e56440f3cf17ea6; xorp/BUILD_NOTES From pavlin@icir.org Wed Mar 8 21:59:58 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Wed, 8 Mar 2006 21:59:58 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp Message-ID: <200603082159.k28LxwcW090919@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-08 21:59:58 UTC XORP CVS repository Modified files: . ERRATA Log message: * Update one of the errata entries for FEA/MFEA (the kernel "Oops" issue doesn't seem to appear in more recent Linux kernels. * Reformat the text with 72 character-wide output, add extra spaces, etc. Revision Changes Path 1.27 +99 -106; commitid: 1630e440f53747ea6; xorp/ERRATA From atanu@icir.org Wed Mar 8 22:27:35 2006 From: atanu@icir.org (Atanu Ghosh) Date: Wed, 8 Mar 2006 22:27:35 GMT Subject: [Xorp-cvs] XORP cvs commit: www www/html_src Message-ID: <200603082227.k28MRZUv091284@xorpc.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: www Changes by: atanu@xorpc.icir.org 2006-03-08 22:27:35 UTC XORP CVS repository Modified files: . getting_started.html html_src getting_started.html Log message: Clarify that the meaning of the "export" keyword has changed in RIP. Revision Changes Path 1.65 +4 -9; commitid: 16464440f5a567ea6; www/getting_started.html 1.37 +3 -8; commitid: 16464440f5a567ea6; www/html_src/getting_started.html From pavlin@icir.org Wed Mar 8 22:34:42 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Wed, 8 Mar 2006 22:34:42 GMT Subject: [Xorp-cvs] XORP cvs commit: www www/html_src Message-ID: <200603082234.k28MYgrt091415@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: www Changes by: pavlin@xorpc.icir.org 2006-03-08 22:34:42 UTC XORP CVS repository Modified files: . getting_started.html html_src getting_started.html Log message: Minor edits: "" -> "" for consistency with the rest of the page, etc. Revision Changes Path 1.66 +7 -7; commitid: 164e1440f5bc87ea6; www/getting_started.html 1.38 +6 -6; commitid: 164e1440f5bc87ea6; www/html_src/getting_started.html From pavlin@icir.org Wed Mar 8 22:44:04 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Wed, 8 Mar 2006 22:44:04 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/docs/user_manual Message-ID: <200603082244.k28Mi4Eg091607@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-08 22:44:04 UTC XORP CVS repository Modified files: docs/user_manual config_overview.tex Log message: Sync the text with recent changes to the "Getting Started" Web page: * Remove a reference to the 1.0 release candidate, because this is not a real release. * Update the wording for the "export" statement in the RIP configuration section. Revision Changes Path 1.19 +4 -8; commitid: 165b6440f5dce7ea6; xorp/docs/user_manual/config_overview.tex From pavlin@icir.org Wed Mar 8 22:58:01 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Wed, 8 Mar 2006 22:58:01 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/docs/bgp Message-ID: <200603082258.k28Mw1QM091869@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-08 22:58:01 UTC XORP CVS repository Modified files: docs/bgp bgp.tex Log message: Update the date and the version for release 1.2. Note that the text itself needs to be revised and make sure t is up to date. Approved by: Atanu Ghosh Revision Changes Path 1.16 +3 -3; commitid: 166a0440f61377ea6; xorp/docs/bgp/bgp.tex From pavlin@icir.org Wed Mar 8 23:00:06 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Wed, 8 Mar 2006 23:00:06 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/docs/test_harness Message-ID: <200603082300.k28N06ud091942@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-08 23:00:06 UTC XORP CVS repository Modified files: docs/test_harness test_harness.tex Log message: Update the date and the version for release 1.2. The text should be up to date according to the document's author. Approved by: Atanu Ghosh Revision Changes Path 1.33 +2 -2; commitid: 166f7440f61887ea6; xorp/docs/test_harness/test_harness.tex From pavlin@icir.org Wed Mar 8 23:08:41 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Wed, 8 Mar 2006 23:08:41 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/docs/user_manual Message-ID: <200603082308.k28N8fcJ092679@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-08 23:08:41 UTC XORP CVS repository Modified files: docs/user_manual rip.tex Log message: Update the wording for the "export" statement in the RIP configuration. Revision Changes Path 1.15 +6 -6; commitid: 169a1440f63e47ea6; xorp/docs/user_manual/rip.tex From pavlin@icir.org Wed Mar 8 23:41:20 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Wed, 8 Mar 2006 23:41:20 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/docs/design_arch Message-ID: <200603082341.k28NfKd1097785@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-08 23:41:20 UTC XORP CVS repository Modified files: docs/design_arch design_arch.tex Log message: * Update the status: now we have our own OSPF implementation, now we support Windows Server 2003 forwarding path, and we have routing policy. * Bump-up the date and the document version. Revision Changes Path 1.18 +36 -19; commitid: 17dd5440f6b627ea6; xorp/docs/design_arch/design_arch.tex From pavlin@icir.org Wed Mar 8 23:54:48 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Wed, 8 Mar 2006 23:54:48 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/docs/design_arch Message-ID: <200603082354.k28Nsm8N098023@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-08 23:54:48 UTC XORP CVS repository Modified files: docs/design_arch error_handling.tex Log message: * Add a footnote that currently the policy manager process is not described in the document. * Update the date and the version to 1.2. Revision Changes Path 1.36 +12 -9; commitid: 17ece440f6e9c7ea6; xorp/docs/design_arch/error_handling.tex From pavlin@icir.org Thu Mar 9 00:18:08 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Thu, 9 Mar 2006 00:18:08 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/docs/fea Message-ID: <200603090018.k290I8cg098430@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-09 00:18:08 UTC XORP CVS repository Modified files: docs/fea fea.tex Log message: * Update the status: the FEA supports Windows Server 2003, and now the raw packet interface is in use. * Update the date and the version to 1.2 Revision Changes Path 1.17 +25 -22; commitid: 1805c440f73fa7ea6; xorp/docs/fea/fea.tex From pavlin@icir.org Thu Mar 9 00:20:26 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Thu, 9 Mar 2006 00:20:26 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/docs/historic Message-ID: <200603090020.k290KQXC098501@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-09 00:20:26 UTC XORP CVS repository Modified files: docs/historic README Log message: List the proof-of-concept logo. Revision Changes Path 1.3 +2 -1; commitid: 1809b440f74b37ea6; xorp/docs/historic/README From pavlin@icir.org Thu Mar 9 00:30:51 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Thu, 9 Mar 2006 00:30:51 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/docs/libxipc Message-ID: <200603090030.k290UpS2098735@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-09 00:30:51 UTC XORP CVS repository Modified files: docs/libxipc libxipc_overview.tex xrl_interfaces.tex Log message: Update the date and the version to 1.2 Revision Changes Path 1.15 +2 -2; commitid: 18191440f77357ea6; xorp/docs/libxipc/libxipc_overview.tex 1.18 +2 -2; commitid: 18191440f77357ea6; xorp/docs/libxipc/xrl_interfaces.tex From pavlin@icir.org Thu Mar 9 01:12:58 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Thu, 9 Mar 2006 01:12:58 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/docs/libxorp Message-ID: <200603090112.k291Cweo099458@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-09 01:12:58 UTC XORP CVS repository Modified files: docs/libxorp libxorp_overview.tex Log message: * Add description for files range.hh, tlv.hh, xorpfd.hh * Update the date and the version to 1.2 Revision Changes Path 1.23 +55 -7; commitid: 1845b440f807f7ea6; xorp/docs/libxorp/libxorp_overview.tex From pavlin@icir.org Thu Mar 9 01:23:29 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Thu, 9 Mar 2006 01:23:29 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/docs/mfea Message-ID: <200603090123.k291NTwZ099654@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-09 01:23:29 UTC XORP CVS repository Modified files: docs/mfea mfea_arch.tex Log message: Update the version to 1.2 and the date. Revision Changes Path 1.21 +9 -7; commitid: 1852d440f83877ea6; xorp/docs/mfea/mfea_arch.tex From pavlin@icir.org Thu Mar 9 01:27:23 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Thu, 9 Mar 2006 01:27:23 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/docs/mld6igmp Message-ID: <200603090127.k291RNAW099802@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-09 01:27:23 UTC XORP CVS repository Modified files: docs/mld6igmp mld6igmp_arch.tex Log message: Update the version to 1.2 and the date. Revision Changes Path 1.17 +8 -6; commitid: 185bb440f84747ea6; xorp/docs/mld6igmp/mld6igmp_arch.tex From pavlin@icir.org Thu Mar 9 01:30:59 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Thu, 9 Mar 2006 01:30:59 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/docs/multicast Message-ID: <200603090130.k291UxHA099905@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-09 01:30:59 UTC XORP CVS repository Modified files: docs/multicast multicast_arch.tex Log message: Update the version to 1.2 and the date. Revision Changes Path 1.18 +7 -5; commitid: 18628440f854c7ea6; xorp/docs/multicast/multicast_arch.tex From pavlin@icir.org Thu Mar 9 01:37:03 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Thu, 9 Mar 2006 01:37:03 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/docs/pim Message-ID: <200603090137.k291b3J5000162@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-09 01:37:03 UTC XORP CVS repository Modified files: docs/pim pim_arch.tex Log message: Update the version to 1.2 and the date. Revision Changes Path 1.21 +11 -9; commitid: 82440f86b87ea6; xorp/docs/pim/pim_arch.tex From pavlin@icir.org Thu Mar 9 01:41:36 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Thu, 9 Mar 2006 01:41:36 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/docs/pim_testsuite Message-ID: <200603090141.k291faDB000323@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-09 01:41:36 UTC XORP CVS repository Modified files: docs/pim_testsuite pim_testsuite.tex Log message: Update the version to 1.2 and the date. Revision Changes Path 1.40 +4 -3; commitid: 12a440f87c97ea6; xorp/docs/pim_testsuite/pim_testsuite.tex From pavlin@icir.org Thu Mar 9 01:45:29 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Thu, 9 Mar 2006 01:45:29 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/docs/rib Message-ID: <200603090145.k291jTn7000425@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-09 01:45:29 UTC XORP CVS repository Modified files: docs/rib rib.tex Log message: Update the version to 1.2 and the date. Revision Changes Path 1.20 +3 -3; commitid: 190440f88b27ea6; xorp/docs/rib/rib.tex From pavlin@icir.org Thu Mar 9 01:57:57 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Thu, 9 Mar 2006 01:57:57 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/docs/rtrmgr Message-ID: <200603090157.k291vvZw000594@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-09 01:57:57 UTC XORP CVS repository Modified files: docs/rtrmgr rtrmgr.tex Log message: * Remove page braking between subsections because it doesn't seem appropriate: e.g., it leaves too many pages that are almost blank. * Update the version to 1.2 and the date. Note that the text itself should be up to date with the various rtrmgr related changes since the previous release. Revision Changes Path 1.49 +3 -8; commitid: 20a440f8ab87ea6; xorp/docs/rtrmgr/rtrmgr.tex From pavlin@icir.org Thu Mar 9 02:00:23 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Thu, 9 Mar 2006 02:00:23 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/docs/snmp Message-ID: <200603090200.k2920NsH000705@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-09 02:00:23 UTC XORP CVS repository Modified files: docs/snmp snmp_overview.tex Log message: Update the version to 1.2 and the date. Revision Changes Path 1.24 +6 -4; commitid: 2a8440f8c307ea6; xorp/docs/snmp/snmp_overview.tex From pavlin@icir.org Thu Mar 9 02:11:58 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Thu, 9 Mar 2006 02:11:58 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/docs/xorpdev_101 Message-ID: <200603090211.k292BwKa000980@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-09 02:11:58 UTC XORP CVS repository Modified files: docs/xorpdev_101 xorpdev_101.tex Log message: * Minor fix in one of the static_routes sample code. * Update the version to 1.2 and the date. Revision Changes Path 1.14 +6 -4; commitid: 3b5440f8ed27ea6; xorp/docs/xorpdev_101/xorpdev_101.tex From pavlin@icir.org Thu Mar 9 02:13:46 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Thu, 9 Mar 2006 02:13:46 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/docs/user_manual Message-ID: <200603090213.k292DkhJ001055@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-09 02:13:46 UTC XORP CVS repository Modified files: docs/user_manual user_manual.tex Log message: Update the version to 1.2 and the date. Revision Changes Path 1.16 +3 -3; commitid: 402440f8f527ea6; xorp/docs/user_manual/user_manual.tex From pavlin@icir.org Thu Mar 9 02:17:56 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Thu, 9 Mar 2006 02:17:56 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/docs/xorpdev_101 Message-ID: <200603090217.k292HuQo001241@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-09 02:17:56 UTC XORP CVS repository Modified files: docs/xorpdev_101 xorpdev_101.tex Log message: Fix a typo. Revision Changes Path 1.15 +3 -3; commitid: 4bd440f904f7ea6; xorp/docs/xorpdev_101/xorpdev_101.tex From pavlin@icir.org Thu Mar 9 02:30:06 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Thu, 9 Mar 2006 02:30:06 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/devnotes Message-ID: <200603090230.k292U6cG001429@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-09 02:30:06 UTC XORP CVS repository Modified files: devnotes release_process.txt Log message: Fix words ordering. Revision Changes Path 1.42 +3 -3; commitid: 572440f93147ea6; xorp/devnotes/release_process.txt From pavlin@icir.org Thu Mar 9 02:52:35 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Thu, 9 Mar 2006 02:52:35 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/devnotes Message-ID: <200603090252.k292qZ6G001804@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-09 02:52:35 UTC XORP CVS repository Modified files: devnotes release_process.txt Log message: * Move tasks 1400 "Add a new year to the copyright license" and 1800 "Update xorp/docs/kdoc/gen-kdoc.sh" to an earlier stage (task 0730 and 0740 respectively). Eventually, those tasks may touch all XORP files and this should happen in much earlier stage. * Renumber task 0725 to 0720. Revision Changes Path 1.43 +19 -16; commitid: 6b6440f97be7ea6; xorp/devnotes/release_process.txt From atanu@icir.org Thu Mar 9 05:03:59 2006 From: atanu@icir.org (Atanu Ghosh) Date: Thu, 9 Mar 2006 05:03:59 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/docs/user_manual Message-ID: <200603090503.k2953xUn003462@xorpc.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: atanu@xorpc.icir.org 2006-03-09 05:03:59 UTC XORP CVS repository Modified files: docs/user_manual ospf.tex Log message: Initial OSPF chapter. Revision Changes Path 1.2 +371 -5; commitid: d6b440fb73e7ea6; xorp/docs/user_manual/ospf.tex From pavlin@icir.org Thu Mar 9 06:34:46 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Thu, 9 Mar 2006 06:34:46 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/docs/user_manual Message-ID: <200603090634.k296YkPA004498@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-09 06:34:46 UTC XORP CVS repository Modified files: docs/user_manual bgp.tex Log message: * Minor edits in the formatting of the list of supported RFCs: add periods at the end if each item. * Remove the extra word "RFC" in front of a draft name. * Move a '.' to the right place. Revision Changes Path 1.19 +11 -10; commitid: 114d440fcc0f7ea6; xorp/docs/user_manual/bgp.tex From pavlin@icir.org Thu Mar 9 06:35:45 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Thu, 9 Mar 2006 06:35:45 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/docs/user_manual Message-ID: <200603090635.k296Zj7G004575@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-09 06:35:45 UTC XORP CVS repository Modified files: docs/user_manual cli_intro.tex Log message: Minor edits: replace "xorpsh" with "\xorpsh", etc. Revision Changes Path 1.12 +5 -5; commitid: 11c4440fcc9e7ea6; xorp/docs/user_manual/cli_intro.tex From pavlin@icir.org Thu Mar 9 06:37:01 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Thu, 9 Mar 2006 06:37:01 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/docs/user_manual Message-ID: <200603090637.k296b1IN004683@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-09 06:37:01 UTC XORP CVS repository Modified files: docs/user_manual glossary.tex Log message: Minor edits. Revision Changes Path 1.5 +3 -3; commitid: 1232440fcd077ea6; xorp/docs/user_manual/glossary.tex From pavlin@icir.org Thu Mar 9 06:38:33 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Thu, 9 Mar 2006 06:38:33 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/docs/user_manual Message-ID: <200603090638.k296cXVY004793@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-09 06:38:33 UTC XORP CVS repository Modified files: docs/user_manual interfaces.tex pimsm.tex Log message: Update status. Revision Changes Path 1.10 +2 -2; commitid: 1299440fcd597ea6; xorp/docs/user_manual/interfaces.tex 1.24 +5 -4; commitid: 1299440fcd597ea6; xorp/docs/user_manual/pimsm.tex From pavlin@icir.org Thu Mar 9 06:40:44 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Thu, 9 Mar 2006 06:40:44 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/docs/user_manual Message-ID: <200603090640.k296ei39004973@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-09 06:40:44 UTC XORP CVS repository Modified files: docs/user_manual config_overview.tex diagnostics.tex forwarding.tex users.tex Log message: Minor edits: replace "xorpsh" with "\xorpsh" and "rtrmgr" with "\rtrmgr". Revision Changes Path 1.20 +6 -6; commitid: 134a440fcddf7ea6; xorp/docs/user_manual/config_overview.tex 1.5 +2 -2; commitid: 134a440fcddf7ea6; xorp/docs/user_manual/diagnostics.tex 1.9 +2 -2; commitid: 134a440fcddf7ea6; xorp/docs/user_manual/forwarding.tex 1.4 +3 -3; commitid: 134a440fcddf7ea6; xorp/docs/user_manual/users.tex From atanu@icir.org Thu Mar 9 06:41:33 2006 From: atanu@icir.org (Atanu Ghosh) Date: Thu, 9 Mar 2006 06:41:33 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/docs/user_manual Message-ID: <200603090641.k296fXnE005077@xorpc.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: atanu@xorpc.icir.org 2006-03-09 06:41:33 UTC XORP CVS repository Modified files: docs/user_manual ospf.tex Log message: Minor nits. Revision Changes Path 1.3 +11 -11; commitid: 13ba440fce1c7ea6; xorp/docs/user_manual/ospf.tex From pavlin@icir.org Thu Mar 9 06:42:10 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Thu, 9 Mar 2006 06:42:10 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/docs/user_manual Message-ID: <200603090642.k296gAjL005111@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-09 06:42:10 UTC XORP CVS repository Modified files: docs/user_manual multicast_topology.tex static_routes.tex Log message: Update the output format for the "show route" operational commands. Revision Changes Path 1.6 +23 -34; commitid: 13ae440fce127ea6; xorp/docs/user_manual/multicast_topology.tex 1.12 +7 -11; commitid: 13ae440fce127ea6; xorp/docs/user_manual/static_routes.tex From pavlin@icir.org Thu Mar 9 06:43:19 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Thu, 9 Mar 2006 06:43:19 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/docs/user_manual Message-ID: <200603090643.k296hJb0005177@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-09 06:43:19 UTC XORP CVS repository Modified files: docs/user_manual rip.tex Log message: * Add RFC 2082 to the list of supported RFCs. * Update the output format for the "show route table ipv4 unicast rip" operational command. Revision Changes Path 1.16 +13 -17; commitid: 1415440fce4a7ea6; xorp/docs/user_manual/rip.tex From pavlin@icir.org Thu Mar 9 06:45:19 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Thu, 9 Mar 2006 06:45:19 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/docs/user_manual Message-ID: <200603090645.k296jJmQ005273@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-09 06:45:19 UTC XORP CVS repository Modified files: docs/user_manual policy.tex Log message: Add frame to the tables. Revision Changes Path 1.7 +21 -11; commitid: 1453440fce9b7ea6; xorp/docs/user_manual/policy.tex From pavlin@icir.org Thu Mar 9 06:46:34 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Thu, 9 Mar 2006 06:46:34 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/docs/user_manual Message-ID: <200603090646.k296kY7M005331@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-09 06:46:34 UTC XORP CVS repository Modified files: docs/user_manual snmp.tex Log message: * Update status. * Comment-out a note that was added right before Release-1.1, because it is not clear what happened with the problem discovered at that time. Revision Changes Path 1.5 +6 -5; commitid: 14b5440fcf0f7ea6; xorp/docs/user_manual/snmp.tex From pavlin@icir.org Thu Mar 9 06:48:24 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Thu, 9 Mar 2006 06:48:24 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/docs/user_manual Message-ID: <200603090648.k296mO79005396@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-09 06:48:24 UTC XORP CVS repository Modified files: docs/user_manual unicast_routing.tex Log message: * List the unicast routing protocols in the order they are described in the later chapters: RIP, OSPF, BGP. * Update status for OSPF. * Uncomment text related to route redistribution and add a reference to the policy framework chapter. Revision Changes Path 1.10 +27 -26; commitid: 14ed440fcf597ea6; xorp/docs/user_manual/unicast_routing.tex From atanu@icir.org Thu Mar 9 06:52:38 2006 From: atanu@icir.org (Atanu Ghosh) Date: Thu, 9 Mar 2006 06:52:38 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/ospf Message-ID: <200603090652.k296qcm8005539@xorpc.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: atanu@xorpc.icir.org 2006-03-09 06:52:38 UTC XORP CVS repository Modified files: ospf README Log message: Update REAME. Revision Changes Path 1.4 +34 -15; commitid: 1588440fd0b67ea6; xorp/ospf/README From atanu@icir.org Thu Mar 9 07:01:20 2006 From: atanu@icir.org (Atanu Ghosh) Date: Thu, 9 Mar 2006 07:01:20 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/ospf Message-ID: <200603090701.k2971KIT005724@xorpc.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: atanu@xorpc.icir.org 2006-03-09 07:01:20 UTC XORP CVS repository Modified files: ospf TODO Log message: Move issues that have been solved to the resolved section. Revision Changes Path 1.67 +23 -16; commitid: 1641440fd2bf7ea6; xorp/ospf/TODO From atanu@icir.org Thu Mar 9 07:07:00 2006 From: atanu@icir.org (Atanu Ghosh) Date: Thu, 9 Mar 2006 07:07:00 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/bgp Message-ID: <200603090707.k29770GJ005815@xorpc.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: atanu@xorpc.icir.org 2006-03-09 07:07:00 UTC XORP CVS repository Modified files: bgp README Log message: Update the status. Revision Changes Path 1.12 +7 -9; commitid: 169c440fd4137ea6; xorp/bgp/README From atanu@icir.org Thu Mar 9 07:11:22 2006 From: atanu@icir.org (Atanu Ghosh) Date: Thu, 9 Mar 2006 07:11:22 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/bgp Message-ID: <200603090711.k297BMIL005930@xorpc.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: atanu@xorpc.icir.org 2006-03-09 07:11:22 UTC XORP CVS repository Modified files: bgp TODO Log message: The window of XRLs in flight from BGP to the RIB was changed from 1 to 100 after Release-1.1. Revision Changes Path 1.17 +7 -7; commitid: 170f440fd51a7ea6; xorp/bgp/TODO From pavlin@icir.org Thu Mar 9 07:36:48 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Thu, 9 Mar 2006 07:36:48 GMT Subject: [Xorp-cvs] XORP cvs commit: www www/html_src Message-ID: <200603090736.k297amDj006397@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: www Changes by: pavlin@xorpc.icir.org 2006-03-09 07:36:48 UTC XORP CVS repository Modified files: . contributing.html faq.html news.html html_src contributing.html faq.html news.html Log message: Update the Click Web page URL: OLD: http://www.pdos.lcs.mit.edu/click/ NEW: http://www.read.cs.ucla.edu/click/ Revision Changes Path 1.31 +2 -2; commitid: 18bd440fdac97ea6; www/contributing.html 1.26 +2 -2; commitid: 18bd440fdac97ea6; www/faq.html 1.10 +1 -1; commitid: 18bd440fdac97ea6; www/html_src/contributing.html 1.8 +1 -1; commitid: 18bd440fdac97ea6; www/html_src/faq.html 1.17 +1 -1; commitid: 18bd440fdac97ea6; www/html_src/news.html 1.49 +2 -2; commitid: 18bd440fdac97ea6; www/news.html From pavlin@icir.org Thu Mar 9 07:37:51 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Thu, 9 Mar 2006 07:37:51 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/docs/tex Message-ID: <200603090737.k297bpS3006461@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-09 07:37:51 UTC XORP CVS repository Modified files: docs/tex xorp.bib Log message: Update the Click Web page URL: OLD: http://www.pdos.lcs.mit.edu/click/ NEW: http://www.read.cs.ucla.edu/click/ Revision Changes Path 1.14 +2 -2; commitid: 1920440fdb467ea6; xorp/docs/tex/xorp.bib From atanu@icir.org Thu Mar 9 07:49:04 2006 From: atanu@icir.org (Atanu Ghosh) Date: Thu, 9 Mar 2006 07:49:04 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/docs/user_manual Message-ID: <200603090749.k297n4V1006676@xorpc.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: atanu@xorpc.icir.org 2006-03-09 07:49:04 UTC XORP CVS repository Modified files: docs/user_manual policy.tex Log message: RIP supports policy. Revision Changes Path 1.8 +2 -3; commitid: 19f9440fddf07ea6; xorp/docs/user_manual/policy.tex From pavlin@icir.org Thu Mar 9 07:53:18 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Thu, 9 Mar 2006 07:53:18 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/devnotes Message-ID: <200603090753.k297rIM8006751@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-09 07:53:18 UTC XORP CVS repository Modified files: devnotes release_process.txt Log message: Add new task (2470): Prepare the XORP Installer for Windows Submitted by: Bruce M. Simpson Revision Changes Path 1.44 +18 -2; commitid: 1a41440fdec87ea6; xorp/devnotes/release_process.txt From pavlin@icir.org Thu Mar 9 07:53:44 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Thu, 9 Mar 2006 07:53:44 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp Message-ID: <200603090753.k297riZ5006794@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-09 07:53:44 UTC XORP CVS repository Modified files: . BUILD_NOTES Log message: Add instructions for building the XORP Installer for Windows. Revision Changes Path 1.44 +13 -1; commitid: 1a71440fdeff7ea6; xorp/BUILD_NOTES From pavlin@icir.org Thu Mar 9 07:57:00 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Thu, 9 Mar 2006 07:57:00 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp Message-ID: <200603090757.k297v0YG006861@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-09 07:57:00 UTC XORP CVS repository Modified files: . BUILD_NOTES Log message: Forced commit to give the appropriate credit for the instructions for preparing the XORP Installer for Windows with the previous commit. Submitted by: Bruce M. Simpson Revision Changes Path 1.45 +3 -3; commitid: 1ab4440fdf697ea6; xorp/BUILD_NOTES From pavlin@icir.org Thu Mar 9 08:00:32 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Thu, 9 Mar 2006 08:00:32 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/contrib/win32/installer Message-ID: <200603090800.k2980Wti006950@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-09 08:00:32 UTC XORP CVS repository Added files: contrib/win32/installer README Log message: Add the instructions for building the XORP installer on Windows. Submitted by: Bruce M. Simpson Revision Changes Path 1.1 +15 -0 xorp/contrib/win32/installer/README (new) From pavlin@icir.org Thu Mar 9 08:04:12 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Thu, 9 Mar 2006 08:04:12 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp xorp/devnotes Message-ID: <200603090804.k2984CR6007037@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-09 08:04:12 UTC XORP CVS repository Modified files: . BUILD_NOTES devnotes release_process.txt Log message: Point the instructions for building the XORP Installer for Windows to xorp/contrib/win32/installer/README. Revision Changes Path 1.46 +3 -12; commitid: 1b4d440fe1607ea6; xorp/BUILD_NOTES 1.45 +3 -11; commitid: 1b4d440fe1607ea6; xorp/devnotes/release_process.txt From atanu@icir.org Thu Mar 9 08:25:11 2006 From: atanu@icir.org (Atanu Ghosh) Date: Thu, 9 Mar 2006 08:25:11 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/docs/user_manual Message-ID: <200603090825.k298PBtb007356@xorpc.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: atanu@xorpc.icir.org 2006-03-09 08:25:11 UTC XORP CVS repository Modified files: docs/user_manual policy.tex Log message: Add section to define policy options specific to OSPF, based on the BGP section. Revision Changes Path 1.9 +62 -1; commitid: 1ca1440fe6677ea6; xorp/docs/user_manual/policy.tex From atanu@icir.org Thu Mar 9 08:29:18 2006 From: atanu@icir.org (Atanu Ghosh) Date: Thu, 9 Mar 2006 08:29:18 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/docs/user_manual Message-ID: <200603090829.k298TIgt007465@xorpc.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: atanu@xorpc.icir.org 2006-03-09 08:29:18 UTC XORP CVS repository Modified files: docs/user_manual policy.tex Log message: Add med-remove to the BGP actions. Revision Changes Path 1.10 +3 -1; commitid: 1d0e440fe75d7ea6; xorp/docs/user_manual/policy.tex From atanu@icir.org Thu Mar 9 08:43:03 2006 From: atanu@icir.org (Atanu Ghosh) Date: Thu, 9 Mar 2006 08:43:03 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/docs/user_manual Message-ID: <200603090843.k298h3pB007829@xorpc.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: atanu@xorpc.icir.org 2006-03-09 08:43:03 UTC XORP CVS repository Modified files: docs/user_manual ospf.tex Log message: Example configuration with no commentary. Revision Changes Path 1.4 +27 -2; commitid: 1e7a440fea967ea6; xorp/docs/user_manual/ospf.tex From pavlin@icir.org Thu Mar 9 09:09:36 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Thu, 9 Mar 2006 09:09:36 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/docs/user_manual Message-ID: <200603090909.k2999adw008241@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-09 09:09:36 UTC XORP CVS repository Modified files: docs/user_manual Makefile.am Makefile.in user_manual.tex Log message: Add bibliography. Revision Changes Path 1.9 +3 -2; commitid: 2014440ff0c67ea6; xorp/docs/user_manual/Makefile.am 1.15 +1 -1; commitid: 2014440ff0c67ea6; xorp/docs/user_manual/Makefile.in 1.17 +8 -1; commitid: 2014440ff0c67ea6; xorp/docs/user_manual/user_manual.tex From atanu@icir.org Thu Mar 9 10:32:42 2006 From: atanu@icir.org (Atanu Ghosh) Date: Thu, 9 Mar 2006 10:32:42 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/docs/user_manual Message-ID: <200603091032.k29AWgmf009340@xorpc.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: atanu@xorpc.icir.org 2006-03-09 10:32:42 UTC XORP CVS repository Modified files: docs/user_manual ospf.tex Log message: OSPF monitoring commands. Revision Changes Path 1.5 +172 -3; commitid: 2461441004497ea6; xorp/docs/user_manual/ospf.tex From atanu@icir.org Thu Mar 9 10:45:00 2006 From: atanu@icir.org (Atanu Ghosh) Date: Thu, 9 Mar 2006 10:45:00 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/docs/user_manual Message-ID: <200603091045.k29Aj0FL009538@xorpc.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: atanu@xorpc.icir.org 2006-03-09 10:45:00 UTC XORP CVS repository Modified files: docs/user_manual ospf.tex Log message: Description of the minimal example configuration. Revision Changes Path 1.6 +5 -1; commitid: 25254410072b7ea6; xorp/docs/user_manual/ospf.tex From pavlin@icir.org Thu Mar 9 12:13:53 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Thu, 9 Mar 2006 12:13:53 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/docs/user_manual Message-ID: <200603091213.k29CDrZK010877@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-09 12:13:53 UTC XORP CVS repository Modified files: docs/user_manual forwarding.tex Log message: * Add documentation for configuring the Click forwarding path. * Minor other edits. Revision Changes Path 1.10 +200 -24; commitid: 2a5f44101bc47ea6; xorp/docs/user_manual/forwarding.tex From pavlin@icir.org Thu Mar 9 12:18:20 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Thu, 9 Mar 2006 12:18:20 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/rtrmgr Message-ID: <200603091218.k29CIKMi011006@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-09 12:18:20 UTC XORP CVS repository Modified files: rtrmgr config.boot.sample Log message: Minor edits in some of the comments. Revision Changes Path 1.35 +4 -3; commitid: 2ae544101d047ea6; xorp/rtrmgr/config.boot.sample From pavlin@icir.org Thu Mar 9 12:24:19 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Thu, 9 Mar 2006 12:24:19 GMT Subject: [Xorp-cvs] XORP cvs commit: www www/html_src Message-ID: <200603091224.k29COJVs011135@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: www Changes by: pavlin@xorpc.icir.org 2006-03-09 12:24:19 UTC XORP CVS repository Modified files: . downloads.html html_src downloads.html Log message: Add a note that XORP precompiled binaries for Windows will be available very soon. Revision Changes Path 1.47 +4 -1; commitid: 2b5144101e637ea6; www/downloads.html 1.17 +3 -0; commitid: 2b5144101e637ea6; www/html_src/downloads.html From pavlin@icir.org Thu Mar 9 15:28:38 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Thu, 9 Mar 2006 15:28:38 GMT Subject: [Xorp-cvs] XORP cvs commit: www www/html_src Message-ID: <200603091528.k29FScpp014269@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: www Changes by: pavlin@xorpc.icir.org 2006-03-09 15:28:38 UTC XORP CVS repository Modified files: . livecd.html html_src livecd.html Log message: Debugging text commented-out because since Release-1.2 the size of the LiveCD ISO image is too large to fit in a CD, hence the XORP binaries had to be stripped. Revision Changes Path 1.12 +8 -0; commitid: 378f441049937ea6; www/html_src/livecd.html 1.36 +9 -1; commitid: 378f441049937ea6; www/livecd.html From pavlin@icir.org Thu Mar 9 16:30:20 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Thu, 9 Mar 2006 16:30:20 GMT Subject: [Xorp-cvs] XORP cvs commit: www www/html_src Message-ID: <200603091630.k29GUKms016758@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: www Changes by: pavlin@xorpc.icir.org 2006-03-09 16:30:20 UTC XORP CVS repository Modified files: . livecd.html html_src livecd.html Log message: Set the MD5 checksum for LiveCD.iso.gz Revision Changes Path 1.13 +1 -1; commitid: 4124441058067ea6; www/html_src/livecd.html 1.37 +2 -2; commitid: 4124441058067ea6; www/livecd.html From pavlin@icir.org Thu Mar 9 16:30:45 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Thu, 9 Mar 2006 16:30:45 GMT Subject: [Xorp-cvs] XORP cvs commit: www www/html_src Message-ID: <200603091630.k29GUjAh016838@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: www Changes by: pavlin@xorpc.icir.org 2006-03-09 16:30:45 UTC XORP CVS repository Modified files: . downloads.html html_src downloads.html Log message: Set the MD5 checksum for xorp-1.2.tar.gz Revision Changes Path 1.48 +2 -2; commitid: 4190441058287ea6; www/downloads.html 1.18 +1 -1; commitid: 4190441058287ea6; www/html_src/downloads.html From pavlin@icir.org Thu Mar 9 16:36:06 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Thu, 9 Mar 2006 16:36:06 GMT Subject: [Xorp-cvs] XORP cvs commit: www www/html_src Message-ID: <200603091636.k29Ga6DK017010@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: www Changes by: pavlin@xorpc.icir.org 2006-03-09 16:36:06 UTC XORP CVS repository Modified files: . livecd.html html_src livecd.html Log message: Update the Live CD ISO (compressed) image size. Revision Changes Path 1.14 +1 -1; commitid: 423d441059617ea6; www/html_src/livecd.html 1.38 +2 -2; commitid: 423d441059617ea6; www/livecd.html From pavlin@icir.org Thu Mar 9 17:44:45 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Thu, 9 Mar 2006 17:44:45 GMT Subject: [Xorp-cvs] XORP cvs commit: www www/html_src Message-ID: <200603091744.k29Hij1M018033@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: www Changes by: pavlin@xorpc.icir.org 2006-03-09 17:44:45 UTC XORP CVS repository Modified files: . roadmap.html html_src roadmap.html Log message: Update the roadmap. Approved by: Atanu Ghosh Revision Changes Path 1.10 +4 -19; commitid: 463e441069807ea6; www/html_src/roadmap.html 1.14 +5 -20; commitid: 463e441069807ea6; www/roadmap.html From pavlin@icir.org Thu Mar 9 17:48:48 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Thu, 9 Mar 2006 17:48:48 GMT Subject: [Xorp-cvs] XORP cvs commit: www www/html_src Message-ID: <200603091748.k29HmmwL018158@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: www Changes by: pavlin@xorpc.icir.org 2006-03-09 17:48:48 UTC XORP CVS repository Modified files: . news.html html_src news.html Log message: Add a news item for Release-1.2 Revision Changes Path 1.18 +6 -1; commitid: 46c044106a667ea6; www/html_src/news.html 1.50 +7 -2; commitid: 46c044106a667ea6; www/news.html From pavlin@icir.org Thu Mar 9 18:00:25 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Thu, 9 Mar 2006 18:00:25 GMT Subject: [Xorp-cvs] XORP cvs commit: other/LiveCD/files Message-ID: <200603091800.k29I0PIL018407@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: other Changes by: pavlin@xorpc.icir.org 2006-03-09 18:00:25 UTC XORP CVS repository Modified files: LiveCD/files rc.live Log message: Increase the memory disk partition size for /usr/local/xorp to 64MB, because it doesn't fit in the previously allocated 48MB. Eventually, if partition size becomes an issue again, in the future we may want to combine some of the partitions, because currently there are the following partitions: /dev /tmp /var /etc /home /root /usr/local/etc /usr/local/xorp Revision Changes Path 1.5 +2 -2; commitid: 476844106bfe7ea6; other/LiveCD/files/rc.live From pavlin@icir.org Thu Mar 9 18:50:45 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Thu, 9 Mar 2006 18:50:45 GMT Subject: [Xorp-cvs] XORP cvs commit: other/LiveCD/files Message-ID: <200603091850.k29IojvA019277@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: other Changes by: pavlin@xorpc.icir.org 2006-03-09 18:50:45 UTC XORP CVS repository Modified files: LiveCD/files xorp.sh Log message: Comment out the "-s /usr/local/xorp/bin/xorp_load.py" argument when invoking the rtrmgr, because later versions of the rtrmgr don't support the "-s" argument anymore. Revision Changes Path 1.8 +5 -1; commitid: 4b16441078d37ea6; other/LiveCD/files/xorp.sh From pavlin@icir.org Thu Mar 9 20:51:12 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Thu, 9 Mar 2006 20:51:12 GMT Subject: [Xorp-cvs] XORP cvs commit: other/LiveCD Message-ID: <200603092051.k29KpC2E021110@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: other Changes by: pavlin@xorpc.icir.org 2006-03-09 20:51:12 UTC XORP CVS repository Modified files: LiveCD livecd.sh Log message: Don't use the -r flag when generating the ISO image with mkisofs, because it will reset the suid/sgid flags that are needed for commands like ping and traceroute. Instead, use the -R flag. Revision Changes Path 1.14 +8 -2; commitid: 525d441095347ea6; other/LiveCD/livecd.sh From pavlin@icir.org Thu Mar 9 20:57:39 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Thu, 9 Mar 2006 20:57:39 GMT Subject: [Xorp-cvs] XORP cvs commit: www www/html_src Message-ID: <200603092057.k29KvdUM021251@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: www Changes by: pavlin@xorpc.icir.org 2006-03-09 20:57:39 UTC XORP CVS repository Modified files: . livecd.html html_src livecd.html Log message: * Update the LiveCD size and MD5 checksum * Update the example with the configuration-mode command to reflect the new xorpsh prompt. * Commented-out a paragraph about automatically saving the configuration to a floppy, because currently it doesn't work. Instead, add a paragraph that the user should explicitly copy or save the configuration to the floppy. Revision Changes Path 1.15 +14 -3; commitid: 52c3441096407ea6; www/html_src/livecd.html 1.39 +15 -4; commitid: 52c3441096407ea6; www/livecd.html From pavlin@icir.org Thu Mar 9 21:01:33 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Thu, 9 Mar 2006 21:01:33 GMT Subject: [Xorp-cvs] XORP cvs commit: www www/html_src Message-ID: <200603092101.k29L1Xpk021378@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: www Changes by: pavlin@xorpc.icir.org 2006-03-09 21:01:33 UTC XORP CVS repository Modified files: . livecd.html html_src livecd.html Log message: Minor edit. Revision Changes Path 1.16 +3 -3; commitid: 534f441097a77ea6; www/html_src/livecd.html 1.40 +4 -4; commitid: 534f441097a77ea6; www/livecd.html From atanu@icir.org Thu Mar 9 22:42:46 2006 From: atanu@icir.org (Atanu Ghosh) Date: Thu, 9 Mar 2006 22:42:46 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/ospf Message-ID: <200603092242.k29MgkTG023098@xorpc.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: atanu@xorpc.icir.org 2006-03-09 22:42:46 UTC XORP CVS repository Modified files: ospf area_router.cc Log message: Even if a router is configured as an AS boundary router never set bit E in a Router-LSA sent into a stub or nssa area. Revision Changes Path 1.205 +10 -2; commitid: 5a1f4410af647ea6; xorp/ospf/area_router.cc From atanu@icir.org Fri Mar 10 03:33:29 2006 From: atanu@icir.org (Atanu Ghosh) Date: Fri, 10 Mar 2006 03:33:29 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/ospf Message-ID: <200603100333.k2A3XTmA026662@xorpc.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: atanu@xorpc.icir.org 2006-03-10 03:33:29 UTC XORP CVS repository Modified files: ospf TODO area_router.cc peer_manager.cc peer_manager.hh Log message: If a virtual link runs through an area then it is a transit area. There may therefore be lower routes to the other area without going through the backbone. Check for these lower cost routes. Revision Changes Path 1.68 +12 -1; commitid: 68054410f3867ea6; xorp/ospf/TODO 1.206 +84 -2; commitid: 68054410f3867ea6; xorp/ospf/area_router.cc 1.115 +28 -1; commitid: 68054410f3867ea6; xorp/ospf/peer_manager.cc 1.70 +11 -1; commitid: 68054410f3867ea6; xorp/ospf/peer_manager.hh From atanu@icir.org Fri Mar 10 04:12:47 2006 From: atanu@icir.org (Atanu Ghosh) Date: Fri, 10 Mar 2006 04:12:47 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/ospf Message-ID: <200603100412.k2A4ClHE027284@xorpc.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: atanu@xorpc.icir.org 2006-03-10 04:12:47 UTC XORP CVS repository Modified files: ospf peer_manager.hh Log message: Update comment. Revision Changes Path 1.71 +2 -2; commitid: 6a794410fcbf7ea6; xorp/ospf/peer_manager.hh From atanu@icir.org Fri Mar 10 04:13:38 2006 From: atanu@icir.org (Atanu Ghosh) Date: Fri, 10 Mar 2006 04:13:38 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/ospf Message-ID: <200603100413.k2A4DcYs027385@xorpc.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: atanu@xorpc.icir.org 2006-03-10 04:13:38 UTC XORP CVS repository Modified files: ospf ospf.cc ospf.hh Log message: Add the hooks to change the setting of RFC1583Compatibility. Revision Changes Path 1.68 +3 -2; commitid: 6adc4410fcf17ea6; xorp/ospf/ospf.cc 1.88 +17 -1; commitid: 6adc4410fcf17ea6; xorp/ospf/ospf.hh From atanu@icir.org Fri Mar 10 04:35:24 2006 From: atanu@icir.org (Atanu Ghosh) Date: Fri, 10 Mar 2006 04:35:24 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/ospf xorp/xrl/interfaces xorp/xrl/targets Message-ID: <200603100435.k2A4ZOeL027913@xorpc.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: atanu@xorpc.icir.org 2006-03-10 04:35:24 UTC XORP CVS repository Modified files: ospf xrl_target.cc xrl_target.hh xrl/interfaces ospfv2.xif ospfv2_xif.cc ospfv2_xif.hh xrl/targets ospfv2.xrls ospfv2_base.cc ospfv2_base.hh Log message: Add the hooks to change the setting of RFC1583Compatibility by XRL. Revision Changes Path 1.31 +9 -1; commitid: 6cba441102097ea6; xorp/ospf/xrl_target.cc 1.22 +8 -1; commitid: 6cba441102097ea6; xorp/ospf/xrl_target.hh 1.18 +6 -1; commitid: 6cba441102097ea6; xorp/xrl/interfaces/ospfv2.xif 1.19 +33 -1; commitid: 6cba441102097ea6; xorp/xrl/interfaces/ospfv2_xif.cc 1.19 +21 -1; commitid: 6cba441102097ea6; xorp/xrl/interfaces/ospfv2_xif.hh 1.21 +6 -1; commitid: 6cba441102097ea6; xorp/xrl/targets/ospfv2.xrls 1.21 +31 -1; commitid: 6cba441102097ea6; xorp/xrl/targets/ospfv2_base.cc 1.21 +12 -1; commitid: 6cba441102097ea6; xorp/xrl/targets/ospfv2_base.hh From atanu@icir.org Fri Mar 10 04:47:35 2006 From: atanu@icir.org (Atanu Ghosh) Date: Fri, 10 Mar 2006 04:47:35 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/etc/templates Message-ID: <200603100447.k2A4lZKv028093@xorpc.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: atanu@xorpc.icir.org 2006-03-10 04:47:35 UTC XORP CVS repository Modified files: etc/templates ospfv2.tp Log message: Add the hooks to change the setting of RFC1583Compatibility in the template. Revision Changes Path 1.47 +9 -1; commitid: 6da2441104e67ea6; xorp/etc/templates/ospfv2.tp From atanu@icir.org Fri Mar 10 05:14:56 2006 From: atanu@icir.org (Atanu Ghosh) Date: Fri, 10 Mar 2006 05:14:56 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/ospf Message-ID: <200603100514.k2A5Eui4028455@xorpc.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: atanu@xorpc.icir.org 2006-03-10 05:14:56 UTC XORP CVS repository Modified files: ospf area_router.cc Log message: When RFC1583Compatibility is disabled prefer Intra-area paths from non-backbone areas. Revision Changes Path 1.207 +9 -1; commitid: 6f0c44110b4f7ea6; xorp/ospf/area_router.cc From atanu@icir.org Fri Mar 10 06:55:28 2006 From: atanu@icir.org (Atanu Ghosh) Date: Fri, 10 Mar 2006 06:55:28 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/ospf Message-ID: <200603100655.k2A6tSL0029803@xorpc.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: atanu@xorpc.icir.org 2006-03-10 06:55:28 UTC XORP CVS repository Modified files: ospf peer.cc Log message: If an ACK arrived for an LSA that was not on the retransmission then a trace message and the contents of the retransmission list was being printed. When a neighbour requests an LSA it is not placed on the routers retrasmission list but an ACK is sent. Comment out the warnings. Bugzilla URL: http://www.xorp.org/bugzilla/show_bug.cgi?id=573 Submitted by: Hasso Tepper Revision Changes Path 1.233 +3 -1; commitid: 7450441122df7ea6; xorp/ospf/peer.cc From mjh@icir.org Fri Mar 10 09:50:49 2006 From: mjh@icir.org (Mark Handley) Date: Fri, 10 Mar 2006 09:50:49 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/libxorp Message-ID: <200603100950.k2A9onxu032545@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: mjh@xorpc.icir.org 2006-03-10 09:50:49 UTC XORP CVS repository Modified files: libxorp ipnet.hh test_ipv4net.cc test_ipvxnet.cc Log message: Add template specializations for IPNet::overlap. Under some circumstances this can be called a lot, so it's worth optimizing. Revision Changes Path 1.20 +48 -1; commitid: 7eda44114bc77ea6; xorp/libxorp/ipnet.hh 1.11 +9 -2; commitid: 7eda44114bc77ea6; xorp/libxorp/test_ipv4net.cc 1.10 +4 -1; commitid: 7eda44114bc77ea6; xorp/libxorp/test_ipvxnet.cc From pavlin@icir.org Sat Mar 11 00:44:06 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Sat, 11 Mar 2006 00:44:06 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp Message-ID: <200603110044.k2B0i6Jm044871@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-11 00:44:06 UTC XORP CVS repository Modified files: . BUILD_NOTES Log message: Added a note that XORP compiles and the internal tests succeed on MacOX 10.4.5 on Intel x86. Submitted by: Mark Handley Revision Changes Path 1.47 +6 -2; commitid: af2e44121d2d7ea6; xorp/BUILD_NOTES From pavlin@icir.org Sat Mar 11 03:01:26 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Sat, 11 Mar 2006 03:01:26 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/etc/templates xorp/ospf xorp/xrl/interfaces xorp/xrl/targets Message-ID: <200603110301.k2B31Q9j046361@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-11 03:01:26 UTC XORP CVS repository Modified files: etc/templates ospfv2.tp ospf area_router.cc ospf.cc ospf.hh xrl_target.cc xrl_target.hh xrl/interfaces ospfv2.xif ospfv2_xif.cc ospfv2_xif.hh xrl/targets ospfv2.xrls ospfv2_base.cc ospfv2_base.hh Log message: Renaming (for consistency with the rest of the code): * OSPF configuration template: - RFC1583Compatibility -> rfc1583-compatibility * OSPF XRL: - set_rfc1583compatibility and set_RFC1583Compatibility -> set_rfc1583_compatibility * OSPF source code: - get_RFC1583Compatibility() -> get_rfc1583_compatibility() - set_RFC1583Compatibility() -> set_rfc1583_compatibility() - _RFC1583Compatibility -> _rfc1583_compatibility Approved by: Atanu Ghosh Revision Changes Path 1.48 +5 -5; commitid: b49044123c537ea6; xorp/etc/templates/ospfv2.tp 1.208 +2 -2; commitid: b49044123c537ea6; xorp/ospf/area_router.cc 1.69 +2 -2; commitid: b49044123c537ea6; xorp/ospf/ospf.cc 1.89 +7 -7; commitid: b49044123c537ea6; xorp/ospf/ospf.hh 1.32 +3 -3; commitid: b49044123c537ea6; xorp/ospf/xrl_target.cc 1.23 +3 -3; commitid: b49044123c537ea6; xorp/ospf/xrl_target.hh 1.19 +3 -3; commitid: b49044123c537ea6; xorp/xrl/interfaces/ospfv2.xif 1.20 +6 -6; commitid: b49044123c537ea6; xorp/xrl/interfaces/ospfv2_xif.cc 1.20 +4 -4; commitid: b49044123c537ea6; xorp/xrl/interfaces/ospfv2_xif.hh 1.22 +3 -3; commitid: b49044123c537ea6; xorp/xrl/targets/ospfv2.xrls 1.22 +9 -9; commitid: b49044123c537ea6; xorp/xrl/targets/ospfv2_base.cc 1.22 +4 -4; commitid: b49044123c537ea6; xorp/xrl/targets/ospfv2_base.hh From pavlin@icir.org Sat Mar 11 03:13:40 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Sat, 11 Mar 2006 03:13:40 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/libxorp Message-ID: <200603110313.k2B3De7F046654@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-11 03:13:40 UTC XORP CVS repository Modified files: libxorp ipnet.hh test_ipv4net.cc test_ipvxnet.cc Log message: Temporarily reverse-back the previous commit until the CVS is open again for non-critical fixes. Revision Changes Path 1.21 +0 -47; commitid: b621441240397ea6; xorp/libxorp/ipnet.hh 1.12 +1 -8; commitid: b621441240397ea6; xorp/libxorp/test_ipv4net.cc 1.11 +0 -3; commitid: b621441240397ea6; xorp/libxorp/test_ipvxnet.cc From mjh@icir.org Sat Mar 11 08:30:06 2006 From: mjh@icir.org (Mark Handley) Date: Sat, 11 Mar 2006 08:30:06 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/bgp Message-ID: <200603110830.k2B8U6KS049258@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: mjh@xorpc.icir.org 2006-03-11 08:30:06 UTC XORP CVS repository Modified files: bgp route_table_dump.cc route_table_dump.hh test_dump.reference Log message: Decouple dumping a chunk of routes from any triggered events. This should prevent the race condition seen on xorp8 when the Aggregation table split a replace_route into a delete_route and an add_route, but the DumpTable inserted a route dump between the two. Revision Changes Path 1.37 +17 -3; commitid: c032441289c17ea6; xorp/bgp/route_table_dump.cc 1.20 +5 -2; commitid: c032441289c17ea6; xorp/bgp/route_table_dump.hh 1.14 +73 -94; commitid: c032441289c17ea6; xorp/bgp/test_dump.reference From pavlin@icir.org Sat Mar 11 17:29:57 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Sat, 11 Mar 2006 17:29:57 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp Message-ID: <200603111729.k2BHTvfx055366@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-11 17:29:57 UTC XORP CVS repository Modified files: . BUILD_NOTES Log message: Update the notes for Mac OS X on i386 Submitted by: Mark Handley Revision Changes Path 1.48 +3 -3; commitid: d829441309007ea6; xorp/BUILD_NOTES From mjh@icir.org Mon Mar 13 00:53:52 2006 From: mjh@icir.org (Mark Handley) Date: Mon, 13 Mar 2006 00:53:52 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/bgp Message-ID: <200603130053.k2D0rqso074991@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: mjh@xorpc.icir.org 2006-03-13 00:53:52 UTC XORP CVS repository Modified files: bgp route_table_dump.cc route_table_dump.hh Log message: The previous change was broken, and could result in the Dump failing to complete of the connection to the peer ever got backlogged (which is normal). This fix reverses the sense of the test, to avoid dumping on triggered events. This is the same fix as before, but using a more reliable test (we know when the event is triggered, but we don't always know for sure when it's on a timer). Note to anyone listening: test_peering2.sh uses test data from ../../../data, which is a separate CVS module. If it doesn't exist, the test still passes, but some of the code has not been tested, which is how I missed the error this corrects. Revision Changes Path 1.38 +15 -5; commitid: 1248f4414c19e7ea6; xorp/bgp/route_table_dump.cc 1.21 +11 -4; commitid: 1248f4414c19e7ea6; xorp/bgp/route_table_dump.hh From bms@icir.org Tue Mar 14 13:16:13 2006 From: bms@icir.org (Bruce Simpson) Date: Tue, 14 Mar 2006 13:16:13 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/fea Message-ID: <200603141316.k2EDGD4H001576@xorpc.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: bms@xorpc.icir.org 2006-03-14 13:16:13 UTC XORP CVS repository Modified files: fea rawsock.cc Log message: Resolve a critical problem with multicast membership on raw sockets for the Microsoft Windows Server port of XORP 1.2. On Windows, according to the Winsock documentation, it is required that a raw socket be bound to an interface before it may be joined to a multicast group. This however is problematic because the FEA raw socket wrapper assumes that a single raw socket may be used to transmit and/or receive on multiple interfaces (this is the UNIX behaviour). After consultation with Microsoft it appears that a bind() to INADDR_ANY may be used to allow the IGMP joins via setsockopt() to work. This was verified with Ethereal in a VMware virtual machine running XORP and using OpenVPN/VMware interfaces. Until the code is taught to ignore the error, a log message of the following form may be seen when the OSPF protocol is used under Windows: %%% [ 2006/03/14 05:49:13 WARNING c:\xorp-1.2\fea\xorp_fea.exe FEA ] bind() failed: An invalid argument was supplied. %%% Approved by: atanu (implicitly) Submitted by: pavlin Bugzilla ID: http://www.xorp.org/bugzilla/show_bug.cgi?id=534 Revision Changes Path 1.16 +5 -4; commitid: 5ea4416c19d7ea6; xorp/fea/rawsock.cc From bms@icir.org Tue Mar 14 13:26:36 2006 From: bms@icir.org (Bruce Simpson) Date: Tue, 14 Mar 2006 13:26:36 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/libxorp Message-ID: <200603141326.k2EDQaNj001720@xorpc.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: bms@xorpc.icir.org 2006-03-14 13:26:35 UTC XORP CVS repository Modified files: libxorp ether_compat.c Log message: Resolve a critical edge case in the XRL layer for the Microsoft Windows Server port of XORP 1.2. The previous revision attempted to fix a regression in the Mac and EtherMac classes by making the ether_aton() function (imported from tcpdump) more liberal in the input which it accepts. This commit however introduced the wrong behaviour. Both Mac and EtherMac depend (on their definition) in the ability of ether_aton() to parse Ethernet addresses rendered as ASCII strings in a manner consistent across platforms, that is, the platform's ether_aton() function must be bug-for-bug-compatible with FreeBSD's. This in itself could be considered a design bug. Because of this behaviour, whenever an ifmgr_mirror XRL client registered its interface with the FEA, the updates which it received were rejected as a non-critical XRL error (220 Internal error, corrupt xrl) because the underlying Mac class used to parse the XRL mac address atom was rejecting otherwise valid input. Therefore, revert the previous commit, by introducing a FreeBSD-style ether_aton() function which depends solely on the ISO C89 function sscanf(). Approved by: atanu (implicitly) Reviewed by: pavlin Bugzilla ID: http://www.xorp.org/bugzilla/show_bug.cgi?id=581 Revision Changes Path 1.8 +18 -39; commitid: 6874416c4267ea6; xorp/libxorp/ether_compat.c From bms@icir.org Tue Mar 14 13:34:10 2006 From: bms@icir.org (Bruce Simpson) Date: Tue, 14 Mar 2006 13:34:10 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/rtrmgr Message-ID: <200603141334.k2EDYAB4001818@xorpc.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: bms@xorpc.icir.org 2006-03-14 13:34:10 UTC XORP CVS repository Modified files: rtrmgr module_manager.cc module_manager.hh Log message: Resolve a problem with launching binaries for the Microsoft Windows Server port of XORP 1.2. On Windows, we cannot rely on the presence of a POSIX shell when launching XORP system modules such as the RIB and FEA from the module manager code in xorp_rtrmgr.exe. In fact, the win_quote_args() function is intended to only be used with non-UNIX style invocation, i.e. a direct call to CreateProcess(). Argument vectors passed to this function are munged in a manner which allows them to be passed, as a single string argument for CreateProcess(), to a Microsoft Visual C Runtime application, with the correct quoting of backslashes and other Win32 metacharacters. It should be considered whether RunShellCommand is needed at all, and what it means to run something 'under the shell' on Win32. Pavlin's patch is intended for a more general case but it is an almost exact fix for the above issues under Win32. Submitted by: pavlin Approved by: atanu (implicitly) Bugzilla ID: http://www.xorp.org/bugzilla/show_bug.cgi?id=559 See also: http://www.xorp.org/bugzilla/show_bug.cgi?id=505 Revision Changes Path 1.60 +11 -8; commitid: 6f44416c5f27ea6; xorp/rtrmgr/module_manager.cc 1.39 +7 -7; commitid: 6f44416c5f27ea6; xorp/rtrmgr/module_manager.hh From pavlin@icir.org Wed Mar 15 00:45:23 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Wed, 15 Mar 2006 00:45:23 GMT Subject: [Xorp-cvs] XORP cvs commit: www www/html_src Message-ID: <200603150045.k2F0jNUJ011218@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: www Changes by: pavlin@xorpc.icir.org 2006-03-15 00:45:23 UTC XORP CVS repository Modified files: . downloads.html html_src downloads.html Log message: * Add a note that there is a post-1.1 Windows patch. * Add a link to the Windows setup.exe precompiled binary. Approved by: Atanu Ghosh Revision Changes Path 1.49 +10 -4; commitid: 2aa644175d4a7ea6; www/downloads.html 1.19 +9 -3; commitid: 2aa644175d4a7ea6; www/html_src/downloads.html From pavlin@icir.org Wed Mar 15 01:07:21 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Wed, 15 Mar 2006 01:07:21 GMT Subject: [Xorp-cvs] XORP cvs commit: www www/html_src Message-ID: <200603150107.k2F17LLl011489@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: www Changes by: pavlin@xorpc.icir.org 2006-03-15 01:07:21 UTC XORP CVS repository Modified files: . downloads.html html_src downloads.html Log message: Add a missing break between two lines in a column. Revision Changes Path 1.50 +2 -2; commitid: 2cb3441768b17ea6; www/downloads.html 1.20 +1 -1; commitid: 2cb3441768b17ea6; www/html_src/downloads.html From pavlin@icir.org Wed Mar 15 02:06:23 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Wed, 15 Mar 2006 02:06:23 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/rtrmgr Message-ID: <200603150206.k2F26N1P012025@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-15 02:06:23 UTC XORP CVS repository Modified files: rtrmgr config.boot.sample Log message: Changed the sample discard address from 127.127.0.1 to 192.0.2.1. The latter belongs to the so-called "TEST-NET" block as defined by RFC 3330: 192.0.2.0/24 - This block is assigned as "TEST-NET" for use in documentation and example code. It is often used in conjunction with domain names example.com or example.net in vendor and protocol documentation. Addresses within this block should not appear on the public Internet. Requested by: Kristian Larsson Revision Changes Path 1.36 +2 -2; commitid: 2e9d4417750b7ea6; xorp/rtrmgr/config.boot.sample From pavlin@icir.org Wed Mar 15 21:06:06 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Wed, 15 Mar 2006 21:06:06 GMT Subject: [Xorp-cvs] XORP cvs commit: www www/html_src Message-ID: <200603152106.k2FL66in027889@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: www Changes by: pavlin@xorpc.icir.org 2006-03-15 21:06:06 UTC XORP CVS repository Modified files: . downloads.html html_src downloads.html Log message: Update the MD5 checksum for xorp-1.2-setup.exe Revision Changes Path 1.51 +2 -2; commitid: 6cc3441881b27ea6; www/downloads.html 1.21 +1 -1; commitid: 6cc3441881b27ea6; www/html_src/downloads.html From pavlin@icir.org Wed Mar 15 23:16:23 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Wed, 15 Mar 2006 23:16:23 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/devnotes Message-ID: <200603152316.k2FNGNnZ029697@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-15 23:16:22 UTC XORP CVS repository Added files: devnotes update_copyright.sh Log message: Add a script for updating the copyright message for all files. Revision Changes Path 1.1 +52 -0 xorp/devnotes/update_copyright.sh (new) From pavlin@icir.org Wed Mar 15 23:35:49 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Wed, 15 Mar 2006 23:35:49 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/devnotes Message-ID: <200603152335.k2FNZn0D030054@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-15 23:35:49 UTC XORP CVS repository Modified files: devnotes update_copyright.sh Log message: Explicitly use "grep" to double-check that the file contains the old string with the copyright. Otherwise, we may inadequately overwrite even files that don't have new line at the end of the file (including binary files). Revision Changes Path 1.2 +7 -1; commitid: 750f4418a44b7ea6; xorp/devnotes/update_copyright.sh From pavlin@icir.org Wed Mar 15 23:40:49 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Wed, 15 Mar 2006 23:40:49 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/docs/user_manual Message-ID: <200603152340.k2FNenMr030143@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-15 23:40:49 UTC XORP CVS repository Modified files: docs/user_manual preface.tex Log message: Update the copyright message to match the style everywhere else: OLD: INSTITUTION, YEARS NEW: YEARS INSTITUTION Revision Changes Path 1.4 +3 -3; commitid: 75894418a5a87ea6; xorp/docs/user_manual/preface.tex From pavlin@icir.org Thu Mar 16 00:06:37 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Thu, 16 Mar 2006 00:06:37 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/ospfd/xorp xorp/devnotes xorp/docs/papers/hotnets_2002_talk xorp/docs/user_manual xorp/fea xorp/fea/tools xorp/fib2mrib xorp/libcomm ... Message-ID: <200603160006.k2G06bcG033819@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-16 00:06:37 UTC XORP CVS repository Modified files: . LICENSE 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 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_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/ospfd/xorp ospf_config.C ospf_config.h ospf_module.h xrl_target.C xrl_target.h devnotes template.c template.cc template.h template.hh docs/papers/hotnets_2002_talk elements.mp elemfig.sty samp04_iprouter.mp docs/user_manual preface.tex fea addr_table.cc addr_table.hh click_socket.cc click_socket.hh demo_fea_ifmgr_client.cc fea.cc fea_module.h fte.hh fti_transaction.cc fti_transaction.hh fticonfig.cc fticonfig.hh fticonfig_entry_get.cc fticonfig_entry_get.hh fticonfig_entry_get_click.cc fticonfig_entry_get_dummy.cc fticonfig_entry_get_netlink.cc fticonfig_entry_get_rtsock.cc fticonfig_entry_observer.cc fticonfig_entry_observer.hh fticonfig_entry_observer_dummy.cc fticonfig_entry_observer_iphelper.cc fticonfig_entry_observer_netlink.cc fticonfig_entry_observer_rtsock.cc fticonfig_entry_parse_nlm.cc fticonfig_entry_parse_rtm.cc fticonfig_entry_set.cc fticonfig_entry_set.hh fticonfig_entry_set_click.cc fticonfig_entry_set_dummy.cc fticonfig_entry_set_iphelper.cc fticonfig_entry_set_netlink.cc fticonfig_entry_set_rtsock.cc fticonfig_table_get.cc fticonfig_table_get.hh fticonfig_table_get_click.cc fticonfig_table_get_dummy.cc fticonfig_table_get_iphelper.cc fticonfig_table_get_netlink.cc fticonfig_table_get_sysctl.cc fticonfig_table_observer.cc fticonfig_table_observer.hh fticonfig_table_observer_dummy.cc fticonfig_table_observer_iphelper.cc fticonfig_table_observer_netlink.cc fticonfig_table_observer_rtsock.cc fticonfig_table_parse_nlm.cc fticonfig_table_parse_rtm.cc fticonfig_table_set.cc fticonfig_table_set.hh fticonfig_table_set_click.cc fticonfig_table_set_dummy.cc fticonfig_table_set_iphelper.cc fticonfig_table_set_netlink.cc fticonfig_table_set_rtsock.cc ifconfig.cc ifconfig.hh ifconfig_addr_table.cc ifconfig_addr_table.hh ifconfig_get.cc ifconfig_get.hh ifconfig_get_click.cc ifconfig_get_dummy.cc ifconfig_get_getifaddrs.cc ifconfig_get_ioctl.cc ifconfig_get_iphelper.cc ifconfig_get_netlink.cc ifconfig_get_proc_linux.cc ifconfig_get_sysctl.cc ifconfig_media.cc ifconfig_media.hh ifconfig_observer.cc ifconfig_observer.hh ifconfig_observer_dummy.cc ifconfig_observer_iphelper.cc ifconfig_observer_netlink.cc ifconfig_observer_rtsock.cc ifconfig_parse_ifaddrs.cc ifconfig_parse_ifreq.cc ifconfig_parse_nlm.cc ifconfig_parse_rtm.cc ifconfig_set.cc ifconfig_set.hh ifconfig_set_click.cc ifconfig_set_dummy.cc ifconfig_set_ioctl.cc ifconfig_set_iphelper.cc ifconfig_set_netlink.cc ifmanager.hh ifmanager_transaction.cc ifmanager_transaction.hh iftree.cc iftree.hh kernel_utils.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_proto_comm.cc mfea_proto_comm.hh mfea_vif.cc mfea_vif.hh netlink_socket.cc netlink_socket.hh netlink_socket_utils.cc netlink_socket_utils.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_entry.cc pa_entry.hh pa_table.cc pa_table.hh pa_transaction.cc pa_transaction.hh profile_vars.cc profile_vars.hh rawsock.cc rawsock.hh rawsock4.cc rawsock4.hh rawsock6.cc rawsock6.hh routing_socket.cc routing_socket.hh routing_socket_utils.cc routing_socket_utils.hh test_fea.cc test_fti.cc test_ifconfig_rtsock.cc test_ifmanager.cc test_ifmanager_transaction.cc test_mfea.cc test_rawsock4.cc test_xrl_sockets4_udp.cc xrl_fti.cc xrl_fti.hh xrl_ifmanager.cc xrl_ifmanager.hh xrl_ifupdate.cc xrl_ifupdate.hh xrl_mfea_node.cc xrl_mfea_node.hh xrl_packet_acl.cc xrl_packet_acl.hh xrl_rawsock4.cc xrl_rawsock4.hh xrl_rawsock6.cc xrl_rawsock6.hh xrl_socket_cmds.cc xrl_socket_cmds.hh xrl_socket_server.cc xrl_socket_server.hh xrl_target.cc xrl_target.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 config_node_id.hh libproto_module.h proto_node.hh proto_node_cli.cc proto_node_cli.hh proto_register.cc proto_register.hh proto_state.cc proto_state.hh proto_unit.cc proto_unit.hh spt.cc spt.hh test_config_node_id.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.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 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 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_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.cc igmp_proto.h mld6_proto.cc mld6_proto.h mld6igmp_config.cc mld6igmp_member_query.cc mld6igmp_member_query.hh mld6igmp_module.h mld6igmp_node.cc mld6igmp_node.hh mld6igmp_node_cli.cc mld6igmp_node_cli.hh mld6igmp_proto.cc mld6igmp_vif.cc mld6igmp_vif.hh test_mld6igmp.cc xorp_igmp.cc xorp_mld.cc xrl_mld6igmp_node.cc xrl_mld6igmp_node.hh mrt buffer.c buffer.h inet_cksum.c inet_cksum.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 random.c random.h test_mrib.cc test_mrt.cc mrt/include ip_mroute.h ospf area_router.cc auth.cc auth.hh delay_queue.hh external.cc external.hh policy_varrw.cc policy_varrw.hh routing_table.cc routing_table.hh test_common.hh test_routing_table.cc trace.hh vertex.hh vlink.cc vlink.hh ospf/tools 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 test_pim.cc 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.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_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 utils runit.cc 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_client_xif.cc fea_ifmgr_client_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_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 ospf_xif.cc ospf_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_locator_xif.cc socket4_locator_xif.hh socket4_user_xif.cc socket4_user_xif.hh socket4_xif.cc socket4_xif.hh socket6_locator_xif.cc socket6_locator_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 demo_fea_ifmgr_client.xrls demo_fea_ifmgr_client_base.cc demo_fea_ifmgr_client_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 ospf.xrls ospf_base.cc ospf_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_routes.xrls show_routes_base.cc show_routes_base.hh socket_server.xrls socket_server_base.cc socket_server_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 2006. Revision Changes Path 1.6 +2 -2; commitid: 769f4418aaf17ea6; xorp/LICENSE 1.33 +2 -2; commitid: 769f4418aaf17ea6; xorp/bgp/aspath.cc 1.25 +2 -2; commitid: 769f4418aaf17ea6; xorp/bgp/aspath.hh 1.15 +2 -2; commitid: 769f4418aaf17ea6; xorp/bgp/aspath_test.cc 1.11 +2 -2; commitid: 769f4418aaf17ea6; xorp/bgp/attribute_manager.cc 1.7 +2 -2; commitid: 769f4418aaf17ea6; xorp/bgp/attribute_manager.hh 1.72 +2 -2; commitid: 769f4418aaf17ea6; xorp/bgp/bgp.cc 1.58 +2 -2; commitid: 769f4418aaf17ea6; xorp/bgp/bgp.hh 1.7 +2 -2; commitid: 769f4418aaf17ea6; xorp/bgp/bgp_module.h 1.18 +2 -2; commitid: 769f4418aaf17ea6; xorp/bgp/bgp_trie.cc 1.15 +2 -2; commitid: 769f4418aaf17ea6; xorp/bgp/bgp_trie.hh 1.26 +2 -2; commitid: 769f4418aaf17ea6; xorp/bgp/bgp_varrw.cc 1.17 +2 -2; commitid: 769f4418aaf17ea6; xorp/bgp/bgp_varrw.hh 1.4 +2 -2; commitid: 769f4418aaf17ea6; xorp/bgp/bgp_varrw_export.cc 1.3 +2 -2; commitid: 769f4418aaf17ea6; xorp/bgp/bgp_varrw_export.hh 1.4 +1 -1; commitid: 769f4418aaf17ea6; xorp/bgp/damping.cc 1.3 +2 -2; commitid: 769f4418aaf17ea6; xorp/bgp/damping.hh 1.16 +2 -2; commitid: 769f4418aaf17ea6; xorp/bgp/dummy_main.cc 1.14 +2 -2; commitid: 769f4418aaf17ea6; xorp/bgp/dummy_next_hop_resolver.cc 1.10 +2 -2; commitid: 769f4418aaf17ea6; xorp/bgp/dummy_next_hop_resolver.hh 1.31 +2 -2; commitid: 769f4418aaf17ea6; xorp/bgp/dump_iterators.cc 1.17 +2 -2; commitid: 769f4418aaf17ea6; xorp/bgp/dump_iterators.hh 1.9 +2 -2; commitid: 769f4418aaf17ea6; xorp/bgp/exceptions.hh 1.11 +2 -2; commitid: 769f4418aaf17ea6; xorp/bgp/harness/bgppp.cc 1.5 +2 -2; commitid: 769f4418aaf17ea6; xorp/bgp/harness/bgppp.hh 1.23 +2 -2; commitid: 769f4418aaf17ea6; xorp/bgp/harness/command.cc 1.14 +2 -2; commitid: 769f4418aaf17ea6; xorp/bgp/harness/command.hh 1.25 +2 -2; commitid: 769f4418aaf17ea6; xorp/bgp/harness/coord.cc 1.10 +2 -2; commitid: 769f4418aaf17ea6; xorp/bgp/harness/coord.hh 1.73 +2 -2; commitid: 769f4418aaf17ea6; xorp/bgp/harness/peer.cc 1.19 +2 -2; commitid: 769f4418aaf17ea6; xorp/bgp/harness/peer.hh 1.9 +2 -2; commitid: 769f4418aaf17ea6; xorp/bgp/harness/real_trie.hh 1.36 +2 -2; commitid: 769f4418aaf17ea6; xorp/bgp/harness/test_peer.cc 1.14 +2 -2; commitid: 769f4418aaf17ea6; xorp/bgp/harness/test_peer.hh 1.20 +2 -2; commitid: 769f4418aaf17ea6; xorp/bgp/harness/test_trie.cc 1.18 +2 -2; commitid: 769f4418aaf17ea6; xorp/bgp/harness/trie.cc 1.14 +2 -2; commitid: 769f4418aaf17ea6; xorp/bgp/harness/trie.hh 1.9 +2 -2; commitid: 769f4418aaf17ea6; xorp/bgp/harness/trie_payload.hh 1.11 +2 -2; commitid: 769f4418aaf17ea6; xorp/bgp/internal_message.cc 1.9 +2 -2; commitid: 769f4418aaf17ea6; xorp/bgp/internal_message.hh 1.15 +2 -2; commitid: 769f4418aaf17ea6; xorp/bgp/iptuple.cc 1.9 +2 -2; commitid: 769f4418aaf17ea6; xorp/bgp/iptuple.hh 1.12 +2 -2; commitid: 769f4418aaf17ea6; xorp/bgp/local_data.cc 1.17 +2 -2; commitid: 769f4418aaf17ea6; xorp/bgp/local_data.hh 1.45 +2 -2; commitid: 769f4418aaf17ea6; xorp/bgp/main.cc 1.46 +2 -2; commitid: 769f4418aaf17ea6; xorp/bgp/next_hop_resolver.cc 1.30 +2 -2; commitid: 769f4418aaf17ea6; xorp/bgp/next_hop_resolver.hh 1.27 +2 -2; commitid: 769f4418aaf17ea6; xorp/bgp/notification_packet.cc 1.26 +2 -2; commitid: 769f4418aaf17ea6; xorp/bgp/open_packet.cc 1.14 +2 -2; commitid: 769f4418aaf17ea6; xorp/bgp/packet.cc 1.38 +2 -2; commitid: 769f4418aaf17ea6; xorp/bgp/packet.hh 1.31 +2 -2; commitid: 769f4418aaf17ea6; xorp/bgp/parameter.cc 1.22 +2 -2; commitid: 769f4418aaf17ea6; xorp/bgp/parameter.hh 1.78 +2 -2; commitid: 769f4418aaf17ea6; xorp/bgp/path_attribute.cc 1.44 +2 -2; commitid: 769f4418aaf17ea6; xorp/bgp/path_attribute.hh 1.130 +2 -2; commitid: 769f4418aaf17ea6; xorp/bgp/peer.cc 1.40 +2 -2; commitid: 769f4418aaf17ea6; xorp/bgp/peer.hh 1.30 +2 -2; commitid: 769f4418aaf17ea6; xorp/bgp/peer_data.cc 1.20 +2 -2; commitid: 769f4418aaf17ea6; xorp/bgp/peer_data.hh 1.41 +2 -2; commitid: 769f4418aaf17ea6; xorp/bgp/peer_handler.cc 1.21 +2 -2; commitid: 769f4418aaf17ea6; xorp/bgp/peer_handler.hh 1.11 +2 -2; commitid: 769f4418aaf17ea6; xorp/bgp/peer_handler_debug.cc 1.7 +2 -2; commitid: 769f4418aaf17ea6; xorp/bgp/peer_handler_debug.hh 1.22 +2 -2; commitid: 769f4418aaf17ea6; xorp/bgp/peer_list.cc 1.10 +2 -2; commitid: 769f4418aaf17ea6; xorp/bgp/peer_list.hh 1.17 +2 -2; commitid: 769f4418aaf17ea6; xorp/bgp/peer_route_pair.hh 1.88 +2 -2; commitid: 769f4418aaf17ea6; xorp/bgp/plumbing.cc 1.37 +2 -2; commitid: 769f4418aaf17ea6; xorp/bgp/plumbing.hh 1.15 +2 -2; commitid: 769f4418aaf17ea6; xorp/bgp/process_watch.cc 1.12 +2 -2; commitid: 769f4418aaf17ea6; xorp/bgp/process_watch.hh 1.16 +2 -2; commitid: 769f4418aaf17ea6; xorp/bgp/profile_vars.cc 1.11 +2 -2; commitid: 769f4418aaf17ea6; xorp/bgp/profile_vars.hh 1.72 +2 -2; commitid: 769f4418aaf17ea6; xorp/bgp/rib_ipc_handler.cc 1.41 +2 -2; commitid: 769f4418aaf17ea6; xorp/bgp/rib_ipc_handler.hh 1.11 +2 -2; commitid: 769f4418aaf17ea6; xorp/bgp/route_queue.cc 1.13 +2 -2; commitid: 769f4418aaf17ea6; xorp/bgp/route_queue.hh 1.19 +2 -2; commitid: 769f4418aaf17ea6; xorp/bgp/route_table_aggregation.cc 1.11 +2 -2; commitid: 769f4418aaf17ea6; xorp/bgp/route_table_aggregation.hh 1.10 +2 -2; commitid: 769f4418aaf17ea6; xorp/bgp/route_table_base.cc 1.16 +2 -2; commitid: 769f4418aaf17ea6; xorp/bgp/route_table_base.hh 1.32 +2 -2; commitid: 769f4418aaf17ea6; xorp/bgp/route_table_cache.cc 1.21 +2 -2; commitid: 769f4418aaf17ea6; xorp/bgp/route_table_cache.hh 1.4 +1 -1; commitid: 769f4418aaf17ea6; xorp/bgp/route_table_damping.cc 1.2 +2 -2; commitid: 769f4418aaf17ea6; xorp/bgp/route_table_damping.hh 1.14 +2 -2; commitid: 769f4418aaf17ea6; xorp/bgp/route_table_debug.cc 1.11 +2 -2; commitid: 769f4418aaf17ea6; xorp/bgp/route_table_debug.hh 1.42 +2 -2; commitid: 769f4418aaf17ea6; xorp/bgp/route_table_decision.cc 1.23 +2 -2; commitid: 769f4418aaf17ea6; xorp/bgp/route_table_decision.hh 1.21 +2 -2; commitid: 769f4418aaf17ea6; xorp/bgp/route_table_deletion.cc 1.18 +2 -2; commitid: 769f4418aaf17ea6; xorp/bgp/route_table_deletion.hh 1.39 +2 -2; commitid: 769f4418aaf17ea6; xorp/bgp/route_table_dump.cc 1.22 +2 -2; commitid: 769f4418aaf17ea6; xorp/bgp/route_table_dump.hh 1.54 +2 -2; commitid: 769f4418aaf17ea6; xorp/bgp/route_table_fanout.cc 1.20 +2 -2; commitid: 769f4418aaf17ea6; xorp/bgp/route_table_fanout.hh 1.48 +2 -2; commitid: 769f4418aaf17ea6; xorp/bgp/route_table_filter.cc 1.26 +2 -2; commitid: 769f4418aaf17ea6; xorp/bgp/route_table_filter.hh 1.26 +2 -2; commitid: 769f4418aaf17ea6; xorp/bgp/route_table_nhlookup.cc 1.15 +2 -2; commitid: 769f4418aaf17ea6; xorp/bgp/route_table_nhlookup.hh 1.20 +2 -2; commitid: 769f4418aaf17ea6; xorp/bgp/route_table_policy.cc 1.8 +2 -2; commitid: 769f4418aaf17ea6; xorp/bgp/route_table_policy.hh 1.3 +2 -2; commitid: 769f4418aaf17ea6; xorp/bgp/route_table_policy_ex.cc 1.3 +2 -2; commitid: 769f4418aaf17ea6; xorp/bgp/route_table_policy_ex.hh 1.10 +2 -2; commitid: 769f4418aaf17ea6; xorp/bgp/route_table_policy_im.cc 1.4 +2 -2; commitid: 769f4418aaf17ea6; xorp/bgp/route_table_policy_im.hh 1.6 +2 -2; commitid: 769f4418aaf17ea6; xorp/bgp/route_table_policy_sm.cc 1.7 +2 -2; commitid: 769f4418aaf17ea6; xorp/bgp/route_table_policy_sm.hh 1.8 +2 -2; commitid: 769f4418aaf17ea6; xorp/bgp/route_table_reader.cc 1.9 +2 -2; commitid: 769f4418aaf17ea6; xorp/bgp/route_table_reader.hh 1.43 +2 -2; commitid: 769f4418aaf17ea6; xorp/bgp/route_table_ribin.cc 1.23 +2 -2; commitid: 769f4418aaf17ea6; xorp/bgp/route_table_ribin.hh 1.29 +2 -2; commitid: 769f4418aaf17ea6; xorp/bgp/route_table_ribout.cc 1.15 +2 -2; commitid: 769f4418aaf17ea6; xorp/bgp/route_table_ribout.hh 1.39 +2 -2; commitid: 769f4418aaf17ea6; xorp/bgp/socket.cc 1.17 +2 -2; commitid: 769f4418aaf17ea6; xorp/bgp/socket.hh 1.21 +2 -2; commitid: 769f4418aaf17ea6; xorp/bgp/subnet_route.cc 1.20 +2 -2; commitid: 769f4418aaf17ea6; xorp/bgp/subnet_route.hh 1.29 +2 -2; commitid: 769f4418aaf17ea6; xorp/bgp/test_cache.cc 1.37 +2 -2; commitid: 769f4418aaf17ea6; xorp/bgp/test_decision.cc 1.28 +2 -2; commitid: 769f4418aaf17ea6; xorp/bgp/test_deletion.cc 1.52 +2 -2; commitid: 769f4418aaf17ea6; xorp/bgp/test_dump.cc 1.32 +2 -2; commitid: 769f4418aaf17ea6; xorp/bgp/test_fanout.cc 1.37 +2 -2; commitid: 769f4418aaf17ea6; xorp/bgp/test_filter.cc 1.17 +2 -2; commitid: 769f4418aaf17ea6; xorp/bgp/test_main.cc 1.26 +2 -2; commitid: 769f4418aaf17ea6; xorp/bgp/test_next_hop_resolver.cc 1.6 +2 -2; commitid: 769f4418aaf17ea6; xorp/bgp/test_next_hop_resolver.hh 1.32 +2 -2; commitid: 769f4418aaf17ea6; xorp/bgp/test_nhlookup.cc 1.13 +2 -2; commitid: 769f4418aaf17ea6; xorp/bgp/test_packet.cc 1.7 +2 -2; commitid: 769f4418aaf17ea6; xorp/bgp/test_packet.hh 1.13 +2 -2; commitid: 769f4418aaf17ea6; xorp/bgp/test_packet_coding.cc 1.15 +2 -2; commitid: 769f4418aaf17ea6; xorp/bgp/test_peer_data.cc 1.21 +2 -2; commitid: 769f4418aaf17ea6; xorp/bgp/test_plumbing.cc 1.8 +2 -2; commitid: 769f4418aaf17ea6; xorp/bgp/test_plumbing.hh 1.33 +2 -2; commitid: 769f4418aaf17ea6; xorp/bgp/test_ribin.cc 1.30 +2 -2; commitid: 769f4418aaf17ea6; xorp/bgp/test_ribout.cc 1.7 +2 -2; commitid: 769f4418aaf17ea6; xorp/bgp/test_subnet_route.cc 1.6 +2 -2; commitid: 769f4418aaf17ea6; xorp/bgp/timer_const.hh 1.7 +2 -2; commitid: 769f4418aaf17ea6; xorp/bgp/tools/bgptools_module.h 1.18 +2 -2; commitid: 769f4418aaf17ea6; xorp/bgp/tools/print_peer.cc 1.13 +2 -2; commitid: 769f4418aaf17ea6; xorp/bgp/tools/print_peer.hh 1.7 +2 -2; commitid: 769f4418aaf17ea6; xorp/bgp/tools/print_peers.cc 1.16 +2 -2; commitid: 769f4418aaf17ea6; xorp/bgp/tools/print_routes.cc 1.16 +2 -2; commitid: 769f4418aaf17ea6; xorp/bgp/tools/print_routes.hh 1.9 +2 -2; commitid: 769f4418aaf17ea6; xorp/bgp/tools/print_routes_main.cc 1.5 +2 -2; commitid: 769f4418aaf17ea6; xorp/bgp/tools/xorpsh_print_peers.cc 1.12 +2 -2; commitid: 769f4418aaf17ea6; xorp/bgp/tools/xorpsh_print_routes.cc 1.14 +2 -2; commitid: 769f4418aaf17ea6; xorp/bgp/update_attrib.cc 1.12 +2 -2; commitid: 769f4418aaf17ea6; xorp/bgp/update_attrib.hh 1.40 +2 -2; commitid: 769f4418aaf17ea6; xorp/bgp/update_packet.cc 1.15 +2 -2; commitid: 769f4418aaf17ea6; xorp/bgp/update_test.cc 1.58 +2 -2; commitid: 769f4418aaf17ea6; xorp/bgp/xrl_target.cc 1.39 +2 -2; commitid: 769f4418aaf17ea6; xorp/bgp/xrl_target.hh 1.53 +2 -2; commitid: 769f4418aaf17ea6; xorp/cli/cli_client.cc 1.28 +2 -2; commitid: 769f4418aaf17ea6; xorp/cli/cli_client.hh 1.26 +2 -2; commitid: 769f4418aaf17ea6; xorp/cli/cli_command.cc 1.24 +2 -2; commitid: 769f4418aaf17ea6; xorp/cli/cli_command.hh 1.13 +2 -2; commitid: 769f4418aaf17ea6; xorp/cli/cli_command_pipe.cc 1.12 +2 -2; commitid: 769f4418aaf17ea6; xorp/cli/cli_command_pipe.hh 1.7 +2 -2; commitid: 769f4418aaf17ea6; xorp/cli/cli_module.h 1.34 +2 -2; commitid: 769f4418aaf17ea6; xorp/cli/cli_node.cc 1.26 +2 -2; commitid: 769f4418aaf17ea6; xorp/cli/cli_node.hh 1.15 +2 -2; commitid: 769f4418aaf17ea6; xorp/cli/cli_node_internal_commands.cc 1.48 +2 -2; commitid: 769f4418aaf17ea6; xorp/cli/cli_node_net.cc 1.8 +2 -2; commitid: 769f4418aaf17ea6; xorp/cli/cli_private.hh 1.6 +2 -2; commitid: 769f4418aaf17ea6; xorp/cli/libtecla/nettest_libtecla.c 1.41 +2 -2; commitid: 769f4418aaf17ea6; xorp/cli/test_cli.cc 1.10 +2 -2; commitid: 769f4418aaf17ea6; xorp/cli/tools/send_cli_processor_xrl.cc 1.29 +2 -2; commitid: 769f4418aaf17ea6; xorp/cli/xrl_cli_node.cc 1.19 +2 -2; commitid: 769f4418aaf17ea6; xorp/cli/xrl_cli_node.hh 1.5 +2 -2; commitid: 769f4418aaf17ea6; xorp/contrib/ospfd/xorp/ospf_config.C 1.6 +2 -2; commitid: 769f4418aaf17ea6; xorp/contrib/ospfd/xorp/ospf_config.h 1.7 +2 -2; commitid: 769f4418aaf17ea6; xorp/contrib/ospfd/xorp/ospf_module.h 1.10 +2 -2; commitid: 769f4418aaf17ea6; xorp/contrib/ospfd/xorp/xrl_target.C 1.10 +2 -2; commitid: 769f4418aaf17ea6; xorp/contrib/ospfd/xorp/xrl_target.h 1.6 +2 -2; commitid: 769f4418aaf17ea6; xorp/devnotes/template.c 1.6 +2 -2; commitid: 769f4418aaf17ea6; xorp/devnotes/template.cc 1.6 +2 -2; commitid: 769f4418aaf17ea6; xorp/devnotes/template.h 1.6 +2 -2; commitid: 769f4418aaf17ea6; xorp/devnotes/template.hh 1.4 +1 -1; commitid: 769f4418aaf17ea6; xorp/docs/papers/hotnets_2002_talk/elements.mp 1.4 +1 -1; commitid: 769f4418aaf17ea6; xorp/docs/papers/hotnets_2002_talk/elemfig.sty 1.4 +1 -1; commitid: 769f4418aaf17ea6; xorp/docs/papers/hotnets_2002_talk/samp04_iprouter.mp 1.5 +2 -2; commitid: 769f4418aaf17ea6; xorp/docs/user_manual/preface.tex 1.5 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/addr_table.cc 1.5 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/addr_table.hh 1.29 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/click_socket.cc 1.21 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/click_socket.hh 1.11 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/demo_fea_ifmgr_client.cc 1.55 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/fea.cc 1.7 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/fea_module.h 1.18 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/fte.hh 1.10 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/fti_transaction.cc 1.12 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/fti_transaction.hh 1.48 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/fticonfig.cc 1.37 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/fticonfig.hh 1.10 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/fticonfig_entry_get.cc 1.24 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/fticonfig_entry_get.hh 1.11 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/fticonfig_entry_get_click.cc 1.16 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/fticonfig_entry_get_dummy.cc 1.30 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/fticonfig_entry_get_netlink.cc 1.31 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/fticonfig_entry_get_rtsock.cc 1.8 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/fticonfig_entry_observer.cc 1.15 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/fticonfig_entry_observer.hh 1.14 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/fticonfig_entry_observer_dummy.cc 1.5 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/fticonfig_entry_observer_iphelper.cc 1.11 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/fticonfig_entry_observer_netlink.cc 1.11 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/fticonfig_entry_observer_rtsock.cc 1.14 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/fticonfig_entry_parse_nlm.cc 1.12 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/fticonfig_entry_parse_rtm.cc 1.10 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/fticonfig_entry_set.cc 1.21 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/fticonfig_entry_set.hh 1.26 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/fticonfig_entry_set_click.cc 1.14 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/fticonfig_entry_set_dummy.cc 1.6 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/fticonfig_entry_set_iphelper.cc 1.25 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/fticonfig_entry_set_netlink.cc 1.33 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/fticonfig_entry_set_rtsock.cc 1.10 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/fticonfig_table_get.cc 1.21 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/fticonfig_table_get.hh 1.12 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/fticonfig_table_get_click.cc 1.14 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/fticonfig_table_get_dummy.cc 1.5 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/fticonfig_table_get_iphelper.cc 1.27 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/fticonfig_table_get_netlink.cc 1.20 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/fticonfig_table_get_sysctl.cc 1.12 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/fticonfig_table_observer.cc 1.16 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/fticonfig_table_observer.hh 1.14 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/fticonfig_table_observer_dummy.cc 1.5 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/fticonfig_table_observer_iphelper.cc 1.12 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/fticonfig_table_observer_netlink.cc 1.16 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/fticonfig_table_observer_rtsock.cc 1.15 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/fticonfig_table_parse_nlm.cc 1.16 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/fticonfig_table_parse_rtm.cc 1.10 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/fticonfig_table_set.cc 1.17 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/fticonfig_table_set.hh 1.10 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/fticonfig_table_set_click.cc 1.13 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/fticonfig_table_set_dummy.cc 1.6 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/fticonfig_table_set_iphelper.cc 1.10 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/fticonfig_table_set_netlink.cc 1.13 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/fticonfig_table_set_rtsock.cc 1.50 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/ifconfig.cc 1.47 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/ifconfig.hh 1.8 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/ifconfig_addr_table.cc 1.7 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/ifconfig_addr_table.hh 1.11 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/ifconfig_get.cc 1.24 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/ifconfig_get.hh 1.10 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/ifconfig_get_click.cc 1.15 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/ifconfig_get_dummy.cc 1.16 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/ifconfig_get_getifaddrs.cc 1.15 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/ifconfig_get_ioctl.cc 1.7 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/ifconfig_get_iphelper.cc 1.17 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/ifconfig_get_netlink.cc 1.24 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/ifconfig_get_proc_linux.cc 1.15 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/ifconfig_get_sysctl.cc 1.10 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/ifconfig_media.cc 1.2 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/ifconfig_media.hh 1.8 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/ifconfig_observer.cc 1.15 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/ifconfig_observer.hh 1.14 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/ifconfig_observer_dummy.cc 1.6 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/ifconfig_observer_iphelper.cc 1.14 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/ifconfig_observer_netlink.cc 1.14 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/ifconfig_observer_rtsock.cc 1.28 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/ifconfig_parse_ifaddrs.cc 1.27 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/ifconfig_parse_ifreq.cc 1.21 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/ifconfig_parse_nlm.cc 1.26 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/ifconfig_parse_rtm.cc 1.37 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/ifconfig_set.cc 1.40 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/ifconfig_set.hh 1.32 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/ifconfig_set_click.cc 1.24 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/ifconfig_set_dummy.cc 1.41 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/ifconfig_set_ioctl.cc 1.6 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/ifconfig_set_iphelper.cc 1.25 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/ifconfig_set_netlink.cc 1.7 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/ifmanager.hh 1.6 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/ifmanager_transaction.cc 1.14 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/ifmanager_transaction.hh 1.35 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/iftree.cc 1.36 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/iftree.hh 1.4 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/kernel_utils.hh 1.17 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/libfeaclient_bridge.cc 1.7 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/libfeaclient_bridge.hh 1.15 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/mfea_config.cc 1.6 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/mfea_dataflow.cc 1.6 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/mfea_dataflow.hh 1.5 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/mfea_kernel_messages.hh 1.6 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/mfea_module.h 1.42 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/mfea_mrouter.cc 1.13 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/mfea_mrouter.hh 1.62 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/mfea_node.cc 1.34 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/mfea_node.hh 1.19 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/mfea_node_cli.cc 1.6 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/mfea_node_cli.hh 1.9 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/mfea_osdep.hh 1.46 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/mfea_proto_comm.cc 1.15 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/mfea_proto_comm.hh 1.15 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/mfea_vif.cc 1.8 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/mfea_vif.hh 1.35 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/netlink_socket.cc 1.17 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/netlink_socket.hh 1.27 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/netlink_socket_utils.cc 1.14 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/netlink_socket_utils.hh 1.10 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/nexthop_port_mapper.cc 1.11 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/nexthop_port_mapper.hh 1.4 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/pa_backend.hh 1.5 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/pa_backend_dummy.cc 1.4 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/pa_backend_dummy.hh 1.7 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/pa_backend_ipfw2.cc 1.3 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/pa_backend_ipfw2.hh 1.4 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/pa_entry.cc 1.3 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/pa_entry.hh 1.4 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/pa_table.cc 1.3 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/pa_table.hh 1.9 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/pa_transaction.cc 1.3 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/pa_transaction.hh 1.4 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/profile_vars.cc 1.4 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/profile_vars.hh 1.17 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/rawsock.cc 1.5 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/rawsock.hh 1.16 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/rawsock4.cc 1.15 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/rawsock4.hh 1.15 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/rawsock6.cc 1.14 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/rawsock6.hh 1.27 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/routing_socket.cc 1.14 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/routing_socket.hh 1.31 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/routing_socket_utils.cc 1.8 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/routing_socket_utils.hh 1.15 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/test_fea.cc 1.10 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/test_fti.cc 1.11 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/test_ifconfig_rtsock.cc 1.8 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/test_ifmanager.cc 1.8 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/test_ifmanager_transaction.cc 1.26 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/test_mfea.cc 1.17 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/test_rawsock4.cc 1.12 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/test_xrl_sockets4_udp.cc 1.17 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/tools/show_interfaces.cc 1.6 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/tools/show_interfaces.hh 1.20 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/xrl_fti.cc 1.14 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/xrl_fti.hh 1.20 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/xrl_ifmanager.cc 1.11 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/xrl_ifmanager.hh 1.11 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/xrl_ifupdate.cc 1.13 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/xrl_ifupdate.hh 1.50 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/xrl_mfea_node.cc 1.26 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/xrl_mfea_node.hh 1.5 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/xrl_packet_acl.cc 1.3 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/xrl_packet_acl.hh 1.18 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/xrl_rawsock4.cc 1.11 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/xrl_rawsock4.hh 1.9 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/xrl_rawsock6.cc 1.5 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/xrl_rawsock6.hh 1.7 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/xrl_socket_cmds.cc 1.7 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/xrl_socket_cmds.hh 1.28 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/xrl_socket_server.cc 1.11 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/xrl_socket_server.hh 1.79 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/xrl_target.cc 1.56 +2 -2; commitid: 769f4418aaf17ea6; xorp/fea/xrl_target.hh 1.6 +2 -2; commitid: 769f4418aaf17ea6; xorp/fib2mrib/fib2mrib_module.h 1.30 +2 -2; commitid: 769f4418aaf17ea6; xorp/fib2mrib/fib2mrib_node.cc 1.19 +2 -2; commitid: 769f4418aaf17ea6; xorp/fib2mrib/fib2mrib_node.hh 1.7 +2 -2; commitid: 769f4418aaf17ea6; xorp/fib2mrib/fib2mrib_varrw.cc 1.6 +2 -2; commitid: 769f4418aaf17ea6; xorp/fib2mrib/fib2mrib_varrw.hh 1.11 +2 -2; commitid: 769f4418aaf17ea6; xorp/fib2mrib/xorp_fib2mrib.cc 1.35 +2 -2; commitid: 769f4418aaf17ea6; xorp/fib2mrib/xrl_fib2mrib_node.cc 1.17 +2 -2; commitid: 769f4418aaf17ea6; xorp/fib2mrib/xrl_fib2mrib_node.hh 1.6 +2 -2; commitid: 769f4418aaf17ea6; xorp/libcomm/comm_module.h 1.12 +2 -2; commitid: 769f4418aaf17ea6; xorp/libcomm/test_comm.c 1.2 +2 -2; commitid: 769f4418aaf17ea6; xorp/libcomm/test_connect.cc 1.14 +2 -2; commitid: 769f4418aaf17ea6; xorp/libfeaclient/ifmgr_atoms.cc 1.23 +2 -2; commitid: 769f4418aaf17ea6; xorp/libfeaclient/ifmgr_atoms.hh 1.4 +2 -2; commitid: 769f4418aaf17ea6; xorp/libfeaclient/ifmgr_cmd_base.hh 1.12 +2 -2; commitid: 769f4418aaf17ea6; xorp/libfeaclient/ifmgr_cmd_queue.cc 1.10 +2 -2; commitid: 769f4418aaf17ea6; xorp/libfeaclient/ifmgr_cmd_queue.hh 1.16 +2 -2; commitid: 769f4418aaf17ea6; xorp/libfeaclient/ifmgr_cmds.cc 1.13 +2 -2; commitid: 769f4418aaf17ea6; xorp/libfeaclient/ifmgr_cmds.hh 1.19 +2 -2; commitid: 769f4418aaf17ea6; xorp/libfeaclient/ifmgr_xrl_mirror.cc 1.14 +2 -2; commitid: 769f4418aaf17ea6; xorp/libfeaclient/ifmgr_xrl_mirror.hh 1.13 +2 -2; commitid: 769f4418aaf17ea6; xorp/libfeaclient/ifmgr_xrl_replicator.cc 1.10 +2 -2; commitid: 769f4418aaf17ea6; xorp/libfeaclient/ifmgr_xrl_replicator.hh 1.7 +2 -2; commitid: 769f4418aaf17ea6; xorp/libfeaclient/libfeaclient_module.h 1.4 +2 -2; commitid: 769f4418aaf17ea6; xorp/libfeaclient/overview.hh 1.10 +2 -2; commitid: 769f4418aaf17ea6; xorp/libfeaclient/test_local_copy.cc 1.15 +2 -2; commitid: 769f4418aaf17ea6; xorp/libfeaclient/test_remote_copy.cc 1.6 +2 -2; commitid: 769f4418aaf17ea6; xorp/libproto/config_node_id.hh 1.7 +2 -2; commitid: 769f4418aaf17ea6; xorp/libproto/libproto_module.h 1.35 +2 -2; commitid: 769f4418aaf17ea6; xorp/libproto/proto_node.hh 1.7 +2 -2; commitid: 769f4418aaf17ea6; xorp/libproto/proto_node_cli.cc 1.7 +2 -2; commitid: 769f4418aaf17ea6; xorp/libproto/proto_node_cli.hh 1.8 +2 -2; commitid: 769f4418aaf17ea6; xorp/libproto/proto_register.cc 1.7 +2 -2; commitid: 769f4418aaf17ea6; xorp/libproto/proto_register.hh 1.12 +2 -2; commitid: 769f4418aaf17ea6; xorp/libproto/proto_state.cc 1.7 +2 -2; commitid: 769f4418aaf17ea6; xorp/libproto/proto_state.hh 1.12 +2 -2; commitid: 769f4418aaf17ea6; xorp/libproto/proto_unit.cc 1.10 +2 -2; commitid: 769f4418aaf17ea6; xorp/libproto/proto_unit.hh 1.8 +2 -2; commitid: 769f4418aaf17ea6; xorp/libproto/spt.cc 1.11 +2 -2; commitid: 769f4418aaf17ea6; xorp/libproto/spt.hh 1.5 +2 -2; commitid: 769f4418aaf17ea6; xorp/libproto/test_config_node_id.cc 1.11 +2 -2; commitid: 769f4418aaf17ea6; xorp/libproto/test_spt.cc 1.35 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxipc/call_xrl.cc 1.21 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxipc/finder.cc 1.20 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxipc/finder.hh 1.31 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxipc/finder_client.cc 1.20 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxipc/finder_client.hh 1.8 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxipc/finder_client_observer.cc 1.4 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxipc/finder_client_observer.hh 1.9 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxipc/finder_client_xrl_target.cc 1.11 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxipc/finder_client_xrl_target.hh 1.8 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxipc/finder_constants.hh 1.19 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxipc/finder_main.cc 1.12 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxipc/finder_messenger.cc 1.17 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxipc/finder_messenger.hh 1.11 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxipc/finder_module.h 1.8 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxipc/finder_msgs.cc 1.7 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxipc/finder_msgs.hh 1.14 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxipc/finder_server.cc 1.15 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxipc/finder_server.hh 1.29 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxipc/finder_tcp.cc 1.18 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxipc/finder_tcp.hh 1.27 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxipc/finder_tcp_messenger.cc 1.15 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxipc/finder_tcp_messenger.hh 1.8 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxipc/finder_xrl_queue.cc 1.12 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxipc/finder_xrl_queue.hh 1.24 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxipc/finder_xrl_target.cc 1.16 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxipc/finder_xrl_target.hh 1.11 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxipc/header.cc 1.10 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxipc/header.hh 1.6 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxipc/hmac.cc 1.7 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxipc/hmac.hh 1.7 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxipc/ipc_module.h 1.5 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxipc/permits.cc 1.5 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxipc/permits.hh 1.21 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxipc/sockutil.cc 1.12 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxipc/sockutil.hh 1.20 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxipc/test_finder.cc 1.22 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxipc/test_finder_events.cc 1.17 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxipc/test_finder_messenger.cc 1.9 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxipc/test_finder_msgs.cc 1.20 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxipc/test_finder_tcp.cc 1.11 +1 -1; commitid: 769f4418aaf17ea6; xorp/libxipc/test_finder_to.cc 1.7 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxipc/test_header.cc 1.16 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxipc/test_inproc.cc 1.16 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxipc/test_lemming.cc 1.19 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxipc/test_stcp.cc 1.9 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxipc/test_stcppf.cc 1.15 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxipc/test_sudp.cc 1.12 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxipc/test_xrl.cc 1.12 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxipc/test_xrl_args.cc 1.12 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxipc/test_xrl_atom.cc 1.7 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxipc/test_xrl_error.cc 1.9 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxipc/test_xrl_parser.cc 1.12 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxipc/test_xrl_receiver.cc 1.16 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxipc/test_xrl_router.cc 1.16 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxipc/test_xrl_sender.cc 1.12 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxipc/xrl.cc 1.13 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxipc/xrl.hh 1.11 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxipc/xrl_args.cc 1.14 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxipc/xrl_args.hh 1.22 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxipc/xrl_atom.cc 1.9 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxipc/xrl_atom.hh 1.13 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxipc/xrl_atom_encoding.cc 1.10 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxipc/xrl_atom_encoding.hh 1.8 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxipc/xrl_atom_list.cc 1.8 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxipc/xrl_atom_list.hh 1.14 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxipc/xrl_cmd_map.cc 1.16 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxipc/xrl_cmd_map.hh 1.9 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxipc/xrl_dispatcher.cc 1.6 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxipc/xrl_dispatcher.hh 1.11 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxipc/xrl_error.cc 1.15 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxipc/xrl_error.hh 1.7 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxipc/xrl_module.h 1.12 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxipc/xrl_parser.cc 1.7 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxipc/xrl_parser.hh 1.11 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxipc/xrl_parser_input.cc 1.7 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxipc/xrl_parser_input.hh 1.4 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxipc/xrl_pf.cc 1.27 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxipc/xrl_pf.hh 1.15 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxipc/xrl_pf_factory.cc 1.11 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxipc/xrl_pf_factory.hh 1.29 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxipc/xrl_pf_inproc.cc 1.17 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxipc/xrl_pf_inproc.hh 1.8 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxipc/xrl_pf_kill.cc 1.5 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxipc/xrl_pf_kill.hh 1.46 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxipc/xrl_pf_stcp.cc 1.24 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxipc/xrl_pf_stcp.hh 1.11 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxipc/xrl_pf_stcp_ph.cc 1.9 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxipc/xrl_pf_stcp_ph.hh 1.46 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxipc/xrl_pf_sudp.cc 1.20 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxipc/xrl_pf_sudp.hh 1.52 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxipc/xrl_router.cc 1.35 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxipc/xrl_router.hh 1.6 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxipc/xrl_sender.hh 1.10 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxipc/xrl_std_router.cc 1.15 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxipc/xrl_std_router.hh 1.6 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxipc/xrl_tokens.cc 1.8 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxipc/xrl_tokens.hh 1.10 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxipc/xuid.cc 1.6 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxipc/xuid.hh 1.13 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxorp/asnum.hh 1.25 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxorp/asyncio.cc 1.16 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxorp/asyncio.hh 1.6 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxorp/buffer.hh 1.11 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxorp/buffered_asyncio.cc 1.5 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxorp/buffered_asyncio.hh 1.10 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxorp/c_format.cc 1.8 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxorp/c_format.hh 1.16 +1 -1; commitid: 769f4418aaf17ea6; xorp/libxorp/callback-gen.py 1.8 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxorp/callback.cc 1.18 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxorp/callback.hh 1.11 +1 -1; commitid: 769f4418aaf17ea6; xorp/libxorp/callback_debug.hh 1.9 +1 -1; commitid: 769f4418aaf17ea6; xorp/libxorp/callback_nodebug.hh 1.4 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxorp/clock.cc 1.4 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxorp/clock.hh 1.9 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxorp/config_param.hh 1.8 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxorp/debug.c 1.8 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxorp/debug.h 1.9 +3 -3; commitid: 769f4418aaf17ea6; xorp/libxorp/ether_compat.c 1.12 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxorp/ether_compat.h 1.14 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxorp/eventloop.cc 1.18 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxorp/eventloop.hh 1.6 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxorp/exceptions.cc 1.7 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxorp/exceptions.hh 1.4 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxorp/gai_strerror.c 1.3 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxorp/getopt.c 1.17 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxorp/heap.cc 1.11 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxorp/heap.hh 1.3 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxorp/ioevents.hh 1.22 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxorp/ipnet.hh 1.20 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxorp/ipv4.cc 1.25 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxorp/ipv4.hh 1.5 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxorp/ipv4net.hh 1.21 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxorp/ipv6.cc 1.25 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxorp/ipv6.hh 1.5 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxorp/ipv6net.hh 1.18 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxorp/ipvx.cc 1.19 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxorp/ipvx.hh 1.13 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxorp/ipvxnet.hh 1.7 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxorp/libxorp_module.h 1.12 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxorp/mac.cc 1.9 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxorp/mac.hh 1.6 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxorp/minitraits.hh 1.8 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxorp/nexthop.cc 1.5 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxorp/nexthop.hh 1.6 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxorp/old_trie.hh 1.20 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxorp/popen.cc 1.7 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxorp/popen.hh 1.7 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxorp/profile.cc 1.7 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxorp/profile.hh 1.5 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxorp/random.c 1.3 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxorp/random.h 1.7 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxorp/range.hh 1.11 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxorp/ref_ptr.cc 1.19 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxorp/ref_ptr.hh 1.25 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxorp/ref_trie.hh 1.24 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxorp/run_command.cc 1.13 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxorp/run_command.hh 1.6 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxorp/safe_callback_obj.cc 1.6 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxorp/safe_callback_obj.hh 1.33 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxorp/selector.cc 1.18 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxorp/selector.hh 1.7 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxorp/service.cc 1.8 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxorp/service.hh 1.10 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxorp/status_codes.h 1.9 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxorp/strptime.c 1.13 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxorp/test_asyncio.cc 1.8 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxorp/test_callback.cc 1.7 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxorp/test_config_param.cc 1.6 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxorp/test_heap.cc 1.12 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxorp/test_ipnet.cc 1.18 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxorp/test_ipv4.cc 1.13 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxorp/test_ipv4net.cc 1.18 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxorp/test_ipv6.cc 1.10 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxorp/test_ipv6net.cc 1.18 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxorp/test_ipvx.cc 1.12 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxorp/test_ipvxnet.cc 1.8 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxorp/test_mac.cc 1.12 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxorp/test_main.hh 1.8 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxorp/test_observers.cc 1.6 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxorp/test_profile.cc 1.8 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxorp/test_ref_ptr.cc 1.14 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxorp/test_ref_trie.cc 1.14 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxorp/test_run_command.cc 1.10 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxorp/test_service.cc 1.11 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxorp/test_test_main.cc 1.8 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxorp/test_time_slice.cc 1.13 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxorp/test_timer.cc 1.6 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxorp/test_timeval.cc 1.11 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxorp/test_trie.cc 1.5 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxorp/test_types.cc 1.5 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxorp/test_utils.cc 1.11 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxorp/test_vif.cc 1.8 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxorp/time_slice.cc 1.8 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxorp/time_slice.hh 1.30 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxorp/timer.cc 1.27 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxorp/timer.hh 1.11 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxorp/timespent.hh 1.25 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxorp/timeval.hh 1.4 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxorp/tlv.hh 1.10 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxorp/token.cc 1.7 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxorp/token.hh 1.3 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxorp/tokenize.hh 1.8 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxorp/transaction.cc 1.8 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxorp/transaction.hh 1.23 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxorp/trie.hh 1.6 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxorp/utility.c 1.13 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxorp/utility.h 1.9 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxorp/utils.cc 1.14 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxorp/utils.hh 1.17 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxorp/vif.cc 1.13 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxorp/vif.hh 1.7 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxorp/win_dispatcher.cc 1.8 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxorp/win_dispatcher.hh 1.6 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxorp/win_io.c 1.5 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxorp/win_io.h 1.18 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxorp/xlog.c 1.12 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxorp/xlog.h 1.13 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxorp/xorp.h 1.3 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxorp/xorp_osdep_begin.h 1.3 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxorp/xorp_osdep_end.h 1.5 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxorp/xorp_osdep_mid.h 1.5 +2 -2; commitid: 769f4418aaf17ea6; xorp/libxorp/xorpfd.hh 1.18 +2 -2; commitid: 769f4418aaf17ea6; xorp/mibs/bgp4_mib_1657.cc 1.13 +2 -2; commitid: 769f4418aaf17ea6; xorp/mibs/bgp4_mib_1657.hh 1.17 +2 -2; commitid: 769f4418aaf17ea6; xorp/mibs/bgp4_mib_1657_bgp4pathattrtable.cc 1.11 +2 -2; commitid: 769f4418aaf17ea6; xorp/mibs/bgp4_mib_1657_bgp4pathattrtable.hh 1.7 +2 -2; commitid: 769f4418aaf17ea6; xorp/mibs/bgp4_mib_1657_bgpidentifier.cc 1.5 +1 -1; commitid: 769f4418aaf17ea6; xorp/mibs/bgp4_mib_1657_bgpidentifier.hh 1.6 +2 -2; commitid: 769f4418aaf17ea6; xorp/mibs/bgp4_mib_1657_bgplocalas.cc 1.5 +2 -2; commitid: 769f4418aaf17ea6; xorp/mibs/bgp4_mib_1657_bgplocalas.hh 1.18 +2 -2; commitid: 769f4418aaf17ea6; xorp/mibs/bgp4_mib_1657_bgppeertable.cc 1.6 +1 -1; commitid: 769f4418aaf17ea6; xorp/mibs/bgp4_mib_1657_bgppeertable.hh 1.14 +2 -2; commitid: 769f4418aaf17ea6; xorp/mibs/bgp4_mib_1657_bgpversion.cc 1.6 +2 -2; commitid: 769f4418aaf17ea6; xorp/mibs/bgp4_mib_1657_bgpversion.hh 1.7 +2 -2; commitid: 769f4418aaf17ea6; xorp/mibs/bgp4_mib_module.h 1.8 +2 -2; commitid: 769f4418aaf17ea6; xorp/mibs/bgp4_mib_xrl_target.cc 1.8 +2 -2; commitid: 769f4418aaf17ea6; xorp/mibs/bgp4_mib_xrl_target.hh 1.6 +2 -2; commitid: 769f4418aaf17ea6; xorp/mibs/fixconfigs.h 1.6 +2 -2; commitid: 769f4418aaf17ea6; xorp/mibs/ospf_mib_1850.cc 1.5 +2 -2; commitid: 769f4418aaf17ea6; xorp/mibs/ospf_mib_1850.hh 1.16 +2 -2; commitid: 769f4418aaf17ea6; xorp/mibs/test_xorpevents.cc 1.11 +2 -2; commitid: 769f4418aaf17ea6; xorp/mibs/xorp_if_mib_module.cc 1.7 +2 -2; commitid: 769f4418aaf17ea6; xorp/mibs/xorp_if_mib_module.hh 1.8 +2 -2; commitid: 769f4418aaf17ea6; xorp/mibs/xorp_if_mib_xrl_target.cc 1.6 +2 -2; commitid: 769f4418aaf17ea6; xorp/mibs/xorp_if_mib_xrl_target.hh 1.7 +2 -2; commitid: 769f4418aaf17ea6; xorp/mibs/xorp_if_module.h 1.6 +2 -2; commitid: 769f4418aaf17ea6; xorp/mibs/xorp_netsnmp_module.h 1.16 +2 -2; commitid: 769f4418aaf17ea6; xorp/mibs/xorpevents.cc 1.15 +2 -2; commitid: 769f4418aaf17ea6; xorp/mibs/xorpevents.hh 1.37 +2 -2; commitid: 769f4418aaf17ea6; xorp/mld6igmp/igmp_proto.cc 1.9 +2 -2; commitid: 769f4418aaf17ea6; xorp/mld6igmp/igmp_proto.h 1.38 +2 -2; commitid: 769f4418aaf17ea6; xorp/mld6igmp/mld6_proto.cc 1.10 +2 -2; commitid: 769f4418aaf17ea6; xorp/mld6igmp/mld6_proto.h 1.12 +2 -2; commitid: 769f4418aaf17ea6; xorp/mld6igmp/mld6igmp_config.cc 1.16 +2 -2; commitid: 769f4418aaf17ea6; xorp/mld6igmp/mld6igmp_member_query.cc 1.7 +2 -2; commitid: 769f4418aaf17ea6; xorp/mld6igmp/mld6igmp_member_query.hh 1.7 +2 -2; commitid: 769f4418aaf17ea6; xorp/mld6igmp/mld6igmp_module.h 1.48 +2 -2; commitid: 769f4418aaf17ea6; xorp/mld6igmp/mld6igmp_node.cc 1.28 +2 -2; commitid: 769f4418aaf17ea6; xorp/mld6igmp/mld6igmp_node.hh 1.22 +2 -2; commitid: 769f4418aaf17ea6; xorp/mld6igmp/mld6igmp_node_cli.cc 1.8 +2 -2; commitid: 769f4418aaf17ea6; xorp/mld6igmp/mld6igmp_node_cli.hh 1.19 +2 -2; commitid: 769f4418aaf17ea6; xorp/mld6igmp/mld6igmp_proto.cc 1.45 +2 -2; commitid: 769f4418aaf17ea6; xorp/mld6igmp/mld6igmp_vif.cc 1.22 +2 -2; commitid: 769f4418aaf17ea6; xorp/mld6igmp/mld6igmp_vif.hh 1.48 +2 -2; commitid: 769f4418aaf17ea6; xorp/mld6igmp/test_mld6igmp.cc 1.12 +2 -2; commitid: 769f4418aaf17ea6; xorp/mld6igmp/xorp_igmp.cc 1.13 +2 -2; commitid: 769f4418aaf17ea6; xorp/mld6igmp/xorp_mld.cc 1.52 +2 -2; commitid: 769f4418aaf17ea6; xorp/mld6igmp/xrl_mld6igmp_node.cc 1.36 +2 -2; commitid: 769f4418aaf17ea6; xorp/mld6igmp/xrl_mld6igmp_node.hh 1.5 +2 -2; commitid: 769f4418aaf17ea6; xorp/mrt/buffer.c 1.6 +2 -2; commitid: 769f4418aaf17ea6; xorp/mrt/buffer.h 1.14 +2 -2; commitid: 769f4418aaf17ea6; xorp/mrt/include/ip_mroute.h 1.6 +2 -2; commitid: 769f4418aaf17ea6; xorp/mrt/inet_cksum.c 1.5 +2 -2; commitid: 769f4418aaf17ea6; xorp/mrt/inet_cksum.h 1.9 +2 -2; commitid: 769f4418aaf17ea6; xorp/mrt/max_vifs.h 1.7 +2 -2; commitid: 769f4418aaf17ea6; xorp/mrt/mifset.cc 1.7 +2 -2; commitid: 769f4418aaf17ea6; xorp/mrt/mifset.hh 1.16 +2 -2; commitid: 769f4418aaf17ea6; xorp/mrt/mrib_table.cc 1.12 +2 -2; commitid: 769f4418aaf17ea6; xorp/mrt/mrib_table.hh 1.10 +2 -2; commitid: 769f4418aaf17ea6; xorp/mrt/mrt.hh 1.6 +2 -2; commitid: 769f4418aaf17ea6; xorp/mrt/mrt_module.h 1.7 +2 -2; commitid: 769f4418aaf17ea6; xorp/mrt/multicast_defs.h 1.5 +2 -2; commitid: 769f4418aaf17ea6; xorp/mrt/netstream_access.h 1.6 +2 -2; commitid: 769f4418aaf17ea6; xorp/mrt/random.c 1.3 +2 -2; commitid: 769f4418aaf17ea6; xorp/mrt/random.h 1.8 +2 -2; commitid: 769f4418aaf17ea6; xorp/mrt/test_mrib.cc 1.8 +2 -2; commitid: 769f4418aaf17ea6; xorp/mrt/test_mrt.cc 1.209 +2 -2; commitid: 769f4418aaf17ea6; xorp/ospf/area_router.cc 1.9 +2 -2; commitid: 769f4418aaf17ea6; xorp/ospf/auth.cc 1.7 +2 -2; commitid: 769f4418aaf17ea6; xorp/ospf/auth.hh 1.6 +2 -2; commitid: 769f4418aaf17ea6; xorp/ospf/delay_queue.hh 1.22 +2 -2; commitid: 769f4418aaf17ea6; xorp/ospf/external.cc 1.14 +2 -2; commitid: 769f4418aaf17ea6; xorp/ospf/external.hh 1.9 +2 -2; commitid: 769f4418aaf17ea6; xorp/ospf/policy_varrw.cc 1.8 +2 -2; commitid: 769f4418aaf17ea6; xorp/ospf/policy_varrw.hh 1.52 +2 -2; commitid: 769f4418aaf17ea6; xorp/ospf/routing_table.cc 1.40 +2 -2; commitid: 769f4418aaf17ea6; xorp/ospf/routing_table.hh 1.4 +2 -2; commitid: 769f4418aaf17ea6; xorp/ospf/test_common.hh 1.5 +2 -2; commitid: 769f4418aaf17ea6; xorp/ospf/test_routing_table.cc 1.15 +2 -2; commitid: 769f4418aaf17ea6; xorp/ospf/tools/print_lsas.cc 1.5 +2 -2; commitid: 769f4418aaf17ea6; xorp/ospf/tools/print_neighbours.cc 1.15 +2 -2; commitid: 769f4418aaf17ea6; xorp/ospf/trace.hh 1.6 +2 -2; commitid: 769f4418aaf17ea6; xorp/ospf/vertex.hh 1.8 +2 -2; commitid: 769f4418aaf17ea6; xorp/ospf/vlink.cc 1.6 +2 -2; commitid: 769f4418aaf17ea6; xorp/ospf/vlink.hh 1.46 +2 -2; commitid: 769f4418aaf17ea6; xorp/pim/pim_bsr.cc 1.18 +2 -2; commitid: 769f4418aaf17ea6; xorp/pim/pim_bsr.hh 1.46 +2 -2; commitid: 769f4418aaf17ea6; xorp/pim/pim_config.cc 1.32 +2 -2; commitid: 769f4418aaf17ea6; xorp/pim/pim_mfc.cc 1.12 +2 -2; commitid: 769f4418aaf17ea6; xorp/pim/pim_mfc.hh 1.7 +2 -2; commitid: 769f4418aaf17ea6; xorp/pim/pim_module.h 1.40 +2 -2; commitid: 769f4418aaf17ea6; xorp/pim/pim_mre.cc 1.50 +2 -2; commitid: 769f4418aaf17ea6; xorp/pim/pim_mre.hh 1.38 +2 -2; commitid: 769f4418aaf17ea6; xorp/pim/pim_mre_assert.cc 1.20 +2 -2; commitid: 769f4418aaf17ea6; xorp/pim/pim_mre_data.cc 1.40 +2 -2; commitid: 769f4418aaf17ea6; xorp/pim/pim_mre_join_prune.cc 1.24 +2 -2; commitid: 769f4418aaf17ea6; xorp/pim/pim_mre_register.cc 1.44 +2 -2; commitid: 769f4418aaf17ea6; xorp/pim/pim_mre_rpf.cc 1.16 +2 -2; commitid: 769f4418aaf17ea6; xorp/pim/pim_mre_task.cc 1.11 +2 -2; commitid: 769f4418aaf17ea6; xorp/pim/pim_mre_task.hh 1.42 +2 -2; commitid: 769f4418aaf17ea6; xorp/pim/pim_mre_track_state.cc 1.24 +2 -2; commitid: 769f4418aaf17ea6; xorp/pim/pim_mre_track_state.hh 1.13 +2 -2; commitid: 769f4418aaf17ea6; xorp/pim/pim_mrib_table.cc 1.11 +2 -2; commitid: 769f4418aaf17ea6; xorp/pim/pim_mrib_table.hh 1.12 +2 -2; commitid: 769f4418aaf17ea6; xorp/pim/pim_mrt.cc 1.19 +2 -2; commitid: 769f4418aaf17ea6; xorp/pim/pim_mrt.hh 1.34 +2 -2; commitid: 769f4418aaf17ea6; xorp/pim/pim_mrt_mfc.cc 1.23 +2 -2; commitid: 769f4418aaf17ea6; xorp/pim/pim_mrt_task.cc 1.19 +2 -2; commitid: 769f4418aaf17ea6; xorp/pim/pim_nbr.cc 1.16 +2 -2; commitid: 769f4418aaf17ea6; xorp/pim/pim_nbr.hh 1.77 +2 -2; commitid: 769f4418aaf17ea6; xorp/pim/pim_node.cc 1.60 +2 -2; commitid: 769f4418aaf17ea6; xorp/pim/pim_node.hh 1.40 +2 -2; commitid: 769f4418aaf17ea6; xorp/pim/pim_node_cli.cc 1.11 +2 -2; commitid: 769f4418aaf17ea6; xorp/pim/pim_node_cli.hh 1.18 +2 -2; commitid: 769f4418aaf17ea6; xorp/pim/pim_proto.h 1.28 +2 -2; commitid: 769f4418aaf17ea6; xorp/pim/pim_proto_assert.cc 1.8 +2 -2; commitid: 769f4418aaf17ea6; xorp/pim/pim_proto_assert.hh 1.22 +2 -2; commitid: 769f4418aaf17ea6; xorp/pim/pim_proto_bootstrap.cc 1.20 +2 -2; commitid: 769f4418aaf17ea6; xorp/pim/pim_proto_cand_rp_adv.cc 1.11 +2 -2; commitid: 769f4418aaf17ea6; xorp/pim/pim_proto_graft.cc 1.6 +2 -2; commitid: 769f4418aaf17ea6; xorp/pim/pim_proto_graft_ack.cc 1.24 +2 -2; commitid: 769f4418aaf17ea6; xorp/pim/pim_proto_hello.cc 1.14 +2 -2; commitid: 769f4418aaf17ea6; xorp/pim/pim_proto_join_prune.cc 1.27 +2 -2; commitid: 769f4418aaf17ea6; xorp/pim/pim_proto_join_prune_message.cc 1.10 +2 -2; commitid: 769f4418aaf17ea6; xorp/pim/pim_proto_join_prune_message.hh 1.27 +2 -2; commitid: 769f4418aaf17ea6; xorp/pim/pim_proto_register.cc 1.15 +2 -2; commitid: 769f4418aaf17ea6; xorp/pim/pim_proto_register_stop.cc 1.16 +2 -2; commitid: 769f4418aaf17ea6; xorp/pim/pim_rp.cc 1.10 +2 -2; commitid: 769f4418aaf17ea6; xorp/pim/pim_rp.hh 1.13 +2 -2; commitid: 769f4418aaf17ea6; xorp/pim/pim_scope_zone_table.cc 1.11 +2 -2; commitid: 769f4418aaf17ea6; xorp/pim/pim_scope_zone_table.hh 1.60 +2 -2; commitid: 769f4418aaf17ea6; xorp/pim/pim_vif.cc 1.39 +2 -2; commitid: 769f4418aaf17ea6; xorp/pim/pim_vif.hh 1.58 +2 -2; commitid: 769f4418aaf17ea6; xorp/pim/test_pim.cc 1.11 +2 -2; commitid: 769f4418aaf17ea6; xorp/pim/xorp_pimsm4.cc 1.12 +2 -2; commitid: 769f4418aaf17ea6; xorp/pim/xorp_pimsm6.cc 1.65 +2 -2; commitid: 769f4418aaf17ea6; xorp/pim/xrl_pim_node.hh 1.2 +2 -2; commitid: 769f4418aaf17ea6; xorp/policy/backend/filter_base.hh 1.4 +2 -2; commitid: 769f4418aaf17ea6; xorp/policy/backend/instr_visitor.hh 1.7 +2 -2; commitid: 769f4418aaf17ea6; xorp/policy/backend/instruction.hh 1.3 +2 -2; commitid: 769f4418aaf17ea6; xorp/policy/backend/instruction_base.hh 1.8 +2 -2; commitid: 769f4418aaf17ea6; xorp/policy/backend/iv_exec.cc 1.7 +2 -2; commitid: 769f4418aaf17ea6; xorp/policy/backend/iv_exec.hh 1.3 +2 -2; commitid: 769f4418aaf17ea6; xorp/policy/backend/policy_backend_parser.hh 1.8 +2 -2; commitid: 769f4418aaf17ea6; xorp/policy/backend/policy_filter.cc 1.6 +2 -2; commitid: 769f4418aaf17ea6; xorp/policy/backend/policy_filter.hh 1.6 +2 -2; commitid: 769f4418aaf17ea6; xorp/policy/backend/policy_filters.cc 1.5 +2 -2; commitid: 769f4418aaf17ea6; xorp/policy/backend/policy_filters.hh 1.4 +2 -2; commitid: 769f4418aaf17ea6; xorp/policy/backend/policy_instr.hh 1.4 +2 -2; commitid: 769f4418aaf17ea6; xorp/policy/backend/policy_redist_map.cc 1.3 +2 -2; commitid: 769f4418aaf17ea6; xorp/policy/backend/policy_redist_map.hh 1.7 +2 -2; commitid: 769f4418aaf17ea6; xorp/policy/backend/policytags.cc 1.3 +2 -2; commitid: 769f4418aaf17ea6; xorp/policy/backend/policytags.hh 1.4 +2 -2; commitid: 769f4418aaf17ea6; xorp/policy/backend/set_manager.cc 1.3 +2 -2; commitid: 769f4418aaf17ea6; xorp/policy/backend/set_manager.hh 1.11 +2 -2; commitid: 769f4418aaf17ea6; xorp/policy/backend/single_varrw.cc 1.7 +2 -2; commitid: 769f4418aaf17ea6; xorp/policy/backend/single_varrw.hh 1.4 +2 -2; commitid: 769f4418aaf17ea6; xorp/policy/backend/term_instr.hh 1.4 +2 -2; commitid: 769f4418aaf17ea6; xorp/policy/backend/version_filter.cc 1.3 +2 -2; commitid: 769f4418aaf17ea6; xorp/policy/backend/version_filter.hh 1.3 +2 -2; commitid: 769f4418aaf17ea6; xorp/policy/backend/version_filters.cc 1.3 +2 -2; commitid: 769f4418aaf17ea6; xorp/policy/backend/version_filters.hh 1.4 +2 -2; commitid: 769f4418aaf17ea6; xorp/policy/code.cc 1.3 +2 -2; commitid: 769f4418aaf17ea6; xorp/policy/code.hh 1.8 +2 -2; commitid: 769f4418aaf17ea6; xorp/policy/code_generator.cc 1.5 +2 -2; commitid: 769f4418aaf17ea6; xorp/policy/code_generator.hh 1.4 +2 -2; commitid: 769f4418aaf17ea6; xorp/policy/code_list.cc 1.3 +2 -2; commitid: 769f4418aaf17ea6; xorp/policy/code_list.hh 1.9 +2 -2; commitid: 769f4418aaf17ea6; xorp/policy/common/dispatcher.cc 1.7 +2 -2; commitid: 769f4418aaf17ea6; xorp/policy/common/dispatcher.hh 1.2 +2 -2; commitid: 769f4418aaf17ea6; xorp/policy/common/elem_bgp.hh 1.2 +2 -2; commitid: 769f4418aaf17ea6; xorp/policy/common/elem_filter.hh 1.5 +2 -2; commitid: 769f4418aaf17ea6; xorp/policy/common/elem_null.hh 1.9 +2 -2; commitid: 769f4418aaf17ea6; xorp/policy/common/elem_set.cc 1.8 +2 -2; commitid: 769f4418aaf17ea6; xorp/policy/common/elem_set.hh 1.7 +2 -2; commitid: 769f4418aaf17ea6; xorp/policy/common/element.cc 1.9 +2 -2; commitid: 769f4418aaf17ea6; xorp/policy/common/element.hh 1.4 +2 -2; commitid: 769f4418aaf17ea6; xorp/policy/common/element_base.hh 1.6 +2 -2; commitid: 769f4418aaf17ea6; xorp/policy/common/element_factory.cc 1.4 +2 -2; commitid: 769f4418aaf17ea6; xorp/policy/common/element_factory.hh 1.3 +2 -2; commitid: 769f4418aaf17ea6; xorp/policy/common/filter.cc 1.3 +2 -2; commitid: 769f4418aaf17ea6; xorp/policy/common/filter.hh 1.2 +2 -2; commitid: 769f4418aaf17ea6; xorp/policy/common/operator.cc 1.6 +2 -2; commitid: 769f4418aaf17ea6; xorp/policy/common/operator.hh 1.4 +2 -2; commitid: 769f4418aaf17ea6; xorp/policy/common/operator_base.hh 1.3 +2 -2; commitid: 769f4418aaf17ea6; xorp/policy/common/policy_exception.hh 1.9 +2 -2; commitid: 769f4418aaf17ea6; xorp/policy/common/policy_utils.cc 1.6 +2 -2; commitid: 769f4418aaf17ea6; xorp/policy/common/policy_utils.hh 1.9 +2 -2; commitid: 769f4418aaf17ea6; xorp/policy/common/register_elements.cc 1.4 +2 -2; commitid: 769f4418aaf17ea6; xorp/policy/common/register_elements.hh 1.16 +2 -2; commitid: 769f4418aaf17ea6; xorp/policy/common/register_operations.cc 1.4 +2 -2; commitid: 769f4418aaf17ea6; xorp/policy/common/register_operations.hh 1.6 +2 -2; commitid: 769f4418aaf17ea6; xorp/policy/common/varrw.cc 1.8 +2 -2; commitid: 769f4418aaf17ea6; xorp/policy/common/varrw.hh 1.11 +2 -2; commitid: 769f4418aaf17ea6; xorp/policy/configuration.cc 1.9 +2 -2; commitid: 769f4418aaf17ea6; xorp/policy/configuration.hh 1.5 +2 -2; commitid: 769f4418aaf17ea6; xorp/policy/dependancy.hh 1.7 +2 -2; commitid: 769f4418aaf17ea6; xorp/policy/export_code_generator.cc 1.5 +2 -2; commitid: 769f4418aaf17ea6; xorp/policy/export_code_generator.hh 1.9 +2 -2; commitid: 769f4418aaf17ea6; xorp/policy/filter_manager.cc 1.4 +2 -2; commitid: 769f4418aaf17ea6; xorp/policy/filter_manager.hh 1.3 +2 -2; commitid: 769f4418aaf17ea6; xorp/policy/filter_manager_base.hh 1.7 +2 -2; commitid: 769f4418aaf17ea6; xorp/policy/node.hh 1.3 +2 -2; commitid: 769f4418aaf17ea6; xorp/policy/node_base.hh 1.5 +2 -2; commitid: 769f4418aaf17ea6; xorp/policy/parser.cc 1.4 +2 -2; commitid: 769f4418aaf17ea6; xorp/policy/parser.hh 1.6 +2 -2; commitid: 769f4418aaf17ea6; xorp/policy/policy_list.cc 1.3 +2 -2; commitid: 769f4418aaf17ea6; xorp/policy/policy_list.hh 1.6 +2 -2; commitid: 769f4418aaf17ea6; xorp/policy/policy_map.cc 1.4 +2 -2; commitid: 769f4418aaf17ea6; xorp/policy/policy_map.hh 1.7 +2 -2; commitid: 769f4418aaf17ea6; xorp/policy/policy_module.h 1.4 +2 -2; commitid: 769f4418aaf17ea6; xorp/policy/policy_parser.hh 1.8 +2 -2; commitid: 769f4418aaf17ea6; xorp/policy/policy_statement.cc 1.7 +2 -2; commitid: 769f4418aaf17ea6; xorp/policy/policy_statement.hh 1.11 +2 -2; commitid: 769f4418aaf17ea6; xorp/policy/policy_target.cc 1.10 +2 -2; commitid: 769f4418aaf17ea6; xorp/policy/policy_target.hh 1.5 +2 -2; commitid: 769f4418aaf17ea6; xorp/policy/process_watch.cc 1.4 +2 -2; commitid: 769f4418aaf17ea6; xorp/policy/process_watch.hh 1.3 +2 -2; commitid: 769f4418aaf17ea6; xorp/policy/process_watch_base.hh 1.2 +2 -2; commitid: 769f4418aaf17ea6; xorp/policy/protocol_map.cc 1.2 +2 -2; commitid: 769f4418aaf17ea6; xorp/policy/protocol_map.hh 1.3 +2 -2; commitid: 769f4418aaf17ea6; xorp/policy/pw_notifier.hh 1.6 +2 -2; commitid: 769f4418aaf17ea6; xorp/policy/semantic_varrw.cc 1.4 +2 -2; commitid: 769f4418aaf17ea6; xorp/policy/semantic_varrw.hh 1.6 +2 -2; commitid: 769f4418aaf17ea6; xorp/policy/set_map.cc 1.4 +2 -2; commitid: 769f4418aaf17ea6; xorp/policy/set_map.hh 1.8 +2 -2; commitid: 769f4418aaf17ea6; xorp/policy/source_match_code_generator.cc 1.6 +2 -2; commitid: 769f4418aaf17ea6; xorp/policy/source_match_code_generator.hh 1.16 +2 -2; commitid: 769f4418aaf17ea6; xorp/policy/term.cc 1.11 +2 -2; commitid: 769f4418aaf17ea6; xorp/policy/term.hh 1.9 +2 -2; commitid: 769f4418aaf17ea6; xorp/policy/test/compilepolicy.cc 1.3 +2 -2; commitid: 769f4418aaf17ea6; xorp/policy/test/compilepolicy.hh 1.6 +2 -2; commitid: 769f4418aaf17ea6; xorp/policy/test/execpolicy.cc 1.6 +2 -2; commitid: 769f4418aaf17ea6; xorp/policy/test/file_varrw.cc 1.4 +2 -2; commitid: 769f4418aaf17ea6; xorp/policy/test/file_varrw.hh 1.4 +2 -2; commitid: 769f4418aaf17ea6; xorp/policy/test/filter_manager_fake.cc 1.3 +2 -2; commitid: 769f4418aaf17ea6; xorp/policy/test/filter_manager_fake.hh 1.4 +2 -2; commitid: 769f4418aaf17ea6; xorp/policy/test/process_watch_fake.cc 1.3 +2 -2; commitid: 769f4418aaf17ea6; xorp/policy/test/process_watch_fake.hh 1.8 +2 -2; commitid: 769f4418aaf17ea6; xorp/policy/var_map.cc 1.6 +2 -2; commitid: 769f4418aaf17ea6; xorp/policy/var_map.hh 1.6 +2 -2; commitid: 769f4418aaf17ea6; xorp/policy/visitor.hh 1.4 +2 -2; commitid: 769f4418aaf17ea6; xorp/policy/visitor_printer.cc 1.3 +2 -2; commitid: 769f4418aaf17ea6; xorp/policy/visitor_printer.hh 1.10 +2 -2; commitid: 769f4418aaf17ea6; xorp/policy/visitor_semantic.cc 1.6 +2 -2; commitid: 769f4418aaf17ea6; xorp/policy/visitor_semantic.hh 1.6 +2 -2; commitid: 769f4418aaf17ea6; xorp/policy/visitor_setdep.cc 1.4 +2 -2; commitid: 769f4418aaf17ea6; xorp/policy/visitor_setdep.hh 1.6 +2 -2; commitid: 769f4418aaf17ea6; xorp/policy/xorp_policy.cc 1.11 +2 -2; commitid: 769f4418aaf17ea6; xorp/policy/xrl_target.cc 1.9 +2 -2; commitid: 769f4418aaf17ea6; xorp/policy/xrl_target.hh 1.7 +2 -2; commitid: 769f4418aaf17ea6; xorp/rib/add_route.cc 1.13 +2 -2; commitid: 769f4418aaf17ea6; xorp/rib/dummy_register_server.cc 1.10 +2 -2; commitid: 769f4418aaf17ea6; xorp/rib/dummy_register_server.hh 1.28 +2 -2; commitid: 769f4418aaf17ea6; xorp/rib/main_rib.cc 1.8 +2 -2; commitid: 769f4418aaf17ea6; xorp/rib/main_routemap.cc 1.16 +2 -2; commitid: 769f4418aaf17ea6; xorp/rib/parser.cc 1.18 +2 -2; commitid: 769f4418aaf17ea6; xorp/rib/parser.hh 1.20 +2 -2; commitid: 769f4418aaf17ea6; xorp/rib/parser_direct_cmds.hh 1.15 +2 -2; commitid: 769f4418aaf17ea6; xorp/rib/parser_xrl_cmds.hh 1.4 +2 -2; commitid: 769f4418aaf17ea6; xorp/rib/profile_vars.cc 1.3 +2 -2; commitid: 769f4418aaf17ea6; xorp/rib/profile_vars.hh 1.9 +2 -2; commitid: 769f4418aaf17ea6; xorp/rib/protocol.cc 1.8 +2 -2; commitid: 769f4418aaf17ea6; xorp/rib/protocol.hh 1.3 +2 -2; commitid: 769f4418aaf17ea6; xorp/rib/redist_policy.hh 1.23 +2 -2; commitid: 769f4418aaf17ea6; xorp/rib/redist_xrl.cc 1.10 +2 -2; commitid: 769f4418aaf17ea6; xorp/rib/redist_xrl.hh 1.19 +2 -2; commitid: 769f4418aaf17ea6; xorp/rib/register_server.cc 1.12 +2 -2; commitid: 769f4418aaf17ea6; xorp/rib/register_server.hh 1.60 +2 -2; commitid: 769f4418aaf17ea6; xorp/rib/rib.cc 1.35 +2 -2; commitid: 769f4418aaf17ea6; xorp/rib/rib.hh 1.50 +2 -2; commitid: 769f4418aaf17ea6; xorp/rib/rib_manager.cc 1.34 +2 -2; commitid: 769f4418aaf17ea6; xorp/rib/rib_manager.hh 1.6 +2 -2; commitid: 769f4418aaf17ea6; xorp/rib/rib_module.h 1.10 +2 -2; commitid: 769f4418aaf17ea6; xorp/rib/rib_varrw.cc 1.8 +2 -2; commitid: 769f4418aaf17ea6; xorp/rib/rib_varrw.hh 1.20 +2 -2; commitid: 769f4418aaf17ea6; xorp/rib/route.hh 1.11 +2 -2; commitid: 769f4418aaf17ea6; xorp/rib/routemap.cc 1.8 +2 -2; commitid: 769f4418aaf17ea6; xorp/rib/routemap.hh 1.11 +2 -2; commitid: 769f4418aaf17ea6; xorp/rib/rt_tab_base.cc 1.20 +2 -2; commitid: 769f4418aaf17ea6; xorp/rib/rt_tab_base.hh 1.11 +2 -2; commitid: 769f4418aaf17ea6; xorp/rib/rt_tab_deletion.cc 1.10 +2 -2; commitid: 769f4418aaf17ea6; xorp/rib/rt_tab_deletion.hh 1.14 +2 -2; commitid: 769f4418aaf17ea6; xorp/rib/rt_tab_expect.cc 1.8 +2 -2; commitid: 769f4418aaf17ea6; xorp/rib/rt_tab_expect.hh 1.28 +2 -2; commitid: 769f4418aaf17ea6; xorp/rib/rt_tab_extint.cc 1.14 +2 -2; commitid: 769f4418aaf17ea6; xorp/rib/rt_tab_extint.hh 1.10 +2 -2; commitid: 769f4418aaf17ea6; xorp/rib/rt_tab_log.cc 1.6 +2 -2; commitid: 769f4418aaf17ea6; xorp/rib/rt_tab_log.hh 1.19 +2 -2; commitid: 769f4418aaf17ea6; xorp/rib/rt_tab_merged.cc 1.11 +2 -2; commitid: 769f4418aaf17ea6; xorp/rib/rt_tab_merged.hh 1.22 +2 -2; commitid: 769f4418aaf17ea6; xorp/rib/rt_tab_origin.cc 1.18 +2 -2; commitid: 769f4418aaf17ea6; xorp/rib/rt_tab_origin.hh 1.8 +2 -2; commitid: 769f4418aaf17ea6; xorp/rib/rt_tab_pol_conn.cc 1.5 +2 -2; commitid: 769f4418aaf17ea6; xorp/rib/rt_tab_pol_conn.hh 1.6 +2 -2; commitid: 769f4418aaf17ea6; xorp/rib/rt_tab_pol_redist.cc 1.5 +2 -2; commitid: 769f4418aaf17ea6; xorp/rib/rt_tab_pol_redist.hh 1.22 +2 -2; commitid: 769f4418aaf17ea6; xorp/rib/rt_tab_redist.cc 1.14 +2 -2; commitid: 769f4418aaf17ea6; xorp/rib/rt_tab_redist.hh 1.29 +2 -2; commitid: 769f4418aaf17ea6; xorp/rib/rt_tab_register.cc 1.15 +2 -2; commitid: 769f4418aaf17ea6; xorp/rib/rt_tab_register.hh 1.10 +2 -2; commitid: 769f4418aaf17ea6; xorp/rib/test_deletion.cc 1.10 +2 -2; commitid: 769f4418aaf17ea6; xorp/rib/test_redist.cc 1.22 +2 -2; commitid: 769f4418aaf17ea6; xorp/rib/test_register.cc 1.36 +2 -2; commitid: 769f4418aaf17ea6; xorp/rib/test_register_xrls.cc 1.20 +2 -2; commitid: 769f4418aaf17ea6; xorp/rib/test_rib_direct.cc 1.41 +2 -2; commitid: 769f4418aaf17ea6; xorp/rib/test_rib_xrls.cc 1.19 +2 -2; commitid: 769f4418aaf17ea6; xorp/rib/tools/show_routes.cc 1.42 +2 -2; commitid: 769f4418aaf17ea6; xorp/rib/vifmanager.cc 1.18 +2 -2; commitid: 769f4418aaf17ea6; xorp/rib/vifmanager.hh 1.57 +2 -2; commitid: 769f4418aaf17ea6; xorp/rib/xrl_target.cc 1.33 +2 -2; commitid: 769f4418aaf17ea6; xorp/rib/xrl_target.hh 1.27 +2 -2; commitid: 769f4418aaf17ea6; xorp/rip/auth.cc 1.17 +2 -2; commitid: 769f4418aaf17ea6; xorp/rip/auth.hh 1.17 +2 -2; commitid: 769f4418aaf17ea6; xorp/rip/constants.hh 1.10 +2 -2; commitid: 769f4418aaf17ea6; xorp/rip/output.hh 1.15 +2 -2; commitid: 769f4418aaf17ea6; xorp/rip/output_table.cc 1.6 +2 -2; commitid: 769f4418aaf17ea6; xorp/rip/output_table.hh 1.16 +2 -2; commitid: 769f4418aaf17ea6; xorp/rip/output_updates.cc 1.6 +2 -2; commitid: 769f4418aaf17ea6; xorp/rip/output_updates.hh 1.10 +2 -2; commitid: 769f4418aaf17ea6; xorp/rip/packet_assembly.hh 1.9 +2 -2; commitid: 769f4418aaf17ea6; xorp/rip/packet_queue.cc 1.8 +2 -2; commitid: 769f4418aaf17ea6; xorp/rip/packet_queue.hh 1.20 +2 -2; commitid: 769f4418aaf17ea6; xorp/rip/packets.hh 1.5 +2 -2; commitid: 769f4418aaf17ea6; xorp/rip/peer.cc 1.9 +2 -2; commitid: 769f4418aaf17ea6; xorp/rip/peer.hh 1.57 +2 -2; commitid: 769f4418aaf17ea6; xorp/rip/port.cc 1.27 +2 -2; commitid: 769f4418aaf17ea6; xorp/rip/port.hh 1.10 +2 -2; commitid: 769f4418aaf17ea6; xorp/rip/port_io.hh 1.10 +2 -2; commitid: 769f4418aaf17ea6; xorp/rip/port_manager.hh 1.10 +2 -2; commitid: 769f4418aaf17ea6; xorp/rip/port_vars.hh 1.9 +2 -2; commitid: 769f4418aaf17ea6; xorp/rip/redist.cc 1.8 +2 -2; commitid: 769f4418aaf17ea6; xorp/rip/redist.hh 1.7 +2 -2; commitid: 769f4418aaf17ea6; xorp/rip/rib_notifier_base.cc 1.4 +2 -2; commitid: 769f4418aaf17ea6; xorp/rip/rib_notifier_base.hh 1.6 +2 -2; commitid: 769f4418aaf17ea6; xorp/rip/rip_module.h 1.9 +2 -2; commitid: 769f4418aaf17ea6; xorp/rip/rip_varrw.cc 1.8 +2 -2; commitid: 769f4418aaf17ea6; xorp/rip/rip_varrw.hh 1.28 +2 -2; commitid: 769f4418aaf17ea6; xorp/rip/route_db.cc 1.22 +2 -2; commitid: 769f4418aaf17ea6; xorp/rip/route_db.hh 1.13 +2 -2; commitid: 769f4418aaf17ea6; xorp/rip/route_entry.cc 1.13 +2 -2; commitid: 769f4418aaf17ea6; xorp/rip/route_entry.hh 1.10 +2 -2; commitid: 769f4418aaf17ea6; xorp/rip/system.hh 1.22 +2 -2; commitid: 769f4418aaf17ea6; xorp/rip/test_auth.cc 1.25 +2 -2; commitid: 769f4418aaf17ea6; xorp/rip/test_outputs.cc 1.12 +2 -2; commitid: 769f4418aaf17ea6; xorp/rip/test_packets.cc 1.21 +2 -2; commitid: 769f4418aaf17ea6; xorp/rip/test_request.cc 1.16 +2 -2; commitid: 769f4418aaf17ea6; xorp/rip/test_route_walk.cc 1.18 +2 -2; commitid: 769f4418aaf17ea6; xorp/rip/test_timers.cc 1.18 +2 -2; commitid: 769f4418aaf17ea6; xorp/rip/test_update_queue.cc 1.8 +2 -2; commitid: 769f4418aaf17ea6; xorp/rip/test_utils.hh 1.6 +2 -2; commitid: 769f4418aaf17ea6; xorp/rip/tools/common.cc 1.4 +2 -2; commitid: 769f4418aaf17ea6; xorp/rip/tools/common.hh 1.10 +2 -2; commitid: 769f4418aaf17ea6; xorp/rip/tools/rip_announcer.cc 1.10 +2 -2; commitid: 769f4418aaf17ea6; xorp/rip/tools/ripng_announcer.cc 1.11 +2 -2; commitid: 769f4418aaf17ea6; xorp/rip/tools/show_peer_stats.cc 1.12 +2 -2; commitid: 769f4418aaf17ea6; xorp/rip/tools/show_stats.cc 1.15 +2 -2; commitid: 769f4418aaf17ea6; xorp/rip/update_queue.cc 1.12 +2 -2; commitid: 769f4418aaf17ea6; xorp/rip/update_queue.hh 1.14 +2 -2; commitid: 769f4418aaf17ea6; xorp/rip/xorp_rip_main.cc 1.4 +2 -2; commitid: 769f4418aaf17ea6; xorp/rip/xrl_config.cc 1.4 +2 -2; commitid: 769f4418aaf17ea6; xorp/rip/xrl_config.hh 1.20 +2 -2; commitid: 769f4418aaf17ea6; xorp/rip/xrl_port_io.cc 1.8 +2 -2; commitid: 769f4418aaf17ea6; xorp/rip/xrl_port_io.hh 1.23 +2 -2; commitid: 769f4418aaf17ea6; xorp/rip/xrl_port_manager.cc 1.13 +2 -2; commitid: 769f4418aaf17ea6; xorp/rip/xrl_port_manager.hh 1.9 +2 -2; commitid: 769f4418aaf17ea6; xorp/rip/xrl_process_spy.cc 1.7 +2 -2; commitid: 769f4418aaf17ea6; xorp/rip/xrl_process_spy.hh 1.12 +2 -2; commitid: 769f4418aaf17ea6; xorp/rip/xrl_redist_manager.cc 1.7 +2 -2; commitid: 769f4418aaf17ea6; xorp/rip/xrl_redist_manager.hh 1.14 +2 -2; commitid: 769f4418aaf17ea6; xorp/rip/xrl_rib_notifier.cc 1.6 +2 -2; commitid: 769f4418aaf17ea6; xorp/rip/xrl_rib_notifier.hh 1.25 +2 -2; commitid: 769f4418aaf17ea6; xorp/rip/xrl_target_common.hh 1.28 +1 -1; commitid: 769f4418aaf17ea6; xorp/rip/xrl_target_rip.cc 1.20 +2 -2; commitid: 769f4418aaf17ea6; xorp/rip/xrl_target_rip.hh 1.24 +1 -1; commitid: 769f4418aaf17ea6; xorp/rip/xrl_target_ripng.cc 1.19 +2 -2; commitid: 769f4418aaf17ea6; xorp/rip/xrl_target_ripng.hh 1.124 +2 -2; commitid: 769f4418aaf17ea6; xorp/rtrmgr/cli.cc 1.46 +2 -2; commitid: 769f4418aaf17ea6; xorp/rtrmgr/cli.hh 1.12 +2 -2; commitid: 769f4418aaf17ea6; xorp/rtrmgr/command_tree.cc 1.13 +2 -2; commitid: 769f4418aaf17ea6; xorp/rtrmgr/command_tree.hh 1.50 +2 -2; commitid: 769f4418aaf17ea6; xorp/rtrmgr/conf_tree.cc 1.31 +2 -2; commitid: 769f4418aaf17ea6; xorp/rtrmgr/conf_tree.hh 1.110 +2 -2; commitid: 769f4418aaf17ea6; xorp/rtrmgr/conf_tree_node.cc 1.62 +2 -2; commitid: 769f4418aaf17ea6; xorp/rtrmgr/conf_tree_node.hh 1.4 +2 -2; commitid: 769f4418aaf17ea6; xorp/rtrmgr/config_operators.cc 1.5 +2 -2; commitid: 769f4418aaf17ea6; xorp/rtrmgr/config_operators.hh 1.8 +2 -2; commitid: 769f4418aaf17ea6; xorp/rtrmgr/generic_module_manager.cc 1.10 +2 -2; commitid: 769f4418aaf17ea6; xorp/rtrmgr/generic_module_manager.hh 1.69 +2 -2; commitid: 769f4418aaf17ea6; xorp/rtrmgr/main_rtrmgr.cc 1.13 +2 -2; commitid: 769f4418aaf17ea6; xorp/rtrmgr/main_rtrmgr.hh 1.71 +2 -2; commitid: 769f4418aaf17ea6; xorp/rtrmgr/master_conf_tree.cc 1.37 +2 -2; commitid: 769f4418aaf17ea6; xorp/rtrmgr/master_conf_tree.hh 1.21 +2 -2; commitid: 769f4418aaf17ea6; xorp/rtrmgr/master_conf_tree_node.cc 1.17 +2 -2; commitid: 769f4418aaf17ea6; xorp/rtrmgr/master_conf_tree_node.hh 1.9 +2 -2; commitid: 769f4418aaf17ea6; xorp/rtrmgr/master_template_tree.cc 1.7 +2 -2; commitid: 769f4418aaf17ea6; xorp/rtrmgr/master_template_tree.hh 1.13 +2 -2; commitid: 769f4418aaf17ea6; xorp/rtrmgr/master_template_tree_node.cc 1.7 +2 -2; commitid: 769f4418aaf17ea6; xorp/rtrmgr/master_template_tree_node.hh 1.35 +2 -2; commitid: 769f4418aaf17ea6; xorp/rtrmgr/module_command.cc 1.25 +2 -2; commitid: 769f4418aaf17ea6; xorp/rtrmgr/module_command.hh 1.61 +2 -2; commitid: 769f4418aaf17ea6; xorp/rtrmgr/module_manager.cc 1.40 +2 -2; commitid: 769f4418aaf17ea6; xorp/rtrmgr/module_manager.hh 1.65 +2 -2; commitid: 769f4418aaf17ea6; xorp/rtrmgr/op_commands.cc 1.39 +2 -2; commitid: 769f4418aaf17ea6; xorp/rtrmgr/op_commands.hh 1.6 +2 -2; commitid: 769f4418aaf17ea6; xorp/rtrmgr/path_segment.hh 1.6 +2 -2; commitid: 769f4418aaf17ea6; xorp/rtrmgr/profiler.cc 1.19 +2 -2; commitid: 769f4418aaf17ea6; xorp/rtrmgr/randomness.cc 1.8 +2 -2; commitid: 769f4418aaf17ea6; xorp/rtrmgr/randomness.hh 1.5 +2 -2; commitid: 769f4418aaf17ea6; xorp/rtrmgr/rtrmgr_error.hh 1.7 +2 -2; commitid: 769f4418aaf17ea6; xorp/rtrmgr/rtrmgr_module.h 1.34 +2 -2; commitid: 769f4418aaf17ea6; xorp/rtrmgr/slave_conf_tree.cc 1.25 +2 -2; commitid: 769f4418aaf17ea6; xorp/rtrmgr/slave_conf_tree.hh 1.31 +2 -2; commitid: 769f4418aaf17ea6; xorp/rtrmgr/slave_conf_tree_node.cc 1.22 +2 -2; commitid: 769f4418aaf17ea6; xorp/rtrmgr/slave_conf_tree_node.hh 1.22 +2 -2; commitid: 769f4418aaf17ea6; xorp/rtrmgr/slave_module_manager.cc 1.21 +2 -2; commitid: 769f4418aaf17ea6; xorp/rtrmgr/slave_module_manager.hh 1.59 +2 -2; commitid: 769f4418aaf17ea6; xorp/rtrmgr/task.cc 1.39 +2 -2; commitid: 769f4418aaf17ea6; xorp/rtrmgr/task.hh 1.21 +2 -2; commitid: 769f4418aaf17ea6; xorp/rtrmgr/template_base_command.cc 1.9 +2 -2; commitid: 769f4418aaf17ea6; xorp/rtrmgr/template_base_command.hh 1.66 +2 -2; commitid: 769f4418aaf17ea6; xorp/rtrmgr/template_commands.cc 1.33 +2 -2; commitid: 769f4418aaf17ea6; xorp/rtrmgr/template_commands.hh 1.42 +2 -2; commitid: 769f4418aaf17ea6; xorp/rtrmgr/template_tree.cc 1.23 +2 -2; commitid: 769f4418aaf17ea6; xorp/rtrmgr/template_tree.hh 1.77 +2 -2; commitid: 769f4418aaf17ea6; xorp/rtrmgr/template_tree_node.cc 1.49 +2 -2; commitid: 769f4418aaf17ea6; xorp/rtrmgr/template_tree_node.hh 1.20 +2 -2; commitid: 769f4418aaf17ea6; xorp/rtrmgr/test_module_manager.cc 1.3 +2 -2; commitid: 769f4418aaf17ea6; xorp/rtrmgr/test_module_manager.hh 1.24 +2 -2; commitid: 769f4418aaf17ea6; xorp/rtrmgr/test_sample_config.cc 1.3 +2 -2; commitid: 769f4418aaf17ea6; xorp/rtrmgr/test_sample_config.hh 1.18 +2 -2; commitid: 769f4418aaf17ea6; xorp/rtrmgr/test_templates.cc 1.2 +2 -2; commitid: 769f4418aaf17ea6; xorp/rtrmgr/unexpanded_program.cc 1.2 +2 -2; commitid: 769f4418aaf17ea6; xorp/rtrmgr/unexpanded_program.hh 1.14 +2 -2; commitid: 769f4418aaf17ea6; xorp/rtrmgr/unexpanded_xrl.cc 1.11 +2 -2; commitid: 769f4418aaf17ea6; xorp/rtrmgr/unexpanded_xrl.hh 1.17 +2 -2; commitid: 769f4418aaf17ea6; xorp/rtrmgr/userdb.cc 1.11 +2 -2; commitid: 769f4418aaf17ea6; xorp/rtrmgr/userdb.hh 1.24 +2 -2; commitid: 769f4418aaf17ea6; xorp/rtrmgr/util.cc 1.14 +2 -2; commitid: 769f4418aaf17ea6; xorp/rtrmgr/util.hh 1.25 +2 -2; commitid: 769f4418aaf17ea6; xorp/rtrmgr/xorp_client.cc 1.19 +2 -2; commitid: 769f4418aaf17ea6; xorp/rtrmgr/xorp_client.hh 1.3 +2 -2; commitid: 769f4418aaf17ea6; xorp/rtrmgr/xorpsh_base.hh 1.62 +2 -2; commitid: 769f4418aaf17ea6; xorp/rtrmgr/xorpsh_main.cc 1.32 +2 -2; commitid: 769f4418aaf17ea6; xorp/rtrmgr/xorpsh_main.hh 1.50 +2 -2; commitid: 769f4418aaf17ea6; xorp/rtrmgr/xrl_rtrmgr_interface.cc 1.27 +2 -2; commitid: 769f4418aaf17ea6; xorp/rtrmgr/xrl_rtrmgr_interface.hh 1.22 +2 -2; commitid: 769f4418aaf17ea6; xorp/rtrmgr/xrl_xorpsh_interface.cc 1.13 +2 -2; commitid: 769f4418aaf17ea6; xorp/rtrmgr/xrl_xorpsh_interface.hh 1.17 +2 -2; commitid: 769f4418aaf17ea6; xorp/rtrmgr/xrldb.cc 1.10 +2 -2; commitid: 769f4418aaf17ea6; xorp/rtrmgr/xrldb.hh 1.6 +2 -2; commitid: 769f4418aaf17ea6; xorp/static_routes/static_routes_module.h 1.33 +2 -2; commitid: 769f4418aaf17ea6; xorp/static_routes/static_routes_node.cc 1.23 +2 -2; commitid: 769f4418aaf17ea6; xorp/static_routes/static_routes_node.hh 1.8 +2 -2; commitid: 769f4418aaf17ea6; xorp/static_routes/static_routes_varrw.cc 1.7 +2 -2; commitid: 769f4418aaf17ea6; xorp/static_routes/static_routes_varrw.hh 1.13 +2 -2; commitid: 769f4418aaf17ea6; xorp/static_routes/xorp_static_routes.cc 1.34 +2 -2; commitid: 769f4418aaf17ea6; xorp/static_routes/xrl_static_routes_node.cc 1.18 +2 -2; commitid: 769f4418aaf17ea6; xorp/static_routes/xrl_static_routes_node.hh 1.15 +2 -2; commitid: 769f4418aaf17ea6; xorp/utils/runit.cc 1.10 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/interfaces/bgp_mib_traps_xif.cc 1.8 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/interfaces/bgp_mib_traps_xif.hh 1.44 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/interfaces/bgp_xif.cc 1.43 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/interfaces/bgp_xif.hh 1.17 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/interfaces/cli_manager_xif.cc 1.15 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/interfaces/cli_manager_xif.hh 1.14 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/interfaces/cli_processor_xif.cc 1.13 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/interfaces/cli_processor_xif.hh 1.16 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/interfaces/common_xif.cc 1.14 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/interfaces/common_xif.hh 1.15 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/interfaces/coord_xif.cc 1.13 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/interfaces/coord_xif.hh 1.15 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/interfaces/datain_xif.cc 1.13 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/interfaces/datain_xif.hh 1.8 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/interfaces/fea_click_xif.cc 1.6 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/interfaces/fea_click_xif.hh 1.9 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/interfaces/fea_fib_client_xif.cc 1.7 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/interfaces/fea_fib_client_xif.hh 1.8 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/interfaces/fea_fib_xif.cc 1.5 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/interfaces/fea_fib_xif.hh 1.15 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/interfaces/fea_ifmgr_client_xif.cc 1.12 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/interfaces/fea_ifmgr_client_xif.hh 1.13 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/interfaces/fea_ifmgr_mirror_xif.cc 1.11 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/interfaces/fea_ifmgr_mirror_xif.hh 1.8 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/interfaces/fea_ifmgr_replicator_xif.cc 1.6 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/interfaces/fea_ifmgr_replicator_xif.hh 1.28 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/interfaces/fea_ifmgr_xif.cc 1.25 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/interfaces/fea_ifmgr_xif.hh 1.6 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/interfaces/fea_rawpkt4_client_xif.cc 1.4 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/interfaces/fea_rawpkt4_client_xif.hh 1.7 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/interfaces/fea_rawpkt4_xif.cc 1.5 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/interfaces/fea_rawpkt4_xif.hh 1.7 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/interfaces/fea_rawpkt6_client_xif.cc 1.5 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/interfaces/fea_rawpkt6_client_xif.hh 1.8 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/interfaces/fea_rawpkt6_xif.cc 1.6 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/interfaces/fea_rawpkt6_xif.hh 1.8 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/interfaces/fib2mrib_xif.cc 1.5 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/interfaces/fib2mrib_xif.hh 1.16 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/interfaces/finder_client_xif.cc 1.14 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/interfaces/finder_client_xif.hh 1.12 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/interfaces/finder_event_notifier_xif.cc 1.10 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/interfaces/finder_event_notifier_xif.hh 1.11 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/interfaces/finder_event_observer_xif.cc 1.10 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/interfaces/finder_event_observer_xif.hh 1.20 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/interfaces/finder_xif.cc 1.18 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/interfaces/finder_xif.hh 1.15 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/interfaces/fti_xif.cc 1.12 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/interfaces/fti_xif.hh 1.19 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/interfaces/mfea_client_xif.cc 1.17 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/interfaces/mfea_client_xif.hh 1.20 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/interfaces/mfea_xif.cc 1.18 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/interfaces/mfea_xif.hh 1.15 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/interfaces/mld6igmp_client_xif.cc 1.13 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/interfaces/mld6igmp_client_xif.hh 1.20 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/interfaces/mld6igmp_xif.cc 1.18 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/interfaces/mld6igmp_xif.hh 1.14 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/interfaces/ospf_xif.cc 1.12 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/interfaces/ospf_xif.hh 1.21 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/interfaces/ospfv2_xif.cc 1.21 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/interfaces/ospfv2_xif.hh 1.3 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/interfaces/ospfv3_xif.cc 1.3 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/interfaces/ospfv3_xif.hh 1.5 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/interfaces/packet_acl_xif.cc 1.3 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/interfaces/packet_acl_xif.hh 1.36 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/interfaces/pim_xif.cc 1.34 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/interfaces/pim_xif.hh 1.5 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/interfaces/policy_backend_xif.cc 1.4 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/interfaces/policy_backend_xif.hh 1.5 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/interfaces/policy_redist4_xif.cc 1.4 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/interfaces/policy_redist4_xif.hh 1.5 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/interfaces/policy_redist6_xif.cc 1.4 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/interfaces/policy_redist6_xif.hh 1.11 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/interfaces/policy_xif.cc 1.10 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/interfaces/policy_xif.hh 1.5 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/interfaces/profile_client_xif.cc 1.4 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/interfaces/profile_client_xif.hh 1.5 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/interfaces/profile_xif.cc 1.3 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/interfaces/profile_xif.hh 1.12 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/interfaces/redist4_xif.cc 1.10 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/interfaces/redist4_xif.hh 1.12 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/interfaces/redist6_xif.cc 1.10 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/interfaces/redist6_xif.hh 1.11 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/interfaces/redist_transaction4_xif.cc 1.10 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/interfaces/redist_transaction4_xif.hh 1.11 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/interfaces/redist_transaction6_xif.cc 1.10 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/interfaces/redist_transaction6_xif.hh 1.15 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/interfaces/rib_client_xif.cc 1.14 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/interfaces/rib_client_xif.hh 1.32 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/interfaces/rib_xif.cc 1.31 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/interfaces/rib_xif.hh 1.12 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/interfaces/rip_xif.cc 1.9 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/interfaces/rip_xif.hh 1.10 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/interfaces/ripng_xif.cc 1.7 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/interfaces/ripng_xif.hh 1.16 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/interfaces/rtrmgr_client_xif.cc 1.14 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/interfaces/rtrmgr_client_xif.hh 1.18 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/interfaces/rtrmgr_xif.cc 1.15 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/interfaces/rtrmgr_xif.hh 1.8 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/interfaces/socket4_locator_xif.cc 1.6 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/interfaces/socket4_locator_xif.hh 1.9 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/interfaces/socket4_user_xif.cc 1.7 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/interfaces/socket4_user_xif.hh 1.11 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/interfaces/socket4_xif.cc 1.8 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/interfaces/socket4_xif.hh 1.7 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/interfaces/socket6_locator_xif.cc 1.4 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/interfaces/socket6_locator_xif.hh 1.7 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/interfaces/socket6_user_xif.cc 1.4 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/interfaces/socket6_user_xif.hh 1.9 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/interfaces/socket6_xif.cc 1.6 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/interfaces/socket6_xif.hh 1.8 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/interfaces/static_routes_xif.cc 1.5 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/interfaces/static_routes_xif.hh 1.16 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/interfaces/test_peer_xif.cc 1.14 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/interfaces/test_peer_xif.hh 1.14 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/interfaces/test_xif.cc 1.12 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/interfaces/test_xif.hh 1.6 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/interfaces/test_xrls_xif.cc 1.4 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/interfaces/test_xrls_xif.hh 1.9 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/interfaces/xorp_if_mib_xif.cc 1.7 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/interfaces/xorp_if_mib_xif.hh 1.9 +1 -1; commitid: 769f4418aaf17ea6; xorp/xrl/scripts/Xif/util.py 1.47 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/targets/bgp.xrls 1.8 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/targets/bgp4_mib.xrls 1.15 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/targets/bgp4_mib_base.cc 1.12 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/targets/bgp4_mib_base.hh 1.49 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/targets/bgp_base.cc 1.56 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/targets/bgp_base.hh 1.13 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/targets/cli.xrls 1.19 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/targets/cli_base.cc 1.19 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/targets/cli_base.hh 1.13 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/targets/coord.xrls 1.18 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/targets/coord_base.cc 1.18 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/targets/coord_base.hh 1.9 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/targets/demo_fea_ifmgr_client.xrls 1.16 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/targets/demo_fea_ifmgr_client_base.cc 1.16 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/targets/demo_fea_ifmgr_client_base.hh 1.54 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/targets/fea.xrls 1.58 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/targets/fea_base.cc 1.60 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/targets/fea_base.hh 1.11 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/targets/fea_ifmgr_mirror.xrls 1.15 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/targets/fea_ifmgr_mirror_base.cc 1.12 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/targets/fea_ifmgr_mirror_base.hh 1.9 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/targets/fib2mrib.xrls 1.10 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/targets/fib2mrib_base.cc 1.10 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/targets/fib2mrib_base.hh 1.18 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/targets/finder.xrls 1.24 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/targets/finder_base.cc 1.23 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/targets/finder_base.hh 1.11 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/targets/finder_client.xrls 1.18 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/targets/finder_client_base.cc 1.18 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/targets/finder_client_base.hh 1.21 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/targets/mfea.xrls 1.26 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/targets/mfea_base.cc 1.27 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/targets/mfea_base.hh 1.22 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/targets/mld6igmp.xrls 1.27 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/targets/mld6igmp_base.cc 1.28 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/targets/mld6igmp_base.hh 1.10 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/targets/ospf.xrls 1.16 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/targets/ospf_base.cc 1.16 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/targets/ospf_base.hh 1.23 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/targets/ospfv2.xrls 1.23 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/targets/ospfv2_base.cc 1.23 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/targets/ospfv2_base.hh 1.4 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/targets/ospfv3.xrls 1.4 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/targets/ospfv3_base.cc 1.4 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/targets/ospfv3_base.hh 1.3 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/targets/packet_acl.xrls 1.5 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/targets/packet_acl_base.cc 1.3 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/targets/packet_acl_base.hh 1.49 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/targets/pim.xrls 1.52 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/targets/pim_base.cc 1.55 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/targets/pim_base.hh 1.11 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/targets/policy.xrls 1.11 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/targets/policy_base.cc 1.11 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/targets/policy_base.hh 1.4 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/targets/profiler.xrls 1.5 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/targets/profiler_base.cc 1.4 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/targets/profiler_base.hh 1.34 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/targets/rib.xrls 1.37 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/targets/rib_base.cc 1.40 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/targets/rib_base.hh 1.10 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/targets/ribclient.xrls 1.15 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/targets/ribclient_base.cc 1.16 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/targets/ribclient_base.hh 1.23 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/targets/rip.xrls 1.23 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/targets/rip_base.cc 1.24 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/targets/rip_base.hh 1.23 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/targets/ripng.xrls 1.23 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/targets/ripng_base.cc 1.24 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/targets/ripng_base.hh 1.15 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/targets/rtrmgr.xrls 1.21 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/targets/rtrmgr_base.cc 1.21 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/targets/rtrmgr_base.hh 1.8 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/targets/show_routes.xrls 1.8 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/targets/show_routes_base.cc 1.8 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/targets/show_routes_base.hh 1.8 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/targets/socket_server.xrls 1.10 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/targets/socket_server_base.cc 1.9 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/targets/socket_server_base.hh 1.9 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/targets/static_routes.xrls 1.10 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/targets/static_routes_base.cc 1.10 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/targets/static_routes_base.hh 1.10 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/targets/test.xrls 1.16 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/targets/test_base.cc 1.16 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/targets/test_base.hh 1.5 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/targets/test_fea_ifmgr_mirror.xrls 1.9 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/targets/test_fea_ifmgr_mirror_base.cc 1.6 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/targets/test_fea_ifmgr_mirror_base.hh 1.7 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/targets/test_finder_events.xrls 1.13 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/targets/test_finder_events_base.cc 1.11 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/targets/test_finder_events_base.hh 1.12 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/targets/test_peer.xrls 1.18 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/targets/test_peer_base.cc 1.18 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/targets/test_peer_base.hh 1.4 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/targets/test_socket4.xrls 1.7 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/targets/test_socket4_base.cc 1.5 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/targets/test_socket4_base.hh 1.4 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/targets/test_socket6.xrls 1.7 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/targets/test_socket6_base.cc 1.5 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/targets/test_socket6_base.hh 1.4 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/targets/test_xrls.xrls 1.6 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/targets/test_xrls_base.cc 1.4 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/targets/test_xrls_base.hh 1.7 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/targets/xorp_if_mib.xrls 1.12 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/targets/xorp_if_mib_base.cc 1.9 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/targets/xorp_if_mib_base.hh 1.11 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/targets/xorpsh.xrls 1.18 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/targets/xorpsh_base.cc 1.18 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/targets/xorpsh_base.hh 1.16 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/tests/test_generated.cc 1.7 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/tests/test_tgt.cc 1.8 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/tests/test_tgt.hh 1.5 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/tests/test_xifs.cc 1.6 +2 -2; commitid: 769f4418aaf17ea6; xorp/xrl/tests/test_xifs.hh From pavlin@icir.org Thu Mar 16 00:09:01 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Thu, 16 Mar 2006 00:09:01 GMT Subject: [Xorp-cvs] XORP cvs commit: other/LiveCD other/LiveCD/files Message-ID: <200603160009.k2G091YA033917@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: other Changes by: pavlin@xorpc.icir.org 2006-03-16 00:09:01 UTC XORP CVS repository Modified files: LiveCD livecd.sh LiveCD/files rc.live xorp-makeconfig.sh Log message: Update the ICSI copyright year to 2006. Revision Changes Path 1.6 +2 -2; commitid: 84444418ac857ea6; other/LiveCD/files/rc.live 1.10 +2 -2; commitid: 84444418ac857ea6; other/LiveCD/files/xorp-makeconfig.sh 1.15 +2 -2; commitid: 84444418ac857ea6; other/LiveCD/livecd.sh From pavlin@icir.org Thu Mar 16 01:32:40 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Thu, 16 Mar 2006 01:32:40 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/libxorp Message-ID: <200603160132.k2G1We2J034814@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-16 01:32:40 UTC XORP CVS repository Modified files: libxorp ether_compat.c Log message: Add a missing copyright message from the FreeBSD's original src/lib/libc/net/ether_addr.c file. Revision Changes Path 1.10 +41 -4; commitid: 87e54418c01d7ea6; xorp/libxorp/ether_compat.c From pavlin@icir.org Thu Mar 16 06:23:26 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Thu, 16 Mar 2006 06:23:26 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/docs/user_manual Message-ID: <200603160623.k2G6NQne037455@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-16 06:23:26 UTC XORP CVS repository Modified files: docs/user_manual snmp.tex Log message: Remove a commented-out note about an old issue that has been fixed. See xorp/mibs/bgp4_mib_1657_bgppeertable.cc rev. 1.17 Revision Changes Path 1.6 +1 -6; commitid: 9220441903db7ea6; xorp/docs/user_manual/snmp.tex From bms@icir.org Thu Mar 16 20:30:38 2006 From: bms@icir.org (Bruce Simpson) Date: Thu, 16 Mar 2006 20:30:38 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/contrib/win32/installer Message-ID: <200603162030.k2GKUchl041140@xorpc.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: bms@xorpc.icir.org 2006-03-16 20:30:37 UTC XORP CVS repository Modified files: contrib/win32/installer xorp.nsi Log message: Post-release XORP 1.2 Windows Installer fixes. Install show_routes.exe in the correct location. Expect pcre*3.dll not pcre*.dll (GnuWin32 Pcre 6.4). Revision Changes Path 1.4 +8 -3; commitid: a0834419cabc7ea6; xorp/contrib/win32/installer/xorp.nsi From pavlin@icir.org Fri Mar 17 00:24:32 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Fri, 17 Mar 2006 00:24:32 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp xorp/bgp xorp/bgp/harness xorp/bgp/tools xorp/cli xorp/cli/tools xorp/contrib xorp/docs xorp/docs/bgp xorp/docs/design_arch xorp/docs/fea xorp/docs/libxipc xorp/docs/libxorp xorp/docs/mfea xorp/docs/mld6igmp ... Message-ID: <200603170024.k2H0OWdM045273@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-17 00:24:32 UTC XORP CVS repository Modified files: . Makefile.in MakefileRootCheck.in configure configure.in bgp Makefile.in bgp/harness Makefile.in bgp/tools Makefile.in cli Makefile.in cli/tools Makefile.in contrib Makefile.am Makefile.in docs Makefile.in docs/bgp Makefile.in docs/design_arch Makefile.in docs/fea Makefile.in docs/libxipc Makefile.in docs/libxorp Makefile.in docs/mfea Makefile.in docs/mld6igmp Makefile.in docs/multicast Makefile.in docs/pim Makefile.in docs/pim_testsuite Makefile.in docs/rib Makefile.in docs/rtrmgr Makefile.in docs/slides Makefile.in docs/slides/status_2004_02 Makefile.in docs/snmp Makefile.in docs/test_harness Makefile.in docs/user_manual Makefile.in docs/xorpdev_101 Makefile.in etc Makefile.in etc/templates Makefile.in fea Makefile.in MakefileRootCheck.in fea/tools Makefile.in fib2mrib Makefile.in libcomm Makefile.in libfeaclient Makefile.in libproto Makefile.in libxipc Makefile.in libxorp Makefile.in mibs configure mld6igmp Makefile.in mrt Makefile.in ospf Makefile.in ospf/tools Makefile.in pim Makefile.in policy Makefile.in policy/backend Makefile.in policy/common Makefile.in policy/test Makefile.in rib Makefile.in rib/tools Makefile.in rip Makefile.in rip/tools Makefile.in rtrmgr Makefile.in module_manager.hh static_routes Makefile.in utils Makefile.in utils/flower_malloc Makefile.in xrl Makefile.in xrl/interfaces Makefile.in xrl/targets Makefile.in xrl/tests Makefile.in Log message: * Remove references to the deprecated ospfd module inside top-level configure.in and contrib/Makefile.am * Regenerate all Makefile.in files Revision Changes Path 1.44 +0 -2; commitid: ac04441a01467ea6; xorp/Makefile.in 1.7 +0 -2; commitid: ac04441a01467ea6; xorp/MakefileRootCheck.in 1.58 +0 -2; commitid: ac04441a01467ea6; xorp/bgp/Makefile.in 1.37 +0 -2; commitid: ac04441a01467ea6; xorp/bgp/harness/Makefile.in 1.29 +0 -2; commitid: ac04441a01467ea6; xorp/bgp/tools/Makefile.in 1.26 +0 -2; commitid: ac04441a01467ea6; xorp/cli/Makefile.in 1.6 +0 -2; commitid: ac04441a01467ea6; xorp/cli/tools/Makefile.in 1.180 +1 -9; commitid: ac04441a01467ea6; xorp/configure 1.158 +2 -11; commitid: ac04441a01467ea6; xorp/configure.in 1.2 +1 -3; commitid: ac04441a01467ea6; xorp/contrib/Makefile.am 1.6 +30 -150; commitid: ac04441a01467ea6; xorp/contrib/Makefile.in 1.24 +0 -2; commitid: ac04441a01467ea6; xorp/docs/Makefile.in 1.20 +0 -2; commitid: ac04441a01467ea6; xorp/docs/bgp/Makefile.in 1.21 +0 -2; commitid: ac04441a01467ea6; xorp/docs/design_arch/Makefile.in 1.21 +0 -2; commitid: ac04441a01467ea6; xorp/docs/fea/Makefile.in 1.22 +0 -2; commitid: ac04441a01467ea6; xorp/docs/libxipc/Makefile.in 1.21 +0 -2; commitid: ac04441a01467ea6; xorp/docs/libxorp/Makefile.in 1.20 +0 -2; commitid: ac04441a01467ea6; xorp/docs/mfea/Makefile.in 1.20 +0 -2; commitid: ac04441a01467ea6; xorp/docs/mld6igmp/Makefile.in 1.20 +0 -2; commitid: ac04441a01467ea6; xorp/docs/multicast/Makefile.in 1.20 +0 -2; commitid: ac04441a01467ea6; xorp/docs/pim/Makefile.in 1.35 +0 -2; commitid: ac04441a01467ea6; xorp/docs/pim_testsuite/Makefile.in 1.20 +0 -2; commitid: ac04441a01467ea6; xorp/docs/rib/Makefile.in 1.23 +0 -2; commitid: ac04441a01467ea6; xorp/docs/rtrmgr/Makefile.in 1.8 +0 -2; commitid: ac04441a01467ea6; xorp/docs/slides/Makefile.in 1.8 +0 -2; commitid: ac04441a01467ea6; xorp/docs/slides/status_2004_02/Makefile.in 1.21 +0 -2; commitid: ac04441a01467ea6; xorp/docs/snmp/Makefile.in 1.20 +0 -2; commitid: ac04441a01467ea6; xorp/docs/test_harness/Makefile.in 1.16 +0 -2; commitid: ac04441a01467ea6; xorp/docs/user_manual/Makefile.in 1.8 +0 -2; commitid: ac04441a01467ea6; xorp/docs/xorpdev_101/Makefile.in 1.10 +0 -2; commitid: ac04441a01467ea6; xorp/etc/Makefile.in 1.26 +0 -2; commitid: ac04441a01467ea6; xorp/etc/templates/Makefile.in 1.80 +0 -2; commitid: ac04441a01467ea6; xorp/fea/Makefile.in 1.9 +0 -2; commitid: ac04441a01467ea6; xorp/fea/MakefileRootCheck.in 1.6 +0 -2; commitid: ac04441a01467ea6; xorp/fea/tools/Makefile.in 1.13 +0 -2; commitid: ac04441a01467ea6; xorp/fib2mrib/Makefile.in 1.27 +0 -2; commitid: ac04441a01467ea6; xorp/libcomm/Makefile.in 1.18 +0 -2; commitid: ac04441a01467ea6; xorp/libfeaclient/Makefile.in 1.29 +0 -2; commitid: ac04441a01467ea6; xorp/libproto/Makefile.in 1.63 +0 -2; commitid: ac04441a01467ea6; xorp/libxipc/Makefile.in 1.56 +0 -2; commitid: ac04441a01467ea6; xorp/libxorp/Makefile.in 1.31 +1 -1; commitid: ac04441a01467ea6; xorp/mibs/configure 1.45 +0 -2; commitid: ac04441a01467ea6; xorp/mld6igmp/Makefile.in 1.24 +0 -2; commitid: ac04441a01467ea6; xorp/mrt/Makefile.in 1.21 +0 -2; commitid: ac04441a01467ea6; xorp/ospf/Makefile.in 1.3 +0 -2; commitid: ac04441a01467ea6; xorp/ospf/tools/Makefile.in 1.51 +0 -2; commitid: ac04441a01467ea6; xorp/pim/Makefile.in 1.30 +0 -2; commitid: ac04441a01467ea6; xorp/policy/Makefile.in 1.10 +0 -2; commitid: ac04441a01467ea6; xorp/policy/backend/Makefile.in 1.9 +0 -2; commitid: ac04441a01467ea6; xorp/policy/common/Makefile.in 1.10 +0 -2; commitid: ac04441a01467ea6; xorp/policy/test/Makefile.in 1.54 +0 -2; commitid: ac04441a01467ea6; xorp/rib/Makefile.in 1.6 +0 -2; commitid: ac04441a01467ea6; xorp/rib/tools/Makefile.in 1.54 +0 -2; commitid: ac04441a01467ea6; xorp/rip/Makefile.in 1.8 +0 -2; commitid: ac04441a01467ea6; xorp/rip/tools/Makefile.in 1.70 +0 -2; commitid: ac04441a01467ea6; xorp/rtrmgr/Makefile.in 1.41 +2 -2; commitid: ac04441a01467ea6; xorp/rtrmgr/module_manager.hh 1.14 +0 -2; commitid: ac04441a01467ea6; xorp/static_routes/Makefile.in 1.29 +0 -2; commitid: ac04441a01467ea6; xorp/utils/Makefile.in 1.9 +0 -2; commitid: ac04441a01467ea6; xorp/utils/flower_malloc/Makefile.in 1.18 +0 -2; commitid: ac04441a01467ea6; xorp/xrl/Makefile.in 1.47 +0 -2; commitid: ac04441a01467ea6; xorp/xrl/interfaces/Makefile.in 1.74 +0 -2; commitid: ac04441a01467ea6; xorp/xrl/targets/Makefile.in 1.25 +0 -2; commitid: ac04441a01467ea6; xorp/xrl/tests/Makefile.in From pavlin@icir.org Fri Mar 17 00:30:40 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Fri, 17 Mar 2006 00:30:40 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/rtrmgr Message-ID: <200603170030.k2H0Ue04045448@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-17 00:30:40 UTC XORP CVS repository Modified files: rtrmgr module_manager.hh Log message: Reverse-back the previous commit of module_manager.hh which went-in by accident. Revision Changes Path 1.42 +2 -2; commitid: b16a441a03147ea6; xorp/rtrmgr/module_manager.hh From pavlin@icir.org Fri Mar 17 00:32:48 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Fri, 17 Mar 2006 00:32:48 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/contrib/ospfd xorp/contrib/ospfd/freebsd xorp/contrib/ospfd/linux xorp/contrib/ospfd/ospf_sim xorp/contrib/ospfd/ospf_sim/freebsd xorp/contrib/ospfd/ospf_sim/linux xorp/contrib/ospfd/ospf_sim/x86 xorp/contrib/ospfd/patches xorp/contrib/ospfd/src xorp/contrib/ospfd/src/contrib xorp/contrib/ospfd/xorp Message-ID: <200603170032.k2H0WmVF046026@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-17 00:32:48 UTC XORP CVS repository Removed files: contrib/ospfd .cvsignore Makefile.am Makefile.in README ospfd2_x_tar.gz contrib/ospfd/freebsd Makefile freebsd.C freebsd.h lsa_prn.C machdep.h ospfd.tcl ospfd_browser.C ospfd_freebsd.C ospfd_freebsd.h ospfd_mon.C system.C tcppkt.C tcppkt.h contrib/ospfd/linux Makefile linux.C linux.h lsa_prn.C machdep.h ospfd.tcl ospfd_browser.C ospfd_linux.C ospfd_linux.h ospfd_mon.C system.C tcppkt.C tcppkt.h contrib/ospfd/ospf_sim icmp.h mtrace.C mtrace.h ospf_sim.tcl ospfd_sim.C ospfd_sim.h sample.cfg sim.C sim.h sim_system.C simctl.h contrib/ospfd/ospf_sim/freebsd Makefile machdep.h machtype.h sim_freebsd.C contrib/ospfd/ospf_sim/linux Makefile machdep.h machtype.h sim_linux.C contrib/ospfd/ospf_sim/x86 Makefile machdep.h sim_x86.C contrib/ospfd/patches README applied.patches apply-patches.sh fetch-patches.sh patch2.1 patch2.10 patch2.11 patch2.12 patch2.13 patch2.14 patch2.15 patch2.16 patch2.2 patch2.3 patch2.4 patch2.5 patch2.6 patch2.7 patch2.8 patch2.9 patches.html contrib/ospfd/src .cvsignore Makefile.am Makefile.in arch.h asbrlsa.C asexlsa.C avl.C avl.h cksum.C config.C config.h dbage.C dbage.h globals.h grplsa.C helper.C hostmode.C ifcfsm.C ifcfsm.h igmp.h ip.h iterator.h lsa.C lsa.h lsalist.C lsalist.h lsdb.C lshdr.h mcache.h monitor.C monitor.h mospf.C mospf.h nbrfsm.C nbrfsm.h netlsa.C opqlsa.C opqlsa.h ospf.C ospf.h ospfinc.h pat.C pat.h phyint.C phyint.h priq.C priq.h restart.C rte.C rte.h rtrlsa.C spfack.C spfarea.C spfarea.h spfcalc.C spfdd.C spfhello.C spfifc.C spfifc.h spflog.h spflood.C spfnbr.C spfnbr.h spforig.C spfparam.h spfpkt.h spftype.h spfutil.C spfutil.h spfvl.C stack.h summlsa.C system.h timer.C timer.h tlv.C tlv.h contrib/ospfd/src/contrib global.h md5.h md5c.c mddriver.c contrib/ospfd/xorp .cvsignore Makefile.am Makefile.in lsa_prn.C machdep.h os-instance.C os-instance.h ospf_config.C ospf_config.h ospf_module.h ospfd.tcl ospfd_browser.C ospfd_mon.C ospfd_xorp.C ospfd_xorp.h system.C tcppkt.C tcppkt.h xrl_target.C xrl_target.h Log message: Remove ospfd, because it is not needed anymore. Now it is replaced by our own OSPF implementation. Approved by: Bruce M Simpson, Atanu Ghosh, Mark Handley Revision Changes Path 1.2 +0 -6 xorp/contrib/ospfd/.cvsignore (dead) 1.2 +0 -6 xorp/contrib/ospfd/Makefile.am (dead) 1.18 +0 -340 xorp/contrib/ospfd/Makefile.in (dead) 1.3 +0 -15 xorp/contrib/ospfd/README (dead) 1.3 +0 -80 xorp/contrib/ospfd/freebsd/Makefile (dead) 1.2 +0 -253 xorp/contrib/ospfd/freebsd/freebsd.C (dead) 1.2 +0 -55 xorp/contrib/ospfd/freebsd/freebsd.h (dead) 1.2 +0 -315 xorp/contrib/ospfd/freebsd/lsa_prn.C (dead) 1.2 +0 -93 xorp/contrib/ospfd/freebsd/machdep.h (dead) 1.2 +0 -495 xorp/contrib/ospfd/freebsd/ospfd.tcl (dead) 1.2 +0 -1694 xorp/contrib/ospfd/freebsd/ospfd_browser.C (dead) 1.2 +0 -1142 xorp/contrib/ospfd/freebsd/ospfd_freebsd.C (dead) 1.2 +0 -141 xorp/contrib/ospfd/freebsd/ospfd_freebsd.h (dead) 1.2 +0 -823 xorp/contrib/ospfd/freebsd/ospfd_mon.C (dead) 1.2 +0 -560 xorp/contrib/ospfd/freebsd/system.C (dead) 1.2 +0 -265 xorp/contrib/ospfd/freebsd/tcppkt.C (dead) 1.2 +0 -70 xorp/contrib/ospfd/freebsd/tcppkt.h (dead) 1.2 +0 -82 xorp/contrib/ospfd/linux/Makefile (dead) 1.2 +0 -249 xorp/contrib/ospfd/linux/linux.C (dead) 1.2 +0 -55 xorp/contrib/ospfd/linux/linux.h (dead) 1.2 +0 -315 xorp/contrib/ospfd/linux/lsa_prn.C (dead) 1.2 +0 -93 xorp/contrib/ospfd/linux/machdep.h (dead) 1.2 +0 -504 xorp/contrib/ospfd/linux/ospfd.tcl (dead) 1.2 +0 -1825 xorp/contrib/ospfd/linux/ospfd_browser.C (dead) 1.2 +0 -1099 xorp/contrib/ospfd/linux/ospfd_linux.C (dead) 1.2 +0 -153 xorp/contrib/ospfd/linux/ospfd_linux.h (dead) 1.2 +0 -823 xorp/contrib/ospfd/linux/ospfd_mon.C (dead) 1.2 +0 -782 xorp/contrib/ospfd/linux/system.C (dead) 1.2 +0 -265 xorp/contrib/ospfd/linux/tcppkt.C (dead) 1.2 +0 -70 xorp/contrib/ospfd/linux/tcppkt.h (dead) 1.2 +0 -92 xorp/contrib/ospfd/ospf_sim/freebsd/Makefile (dead) 1.2 +0 -101 xorp/contrib/ospfd/ospf_sim/freebsd/machdep.h (dead) 1.2 +0 -4 xorp/contrib/ospfd/ospf_sim/freebsd/machtype.h (dead) 1.2 +0 -70 xorp/contrib/ospfd/ospf_sim/freebsd/sim_freebsd.C (dead) 1.2 +0 -47 xorp/contrib/ospfd/ospf_sim/icmp.h (dead) 1.2 +0 -92 xorp/contrib/ospfd/ospf_sim/linux/Makefile (dead) 1.2 +0 -101 xorp/contrib/ospfd/ospf_sim/linux/machdep.h (dead) 1.2 +0 -3 xorp/contrib/ospfd/ospf_sim/linux/machtype.h (dead) 1.2 +0 -70 xorp/contrib/ospfd/ospf_sim/linux/sim_linux.C (dead) 1.2 +0 -563 xorp/contrib/ospfd/ospf_sim/mtrace.C (dead) 1.2 +0 -102 xorp/contrib/ospfd/ospf_sim/mtrace.h (dead) 1.2 +0 -1605 xorp/contrib/ospfd/ospf_sim/ospf_sim.tcl (dead) 1.2 +0 -1105 xorp/contrib/ospfd/ospf_sim/ospfd_sim.C (dead) 1.2 +0 -249 xorp/contrib/ospfd/ospf_sim/ospfd_sim.h (dead) 1.2 +0 -68 xorp/contrib/ospfd/ospf_sim/sample.cfg (dead) 1.2 +0 -1401 xorp/contrib/ospfd/ospf_sim/sim.C (dead) 1.2 +0 -160 xorp/contrib/ospfd/ospf_sim/sim.h (dead) 1.2 +0 -332 xorp/contrib/ospfd/ospf_sim/sim_system.C (dead) 1.2 +0 -150 xorp/contrib/ospfd/ospf_sim/simctl.h (dead) 1.2 +0 -88 xorp/contrib/ospfd/ospf_sim/x86/Makefile (dead) 1.2 +0 -101 xorp/contrib/ospfd/ospf_sim/x86/machdep.h (dead) 1.2 +0 -66 xorp/contrib/ospfd/ospf_sim/x86/sim_x86.C (dead) 1.2 +0 -867 xorp/contrib/ospfd/ospfd2_x_tar.gz (dead) 1.3 +0 -6 xorp/contrib/ospfd/patches/README (dead) 1.2 +0 -16 xorp/contrib/ospfd/patches/applied.patches (dead) 1.2 +0 -44 xorp/contrib/ospfd/patches/apply-patches.sh (dead) 1.2 +0 -2 xorp/contrib/ospfd/patches/fetch-patches.sh (dead) 1.2 +0 -40 xorp/contrib/ospfd/patches/patch2.1 (dead) 1.2 +0 -39 xorp/contrib/ospfd/patches/patch2.10 (dead) 1.2 +0 -296 xorp/contrib/ospfd/patches/patch2.11 (dead) 1.2 +0 -127 xorp/contrib/ospfd/patches/patch2.12 (dead) 1.2 +0 -202 xorp/contrib/ospfd/patches/patch2.13 (dead) 1.2 +0 -372 xorp/contrib/ospfd/patches/patch2.14 (dead) 1.2 +0 -189 xorp/contrib/ospfd/patches/patch2.15 (dead) 1.2 +0 -282 xorp/contrib/ospfd/patches/patch2.16 (dead) 1.2 +0 -852 xorp/contrib/ospfd/patches/patch2.2 (dead) 1.2 +0 -96 xorp/contrib/ospfd/patches/patch2.3 (dead) 1.2 +0 -3944 xorp/contrib/ospfd/patches/patch2.4 (dead) 1.2 +0 -53 xorp/contrib/ospfd/patches/patch2.5 (dead) 1.2 +0 -132 xorp/contrib/ospfd/patches/patch2.6 (dead) 1.2 +0 -438 xorp/contrib/ospfd/patches/patch2.7 (dead) 1.2 +0 -267 xorp/contrib/ospfd/patches/patch2.8 (dead) 1.2 +0 -210 xorp/contrib/ospfd/patches/patch2.9 (dead) 1.2 +0 -233 xorp/contrib/ospfd/patches/patches.html (dead) 1.2 +0 -6 xorp/contrib/ospfd/src/.cvsignore (dead) 1.5 +0 -87 xorp/contrib/ospfd/src/Makefile.am (dead) 1.20 +0 -398 xorp/contrib/ospfd/src/Makefile.in (dead) 1.2 +0 -49 xorp/contrib/ospfd/src/arch.h (dead) 1.2 +0 -258 xorp/contrib/ospfd/src/asbrlsa.C (dead) 1.3 +0 -979 xorp/contrib/ospfd/src/asexlsa.C (dead) 1.2 +0 -553 xorp/contrib/ospfd/src/avl.C (dead) 1.2 +0 -180 xorp/contrib/ospfd/src/avl.h (dead) 1.2 +0 -117 xorp/contrib/ospfd/src/cksum.C (dead) 1.2 +0 -91 xorp/contrib/ospfd/src/config.C (dead) 1.2 +0 -230 xorp/contrib/ospfd/src/config.h (dead) 1.2 +0 -15 xorp/contrib/ospfd/src/contrib/global.h (dead) 1.2 +0 -44 xorp/contrib/ospfd/src/contrib/md5.h (dead) 1.2 +0 -337 xorp/contrib/ospfd/src/contrib/md5c.c (dead) 1.2 +0 -229 xorp/contrib/ospfd/src/contrib/mddriver.c (dead) 1.2 +0 -550 xorp/contrib/ospfd/src/dbage.C (dead) 1.2 +0 -74 xorp/contrib/ospfd/src/dbage.h (dead) 1.2 +0 -27 xorp/contrib/ospfd/src/globals.h (dead) 1.2 +0 -261 xorp/contrib/ospfd/src/grplsa.C (dead) 1.2 +0 -319 xorp/contrib/ospfd/src/helper.C (dead) 1.2 +0 -201 xorp/contrib/ospfd/src/hostmode.C (dead) 1.2 +0 -448 xorp/contrib/ospfd/src/ifcfsm.C (dead) 1.2 +0 -79 xorp/contrib/ospfd/src/ifcfsm.h (dead) 1.2 +0 -54 xorp/contrib/ospfd/src/igmp.h (dead) 1.2 +0 -57 xorp/contrib/ospfd/src/ip.h (dead) 1.2 +0 -152 xorp/contrib/ospfd/src/iterator.h (dead) 1.2 +0 -227 xorp/contrib/ospfd/src/lsa.C (dead) 1.2 +0 -380 xorp/contrib/ospfd/src/lsa.h (dead) 1.3 +0 -189 xorp/contrib/ospfd/src/lsalist.C (dead) 1.2 +0 -213 xorp/contrib/ospfd/src/lsalist.h (dead) 1.2 +0 -624 xorp/contrib/ospfd/src/lsdb.C (dead) 1.2 +0 -214 xorp/contrib/ospfd/src/lshdr.h (dead) 1.2 +0 -65 xorp/contrib/ospfd/src/mcache.h (dead) 1.2 +0 -787 xorp/contrib/ospfd/src/monitor.C (dead) 1.2 +0 -259 xorp/contrib/ospfd/src/monitor.h (dead) 1.2 +0 -725 xorp/contrib/ospfd/src/mospf.C (dead) 1.2 +0 -43 xorp/contrib/ospfd/src/mospf.h (dead) 1.2 +0 -627 xorp/contrib/ospfd/src/nbrfsm.C (dead) 1.2 +0 -95 xorp/contrib/ospfd/src/nbrfsm.h (dead) 1.2 +0 -278 xorp/contrib/ospfd/src/netlsa.C (dead) 1.2 +0 -304 xorp/contrib/ospfd/src/opqlsa.C (dead) 1.2 +0 -58 xorp/contrib/ospfd/src/opqlsa.h (dead) 1.3 +0 -1022 xorp/contrib/ospfd/src/ospf.C (dead) 1.4 +0 -509 xorp/contrib/ospfd/src/ospf.h (dead) 1.2 +0 -50 xorp/contrib/ospfd/src/ospfinc.h (dead) 1.2 +0 -232 xorp/contrib/ospfd/src/pat.C (dead) 1.2 +0 -81 xorp/contrib/ospfd/src/pat.h (dead) 1.2 +0 -602 xorp/contrib/ospfd/src/phyint.C (dead) 1.2 +0 -154 xorp/contrib/ospfd/src/phyint.h (dead) 1.2 +0 -210 xorp/contrib/ospfd/src/priq.C (dead) 1.2 +0 -105 xorp/contrib/ospfd/src/priq.h (dead) 1.2 +0 -501 xorp/contrib/ospfd/src/restart.C (dead) 1.2 +0 -405 xorp/contrib/ospfd/src/rte.C (dead) 1.2 +0 -482 xorp/contrib/ospfd/src/rte.h (dead) 1.2 +0 -706 xorp/contrib/ospfd/src/rtrlsa.C (dead) 1.2 +0 -376 xorp/contrib/ospfd/src/spfack.C (dead) 1.3 +0 -831 xorp/contrib/ospfd/src/spfarea.C (dead) 1.2 +0 -247 xorp/contrib/ospfd/src/spfarea.h (dead) 1.2 +0 -911 xorp/contrib/ospfd/src/spfcalc.C (dead) 1.2 +0 -447 xorp/contrib/ospfd/src/spfdd.C (dead) 1.2 +0 -369 xorp/contrib/ospfd/src/spfhello.C (dead) 1.4 +0 -1191 xorp/contrib/ospfd/src/spfifc.C (dead) 1.2 +0 -531 xorp/contrib/ospfd/src/spfifc.h (dead) 1.2 +0 -114 xorp/contrib/ospfd/src/spflog.h (dead) 1.2 +0 -713 xorp/contrib/ospfd/src/spflood.C (dead) 1.3 +0 -312 xorp/contrib/ospfd/src/spfnbr.C (dead) 1.2 +0 -341 xorp/contrib/ospfd/src/spfnbr.h (dead) 1.2 +0 -325 xorp/contrib/ospfd/src/spforig.C (dead) 1.2 +0 -26 xorp/contrib/ospfd/src/spfparam.h (dead) 1.2 +0 -164 xorp/contrib/ospfd/src/spfpkt.h (dead) 1.2 +0 -31 xorp/contrib/ospfd/src/spftype.h (dead) 1.2 +0 -803 xorp/contrib/ospfd/src/spfutil.C (dead) 1.2 +0 -73 xorp/contrib/ospfd/src/spfutil.h (dead) 1.3 +0 -271 xorp/contrib/ospfd/src/spfvl.C (dead) 1.2 +0 -72 xorp/contrib/ospfd/src/stack.h (dead) 1.2 +0 -427 xorp/contrib/ospfd/src/summlsa.C (dead) 1.2 +0 -67 xorp/contrib/ospfd/src/system.h (dead) 1.2 +0 -240 xorp/contrib/ospfd/src/timer.C (dead) 1.2 +0 -113 xorp/contrib/ospfd/src/timer.h (dead) 1.2 +0 -273 xorp/contrib/ospfd/src/tlv.C (dead) 1.2 +0 -58 xorp/contrib/ospfd/src/tlv.h (dead) 1.3 +0 -9 xorp/contrib/ospfd/xorp/.cvsignore (dead) 1.11 +0 -65 xorp/contrib/ospfd/xorp/Makefile.am (dead) 1.26 +0 -494 xorp/contrib/ospfd/xorp/Makefile.in (dead) 1.2 +0 -315 xorp/contrib/ospfd/xorp/lsa_prn.C (dead) 1.2 +0 -93 xorp/contrib/ospfd/xorp/machdep.h (dead) 1.3 +0 -286 xorp/contrib/ospfd/xorp/os-instance.C (dead) 1.4 +0 -78 xorp/contrib/ospfd/xorp/os-instance.h (dead) 1.6 +0 -1031 xorp/contrib/ospfd/xorp/ospf_config.C (dead) 1.7 +0 -42 xorp/contrib/ospfd/xorp/ospf_config.h (dead) 1.8 +0 -45 xorp/contrib/ospfd/xorp/ospf_module.h (dead) 1.2 +0 -495 xorp/contrib/ospfd/xorp/ospfd.tcl (dead) 1.3 +0 -1696 xorp/contrib/ospfd/xorp/ospfd_browser.C (dead) 1.2 +0 -824 xorp/contrib/ospfd/xorp/ospfd_mon.C (dead) 1.10 +0 -671 xorp/contrib/ospfd/xorp/ospfd_xorp.C (dead) 1.5 +0 -175 xorp/contrib/ospfd/xorp/ospfd_xorp.h (dead) 1.8 +0 -476 xorp/contrib/ospfd/xorp/system.C (dead) 1.2 +0 -266 xorp/contrib/ospfd/xorp/tcppkt.C (dead) 1.2 +0 -70 xorp/contrib/ospfd/xorp/tcppkt.h (dead) 1.11 +0 -1842 xorp/contrib/ospfd/xorp/xrl_target.C (dead) 1.11 +0 -723 xorp/contrib/ospfd/xorp/xrl_target.h (dead) From hasso@linux.ee Fri Mar 17 10:38:33 2006 From: hasso@linux.ee (Hasso Tepper) Date: Fri, 17 Mar 2006 12:38:33 +0200 Subject: [Xorp-cvs] XORP cvs commit: xorp/contrib/ospfd In-Reply-To: <200603170032.k2H0WmVF046026@xorpc.icir.org> References: <200603170032.k2H0WmVF046026@xorpc.icir.org> Message-ID: <200603171238.33501.hasso@linux.ee> Pavlin Radoslavov wrote: > Log message: > Remove ospfd, because it is not needed anymore. > Now it is replaced by our own OSPF implementation. I think that these files should be removed as well: xrl/interfaces/ospf.xif xrl/interfaces/ospf_xif.cc xrl/interfaces/ospf_xif.hh xrl/targets/ospf.tgt xrl/targets/ospf.xrls xrl/targets/ospf_base.cc xrl/targets/ospf_base.hh -- Hasso From pavlin@icir.org Fri Mar 17 10:44:31 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Fri, 17 Mar 2006 02:44:31 -0800 Subject: [Xorp-cvs] XORP cvs commit: xorp/contrib/ospfd In-Reply-To: Message from Hasso Tepper of "Fri, 17 Mar 2006 12:38:33 +0200." <200603171238.33501.hasso@linux.ee> Message-ID: <200603171044.k2HAiVM0025449@possum.icir.org> > Pavlin Radoslavov wrote: > > Log message: > > Remove ospfd, because it is not needed anymore. > > Now it is replaced by our own OSPF implementation. > > I think that these files should be removed as well: > > xrl/interfaces/ospf.xif > xrl/interfaces/ospf_xif.cc > xrl/interfaces/ospf_xif.hh > xrl/targets/ospf.tgt > xrl/targets/ospf.xrls > xrl/targets/ospf_base.cc > xrl/targets/ospf_base.hh Absolutely! Accidentally, couple of hours ago we noticed this leftover but I got distracted with other stuff so the task for removing them was left for a little bit later. Just for the record, the corresponding xrl/interfaces/Makefile.am and xrl/targets/Makefile.am need to be edited as well. Pavlin From pavlin@icir.org Fri Mar 17 11:46:05 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Fri, 17 Mar 2006 11:46:05 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/xrl/interfaces xorp/xrl/targets Message-ID: <200603171146.k2HBk5gP052809@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-17 11:46:05 UTC XORP CVS repository Modified files: xrl/interfaces Makefile.am Makefile.in xrl/targets Makefile.am Makefile.in Removed files: xrl/interfaces ospf.xif ospf_xif.cc ospf_xif.hh xrl/targets ospf.tgt ospf.xrls ospf_base.cc ospf_base.hh Log message: Remove leftover ospfd related files. Submitted by: Hasso Tepper Revision Changes Path 1.31 +1 -5; commitid: cde2441aa1377ea6; xorp/xrl/interfaces/Makefile.am 1.48 +6 -16; commitid: cde2441aa1377ea6; xorp/xrl/interfaces/Makefile.in 1.2 +0 -372 xorp/xrl/interfaces/ospf.xif (dead) 1.15 +0 -3462 xorp/xrl/interfaces/ospf_xif.cc (dead) 1.13 +0 -1585 xorp/xrl/interfaces/ospf_xif.hh (dead) 1.59 +1 -9; commitid: cde2441aa1377ea6; xorp/xrl/targets/Makefile.am 1.75 +11 -25; commitid: cde2441aa1377ea6; xorp/xrl/targets/Makefile.in 1.3 +0 -7 xorp/xrl/targets/ospf.tgt (dead) 1.11 +0 -331 xorp/xrl/targets/ospf.xrls (dead) 1.17 +0 -3704 xorp/xrl/targets/ospf_base.cc (dead) 1.17 +0 -990 xorp/xrl/targets/ospf_base.hh (dead) From bms@icir.org Fri Mar 17 15:57:34 2006 From: bms@icir.org (Bruce Simpson) Date: Fri, 17 Mar 2006 15:57:34 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/bgp Message-ID: <200603171557.k2HFvYUd056153@xorpc.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: bms@xorpc.icir.org 2006-03-17 15:57:34 UTC XORP CVS repository Modified files: bgp peer.cc Log message: Make the SAVE_PACKETS debugging functionality portable to Windows. Revision Changes Path 1.131 +7 -4; commitid: db3b441adc527ea6; xorp/bgp/peer.cc From pavlin@icir.org Fri Mar 17 20:01:07 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Fri, 17 Mar 2006 20:01:07 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp Message-ID: <200603172001.k2HK17ub060651@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-17 20:01:07 UTC XORP CVS repository Modified files: . RELEASE_NOTES Log message: Add an empty placeholder for the next 1.3 release. Revision Changes Path 1.100 +63 -1; commitid: ecc1441b15477ea6; xorp/RELEASE_NOTES From pavlin@icir.org Fri Mar 17 20:46:38 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Fri, 17 Mar 2006 20:46:38 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/rtrmgr Message-ID: <200603172046.k2HKkcbf061253@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-17 20:46:38 UTC XORP CVS repository Modified files: rtrmgr module_manager.hh Log message: * Add kdoc comments * Change some public methods from public to private Revision Changes Path 1.43 +257 -13; commitid: ef2c441b1ffd7ea6; xorp/rtrmgr/module_manager.hh From bms@icir.org Fri Mar 17 20:57:00 2006 From: bms@icir.org (Bruce Simpson) Date: Fri, 17 Mar 2006 20:57:00 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/libxorp Message-ID: <200603172057.k2HKv0ZO061408@xorpc.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: bms@xorpc.icir.org 2006-03-17 20:57:00 UTC XORP CVS repository Modified files: libxorp win_dispatcher.cc win_dispatcher.hh Log message: Make the Windows native event dispatch code more stable, by introducing two methods: WinDispatcher::callback_bad_handle() WinDispatcher::callback_bad_socket(XorpFd& fd) Previously if we encountered a bad handle in WinDispatcher::wait_and_dispatch(), we would blow up with XLOG_FATAL(). Now we proactively dispatch all callbacks registered on any bad handles in the array, just like SelectorList does. Sockets, however, are a special case. We rely on WSAEnumNetworkEvents() to detect bad sockets, because the handles registered and thus visible to callback_bad_handle() are actually Event handles used to dispatch events on each socket and not the sockets themselves with which there is a 1:1 correspondence. If we detect a bad socket, we do the same as for a bad handle. While we are here fix some nits in error messages in the asserts for fatal edge cases around WFMO. Revision Changes Path 1.8 +78 -21; commitid: efc5441b22967ea6; xorp/libxorp/win_dispatcher.cc 1.9 +3 -1; commitid: efc5441b22967ea6; xorp/libxorp/win_dispatcher.hh From pavlin@icir.org Fri Mar 17 21:02:26 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Fri, 17 Mar 2006 21:02:26 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/libxorp Message-ID: <200603172102.k2HL2QqY061556@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-17 21:02:26 UTC XORP CVS repository Modified files: libxorp win_dispatcher.cc Log message: A nit: add a respectable empty space (according to the XORP coding style) when breaking a long line. Revision Changes Path 1.9 +2 -2; commitid: f04d441b23aa7ea6; xorp/libxorp/win_dispatcher.cc From bms@spc.org Fri Mar 17 21:17:35 2006 From: bms@spc.org (Bruce M Simpson) Date: Fri, 17 Mar 2006 21:17:35 +0000 Subject: [Xorp-cvs] XORP cvs commit: xorp/libxorp In-Reply-To: <200603172102.k2HL2QqY061556@xorpc.icir.org> References: <200603172102.k2HL2QqY061556@xorpc.icir.org> Message-ID: <20060317211735.GG32083@spc.org> On Fri, Mar 17, 2006 at 09:02:26PM +0000, Pavlin Radoslavov wrote: > Log message: > A nit: add a respectable empty space (according to the XORP coding > style) when breaking a long line. Thanks. By the way, I committed this directly from Windows. I use Putty for logging into XORP boxen from here and Pageant as the ssh authentication agent. So I use:- alias xcvs='cvs -d bms@xorpc.icir.org:/usr/local/www/data/cvs ' export CVS_RSH=plink and make sure Putty is in MSYS's PATH. I only recently got around to doing this and it's very useful. Regards, BMS From bms@icir.org Fri Mar 17 21:55:48 2006 From: bms@icir.org (Bruce Simpson) Date: Fri, 17 Mar 2006 21:55:48 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/libxorp Message-ID: <200603172155.k2HLtm2t062247@xorpc.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: bms@xorpc.icir.org 2006-03-17 21:55:48 UTC XORP CVS repository Modified files: libxorp win_dispatcher.cc Log message: Fix for Windows native I/O event dispatcher. Some code in the tree calls remove_ioevent_cb() with a default argument of IOT_ANY for the type parameter. With this change the socket event deregistration code now knows how to deal with it whereas previously it did not and would not remove any callbacks from a socket. This does NOT fix the Windows BGP Hold Timer issue, but it makes the condition non-fatal, thus allowing a debugger to be attached. Revision Changes Path 1.10 +28 -8; commitid: f2e9441b30247ea6; xorp/libxorp/win_dispatcher.cc From pavlin@icir.org Fri Mar 17 23:53:01 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Fri, 17 Mar 2006 23:53:01 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/policy Message-ID: <200603172353.k2HNr1Zk063590@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-17 23:53:01 UTC XORP CVS repository Modified files: policy filter_manager.cc process_watch.cc Log message: Add better error messages when throwing an exception because of an XRL error. Note that throwing an exception because of an XRL error will practically kill the policy manager which is not acceptable behavior. A bugzilla entry has been opened about the issue: #586 Revision Changes Path 1.10 +6 -2; commitid: f815441b4a057ea6; xorp/policy/filter_manager.cc 1.6 +5 -2; commitid: f815441b4a057ea6; xorp/policy/process_watch.cc From pavlin@icir.org Sat Mar 18 19:08:24 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Sat, 18 Mar 2006 19:08:24 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/ospf Message-ID: <200603181908.k2IJ8OUK075278@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-18 19:08:24 UTC XORP CVS repository Modified files: ospf routing_table.cc Log message: Add a missing NULL pointer comparison. This fixes a potential crash in OSPF under certain conditions: * OSPF is exporting routes from other protocol (e.g., static). * OSPF is configured on a single interface as p2p interface. * OSPF is mis-configured on that p2p interface by not including the neighbor address. Approved by: Atanu Ghosh Revision Changes Path 1.53 +4 -1; commitid: 124f4441c55dc7ea6; xorp/ospf/routing_table.cc From atanu@icir.org Sat Mar 18 20:11:55 2006 From: atanu@icir.org (Atanu Ghosh) Date: Sat, 18 Mar 2006 20:11:55 GMT Subject: [Xorp-cvs] XORP cvs commit: www/scripts Message-ID: <200603182011.k2IKBtuM075925@xorpc.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: www Changes by: atanu@xorpc.icir.org 2006-03-18 20:11:55 UTC XORP CVS repository Modified files: scripts XorpOrgGenerator.py Log message: Remove the hard coded path to python. Revision Changes Path 1.13 +3 -3; commitid: 1287a441c698a7ea6; www/scripts/XorpOrgGenerator.py From atanu@icir.org Sat Mar 18 20:19:14 2006 From: atanu@icir.org (Atanu Ghosh) Date: Sat, 18 Mar 2006 20:19:14 GMT Subject: [Xorp-cvs] XORP cvs commit: www www/html_src Message-ID: <200603182019.k2IKJE6J076041@xorpc.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: www Changes by: atanu@xorpc.icir.org 2006-03-18 20:19:14 UTC XORP CVS repository Modified files: . mirrors.html html_src mirrors.html Log message: Add mirror www14.xorp.org, Siam University, Bangkok, Thailand. Revision Changes Path 1.24 +6 -0; commitid: 128d9441c6b417ea6; www/html_src/mirrors.html 1.31 +9 -3; commitid: 128d9441c6b417ea6; www/mirrors.html From atanu@icir.org Sat Mar 18 20:23:49 2006 From: atanu@icir.org (Atanu Ghosh) Date: Sat, 18 Mar 2006 20:23:49 GMT Subject: [Xorp-cvs] XORP cvs commit: www www/html_src Message-ID: <200603182023.k2IKNndm076182@xorpc.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: www Changes by: atanu@xorpc.icir.org 2006-03-18 20:23:49 UTC XORP CVS repository Modified files: . mirrors.html html_src mirrors.html Log message: Fix a typo in the www14.xorp.org entry. Revision Changes Path 1.25 +1 -1; commitid: 12966441c6c547ea6; www/html_src/mirrors.html 1.32 +2 -2; commitid: 12966441c6c547ea6; www/mirrors.html From pavlin@icir.org Sun Mar 19 21:54:21 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Sun, 19 Mar 2006 21:54:21 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/fea Message-ID: <200603192154.k2JLsLXc091455@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-19 21:54:21 UTC XORP CVS repository Modified files: fea mfea_proto_comm.cc mfea_proto_comm.hh Log message: * Remove the _ignore_my_packets flag, because it is not used. * Port-back the Windows-specific changes from rawsock.cc to reduce the differences between both implementations. Eventually, in the future mfea_proto_comm.* will go away and only the rawsock.* mechanism will be used. Revision Changes Path 1.47 +305 -109; commitid: 164df441dd1787ea6; xorp/fea/mfea_proto_comm.cc 1.16 +1 -11; commitid: 164df441dd1787ea6; xorp/fea/mfea_proto_comm.hh From pavlin@icir.org Sun Mar 19 22:18:04 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Sun, 19 Mar 2006 22:18:04 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/fea Message-ID: <200603192218.k2JMI48v091731@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-19 22:18:04 UTC XORP CVS repository Modified files: fea mfea_mrouter.cc Log message: Cleanup some of the #ifdef (needed because of Windows) so now they are more consistent with the rawsock.cc and mfea_proto_comm.cc code. Revision Changes Path 1.43 +25 -34; commitid: 16634441dd8617ea6; xorp/fea/mfea_mrouter.cc From pavlin@icir.org Sun Mar 19 22:30:35 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Sun, 19 Mar 2006 22:30:35 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/fea Message-ID: <200603192230.k2JMUZbh091916@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-19 22:30:35 UTC XORP CVS repository Modified files: fea mfea_mrouter.hh mfea_proto_comm.hh Log message: Cleanup some of the #ifdef (needed because of Windows) so now they are more consistent with the rawsock.hh code. Revision Changes Path 1.14 +10 -8; commitid: 166f1441ddb7c7ea6; xorp/fea/mfea_mrouter.hh 1.17 +9 -7; commitid: 166f1441ddb7c7ea6; xorp/fea/mfea_proto_comm.hh From pavlin@icir.org Sun Mar 19 23:29:15 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Sun, 19 Mar 2006 23:29:15 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/fea Message-ID: <200603192329.k2JNTF3g092511@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-19 23:29:15 UTC XORP CVS repository Modified files: fea mfea_mrouter.cc mfea_node.cc mfea_node.hh mfea_proto_comm.cc mfea_proto_comm.hh Log message: * Rename ipproto to ip_protocol * Fix a typo inside mfea_proto_comm.cc Revision Changes Path 1.44 +12 -12; commitid: 16938441de8fe7ea6; xorp/fea/mfea_mrouter.cc 1.63 +13 -12; commitid: 16938441de8fe7ea6; xorp/fea/mfea_node.cc 1.35 +3 -3; commitid: 16938441de8fe7ea6; xorp/fea/mfea_node.hh 1.48 +19 -17; commitid: 16938441de8fe7ea6; xorp/fea/mfea_proto_comm.cc 1.18 +5 -5; commitid: 16938441de8fe7ea6; xorp/fea/mfea_proto_comm.hh From pavlin@icir.org Sun Mar 19 23:32:20 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Sun, 19 Mar 2006 23:32:20 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/fea Message-ID: <200603192332.k2JNWKxW092620@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-19 23:32:20 UTC XORP CVS repository Modified files: fea mfea_mrouter.hh Log message: Rename ipproto to ip_protocol Revision Changes Path 1.15 +2 -2; commitid: 169ab441de9eb7ea6; xorp/fea/mfea_mrouter.hh From pavlin@icir.org Mon Mar 20 02:06:47 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Mon, 20 Mar 2006 02:06:47 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/fea Message-ID: <200603200206.k2K26lI1093993@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-20 02:06:47 UTC XORP CVS repository Modified files: fea mfea_mrouter.cc mfea_proto_comm.cc mfea_proto_comm.hh rawsock.cc rawsock.hh Log message: Split the raw protocol socket (_proto_socket) into two: _proto_socket_in and _proto_socket_out (for sending and receiving respectively). By spliting the socket we can manage better the sending and receiving (e.g., if we want to use bind() for transmitting purpose only). Revision Changes Path 1.45 +4 -4; commitid: 16edc441e0dc57ea6; xorp/fea/mfea_mrouter.cc 1.49 +134 -93; commitid: 16edc441e0dc57ea6; xorp/fea/mfea_proto_comm.cc 1.19 +29 -18; commitid: 16edc441e0dc57ea6; xorp/fea/mfea_proto_comm.hh 1.18 +117 -74; commitid: 16edc441e0dc57ea6; xorp/fea/rawsock.cc 1.6 +16 -13; commitid: 16edc441e0dc57ea6; xorp/fea/rawsock.hh From pavlin@icir.org Mon Mar 20 07:29:45 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Mon, 20 Mar 2006 07:29:45 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/fea Message-ID: <200603200729.k2K7TjQ2096930@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-20 07:29:45 UTC XORP CVS repository Modified files: fea mfea_proto_comm.cc mfea_proto_comm.hh rawsock.cc rawsock.hh Log message: * Add a mechanism to set the outgoing packets' IP header information by using various socket options (as an alternative to the IP_HDRINCL socket option) such as setsockopt(IP_TTL), etc. * Don't enable the IP_HDRINCL socket option for Linux and use the new mechanism instead (see above). The reason for this change is that in case of Linux the IP_HDRINCL IP packets are not fragmented and are limited to the interface MTU. The raw(7) Linux manual is wrong by saying it is a limitation only in Linux 2.2. It is a limitation in 2.4 and 2.6, and there is no indication this is going to be fixed in the future. This fix allows the protocols to transmit IP messages that are up to 64K bytes long (minus headers overhead) without having to perform protocol-level fragmentation at the MTU size limit. Increasing the message size limit to 64K bytes is important for protocols like PIM-SM which may have to include a large number of Join/Prune items within a single PIM message. Revision Changes Path 1.50 +126 -31; commitid: 179ea441e55a57ea6; xorp/fea/mfea_proto_comm.cc 1.20 +14 -11; commitid: 179ea441e55a57ea6; xorp/fea/mfea_proto_comm.hh 1.19 +125 -33; commitid: 179ea441e55a57ea6; xorp/fea/rawsock.cc 1.7 +4 -3; commitid: 179ea441e55a57ea6; xorp/fea/rawsock.hh From atanu@icir.org Mon Mar 20 10:24:06 2006 From: atanu@icir.org (Atanu Ghosh) Date: Mon, 20 Mar 2006 10:24:06 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/ospf Message-ID: <200603201024.k2KAO6xb098788@xorpc.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: atanu@xorpc.icir.org 2006-03-20 10:24:06 UTC XORP CVS repository Modified files: ospf peer.cc Log message: If during database exchange the headers of the LSAs did not fit into a packet, due to an initialised variable the exchange could terminate without exchanging all headers. Bug found by: Pavlin Revision Changes Path 1.234 +6 -6; commitid: 181c9441e82c57ea6; xorp/ospf/peer.cc From hasso@linux.ee Mon Mar 20 12:16:53 2006 From: hasso@linux.ee (Hasso Tepper) Date: Mon, 20 Mar 2006 14:16:53 +0200 Subject: [Xorp-cvs] XORP cvs commit: xorp/fea In-Reply-To: <200603200729.k2K7TjQ2096930@xorpc.icir.org> References: <200603200729.k2K7TjQ2096930@xorpc.icir.org> Message-ID: <200603201416.53377.hasso@linux.ee> Pavlin Radoslavov wrote: > The reason for this change is that in case of Linux the IP_HDRINCL > IP packets are not fragmented and are limited to the interface MTU. > The raw(7) Linux manual is wrong by saying it is a limitation only > in Linux 2.2. It is a limitation in 2.4 and 2.6, and there is no > indication this is going to be fixed in the future. This sentence will be gone in next manpages version. In case of such trivial and obvious bugs in manpages I recommend to report it to manpages maintainer - "Michael Kerrisk" . I already reported this problem myself. Linux have been quite long time without manpages maintainer and there is a lot of such stupid things. This particular manpage was just probably written when 2.4 didn't exist yet and this sentence in BUGS section made sense. -- Hasso Tepper From pavlin@icir.org Mon Mar 20 21:33:24 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Mon, 20 Mar 2006 21:33:24 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/fea Message-ID: <200603202133.k2KLXOOu009123@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-20 21:33:24 UTC XORP CVS repository Modified files: fea mfea_mrouter.cc mfea_proto_comm.cc Log message: Fix compilation and startup-time issues on Windows. Submitted by: Bruce M. Simpson Revision Changes Path 1.46 +11 -5; commitid: 2388441f1f717ea6; xorp/fea/mfea_mrouter.cc 1.51 +8 -7; commitid: 2388441f1f717ea6; xorp/fea/mfea_proto_comm.cc From pavlin@icir.org Mon Mar 20 23:06:25 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Mon, 20 Mar 2006 23:06:25 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/fea Message-ID: <200603202306.k2KN6PKC010102@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-20 23:06:25 UTC XORP CVS repository Modified files: fea mfea_proto_comm.cc Log message: More Windows compilation fixes. Revision Changes Path 1.52 +3 -3; commitid: 275d441f35687ea6; xorp/fea/mfea_proto_comm.cc From pavlin@icir.org Tue Mar 21 00:10:48 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Mon, 20 Mar 2006 16:10:48 -0800 Subject: [Xorp-cvs] XORP cvs commit: xorp/fea In-Reply-To: Message from Hasso Tepper of "Mon, 20 Mar 2006 14:16:53 +0200." <200603201416.53377.hasso@linux.ee> Message-ID: <200603210010.k2L0Am20034485@possum.icir.org> > Pavlin Radoslavov wrote: > > The reason for this change is that in case of Linux the IP_HDRINCL > > IP packets are not fragmented and are limited to the interface MTU. > > The raw(7) Linux manual is wrong by saying it is a limitation only > > in Linux 2.2. It is a limitation in 2.4 and 2.6, and there is no > > indication this is going to be fixed in the future. > > This sentence will be gone in next manpages version. In case of such > trivial and obvious bugs in manpages I recommend to report it to manpages > maintainer - "Michael Kerrisk" . I already reported > this problem myself. > > Linux have been quite long time without manpages maintainer and there is a > lot of such stupid things. This particular manpage was just probably > written when 2.4 didn't exist yet and this sentence in BUGS section made > sense. Thank you for the info and for sending the correction. Myself, I'd prefer to have the Linux kernel being fixed so it does the fragmentation for you even for IP_HDRINCL packets. The argument I presume I will get that "this is a raw IP packet so the kernel shouldn't touch it or fragment it" is not really valid, because the current behavior (getting error messages when the packet is larger than the MTU) is useful only to discover the MTU and even this is not practical. Furthermore, the kernel actually DOES touch some of the IP_HDRINCL IP header as indicated (see raw(7)). In other words, the Linux IP_HDRINCL support is useful only if you are sending packets smaller than the MTU. Otherwise, you have to use a number of system calls to achieve similar behavior. Anyway, this is not the right email list for such discussion. If I want to bring it to the attention of the Linux folks, do you know which is the right email address? The archive for the old address for Linux network development "netdev@oss.sgi.com" seems to be spammed (see http://oss.sgi.com/archives/netdev/), so I don't know whether this address is still valid. Other alternative addresses I came across are linux-net@vger.kernel.org and netdev@vger.kernel.org If you agree with my arguments above and if you are already subscriber to the appropriate list, feel free to raise the issue there :) Pavlin From pavlin@icir.org Tue Mar 21 21:24:01 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Tue, 21 Mar 2006 21:24:01 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp Message-ID: <200603212124.k2LLO14R025081@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-21 21:24:01 UTC XORP CVS repository Modified files: . RELEASE_NOTES Log message: Add a release note for FEA/MFEA. Revision Changes Path 1.101 +3 -2; commitid: 61d844206ede7ea6; xorp/RELEASE_NOTES From pavlin@icir.org Wed Mar 22 00:41:11 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Wed, 22 Mar 2006 00:41:11 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/fea Message-ID: <200603220041.k2M0fBg5027503@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-22 00:41:11 UTC XORP CVS repository Modified files: fea fticonfig.cc fticonfig.hh fticonfig_entry_get_iphelper.cc fticonfig_entry_set_iphelper.cc fticonfig_entry_set_netlink.cc fticonfig_entry_set_rtsock.cc fticonfig_table_get_iphelper.cc Log message: Const-ify FtiConfig::_iftree and FtiConfig::iftree() Revision Changes Path 1.49 +3 -2; commitid: 6af544209b527ea6; xorp/fea/fticonfig.cc 1.38 +4 -4; commitid: 6af544209b527ea6; xorp/fea/fticonfig.hh 1.6 +7 -7; commitid: 6af544209b527ea6; xorp/fea/fticonfig_entry_get_iphelper.cc 1.7 +7 -7; commitid: 6af544209b527ea6; xorp/fea/fticonfig_entry_set_iphelper.cc 1.26 +7 -7; commitid: 6af544209b527ea6; xorp/fea/fticonfig_entry_set_netlink.cc 1.34 +7 -7; commitid: 6af544209b527ea6; xorp/fea/fticonfig_entry_set_rtsock.cc 1.6 +4 -4; commitid: 6af544209b527ea6; xorp/fea/fticonfig_table_get_iphelper.cc From pavlin@icir.org Wed Mar 22 02:23:33 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Wed, 22 Mar 2006 02:23:33 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/fea Message-ID: <200603220223.k2M2NXmb028420@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-22 02:23:33 UTC XORP CVS repository Modified files: fea test_rawsock4.cc Log message: Fix the test so now we select properly the outgoing interface instead of using a hard-coded "lo0" loopback interface name. This fixes a run-time error on Linux. Revision Changes Path 1.18 +65 -50; commitid: 6ee64420b4ef7ea6; xorp/fea/test_rawsock4.cc From pavlin@icir.org Wed Mar 22 08:17:06 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Wed, 22 Mar 2006 08:17:06 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/fea Message-ID: <200603220817.k2M8H6hS031901@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-22 08:17:06 UTC XORP CVS repository Modified files: fea fticonfig_entry_get_iphelper.cc Log message: Compilation fix for Windows. Revision Changes Path 1.7 +2 -2; commitid: 7c84442107fa7ea6; xorp/fea/fticonfig_entry_get_iphelper.cc From pavlin@icir.org Thu Mar 23 18:52:32 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Thu, 23 Mar 2006 18:52:32 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/rtrmgr Message-ID: <200603231852.k2NIqW8l071494@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-23 18:52:32 UTC XORP CVS repository Modified files: rtrmgr config.boot.sample Log message: Add a comment what "click" is about. Revision Changes Path 1.37 +5 -1; commitid: 1172a4422ee627ea6; xorp/rtrmgr/config.boot.sample From atanu@icir.org Thu Mar 23 20:03:40 2006 From: atanu@icir.org (Atanu Ghosh) Date: Thu, 23 Mar 2006 20:03:40 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/ospf Message-ID: <200603232003.k2NK3eHt072336@xorpc.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: atanu@xorpc.icir.org 2006-03-23 20:03:40 UTC XORP CVS repository Modified files: ospf lsa.cc Log message: When printing a Router-LSA print the various bit settings in the form "bit E", as opposed to "E-bit". In a Router-LSA there is an "E-bit" in the options field and there is an additional "bit E". The renaming now matches RFC2328 and may reduce the chance of confusion. Revision Changes Path 1.68 +6 -6; commitid: 11a754422ff1b7ea6; xorp/ospf/lsa.cc From pavlin@icir.org Fri Mar 24 01:29:01 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Fri, 24 Mar 2006 01:29:01 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/rtrmgr Message-ID: <200603240129.k2O1T1wB076218@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-24 01:29:01 UTC XORP CVS repository Modified files: rtrmgr module_command.cc template_commands.cc template_commands.hh Log message: Process the XRL return arguments for all XRL actions (i.e., not only for the %modinfo: start_commit/end_commit methods). This allows us to put XRLs like "fea/ifmgr/0.1/start_transaction->tid:u32" anywhere in the rtrmgr templates. Bug found by: Mike Larson Revision Changes Path 1.36 +4 -49; commitid: 1299244234a9c7ea6; xorp/rtrmgr/module_command.cc 1.67 +69 -7; commitid: 1299244234a9c7ea6; xorp/rtrmgr/template_commands.cc 1.34 +6 -2; commitid: 1299244234a9c7ea6; xorp/rtrmgr/template_commands.hh From atanu@icir.org Fri Mar 24 01:40:51 2006 From: atanu@icir.org (Atanu Ghosh) Date: Fri, 24 Mar 2006 01:40:51 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/ospf Message-ID: <200603240140.k2O1ep59076414@xorpc.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: atanu@xorpc.icir.org 2006-03-24 01:40:51 UTC XORP CVS repository Modified files: ospf lsa.cc Log message: When printing an AS-external-LSA (or Type-7 LSA) print the various bit settings in the form "bit E", as opposed to "E-bit". In an AS-external-LSA there is an "E-bit" in the options field and there is an additional "bit E". The renaming now matches RFC2328 and may reduce the chance of confusion. Revision Changes Path 1.69 +5 -5; commitid: 12a6344234e227ea6; xorp/ospf/lsa.cc From pavlin@icir.org Fri Mar 24 03:03:57 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Fri, 24 Mar 2006 03:03:57 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/rip Message-ID: <200603240303.k2O33v6P077368@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-24 03:03:57 UTC XORP CVS repository Modified files: rip auth.cc auth.hh test_auth.cc xrl_target_rip.cc Log message: Refactor/improve the back-end MD5 implementation and fix several bugs in the process: [Note that Bugzilla entry #571 mentioned below is about OSPF, but the same problems existed in the RIP implementation as well]. * Use proper internal representation of NOW and INFINITY (for time). Thus, we can eliminate the potentialy dangerous internal encoding of "if start_time is same end_time then end_time is INFINITY". * Better checking of start and end time. This fixes one of the issues described in Bugzilla entry #571 (Scenario 1: if the end-time is in the past). * If the start-time is in the future, then start using properly the MD5 authentication after that time. This fixes one of the issues described in Bugzilla entry #571 (Scenario 2: if the start-time is in the future). * If the last MD5 key expires, then continue using it until the key's lifetime is extended, the key is deleted by network management, or a new key is configured (as per RFC 2082 Section 4.3). Bugzilla URL: http://www.xorp.org/bugzilla/show_bug.cgi?id=571 Revision Changes Path 1.28 +260 -162; commitid: 12d5f44235e2b7ea6; xorp/rip/auth.cc 1.18 +277 -106; commitid: 12d5f44235e2b7ea6; xorp/rip/auth.hh 1.23 +15 -8; commitid: 12d5f44235e2b7ea6; xorp/rip/test_auth.cc 1.29 +33 -29; commitid: 12d5f44235e2b7ea6; xorp/rip/xrl_target_rip.cc From pavlin@icir.org Fri Mar 24 03:16:57 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Fri, 24 Mar 2006 03:16:57 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/ospf Message-ID: <200603240316.k2O3GvZ7077568@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-24 03:16:56 UTC XORP CVS repository Modified files: ospf auth.cc auth.hh ospf.cc ospf.hh peer.cc peer.hh peer_manager.cc peer_manager.hh xrl_target.cc Log message: Refactor/improve the back-end MD5 implementation and fix several bugs in the process: * Use proper internal representation of NOW and INFINITY (for time). Thus, we can eliminate the potentialy dangerous internal encoding of "if start_time is same end_time then end_time is INFINITY". * Better checking of start and end time. This fixes one of the issues described in Bugzilla entry #571 (Scenario 1: if the end-time is in the past). * If the start-time is in the future, then start using properly the MD5 authentication after that time. This fixes one of the issues described in Bugzilla entry #571 (Scenario 2: if the start-time is in the future). * If the last MD5 key expires, then continue using it until the key's lifetime is extended, the key is deleted by network management, or a new key is configured (as per RFC 2328 Appendix D.3). Bugzilla URL: http://www.xorp.org/bugzilla/show_bug.cgi?id=571 Revision Changes Path 1.10 +312 -137; commitid: 12ec54423643c7ea6; xorp/ospf/auth.cc 1.8 +160 -135; commitid: 12ec54423643c7ea6; xorp/ospf/auth.hh 1.70 +5 -5; commitid: 12ec54423643c7ea6; xorp/ospf/ospf.cc 1.90 +5 -4; commitid: 12ec54423643c7ea6; xorp/ospf/ospf.hh 1.235 +8 -7; commitid: 12ec54423643c7ea6; xorp/ospf/peer.cc 1.123 +9 -7; commitid: 12ec54423643c7ea6; xorp/ospf/peer.hh 1.116 +5 -4; commitid: 12ec54423643c7ea6; xorp/ospf/peer_manager.cc 1.72 +5 -4; commitid: 12ec54423643c7ea6; xorp/ospf/peer_manager.hh 1.33 +21 -24; commitid: 12ec54423643c7ea6; xorp/ospf/xrl_target.cc From pavlin@icir.org Fri Mar 24 08:20:10 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Fri, 24 Mar 2006 08:20:10 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/etc/templates xorp/ospf xorp/xrl/interfaces xorp/xrl/targets Message-ID: <200603240820.k2O8KAod080674@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-24 08:20:10 UTC XORP CVS repository Modified files: etc/templates ospfv2.tp ospf auth.cc auth.hh ospf.cc ospf.hh peer.cc peer.hh peer_manager.cc peer_manager.hh xrl_target.cc xrl_target.hh xrl/interfaces ospfv2.xif ospfv2_xif.cc ospfv2_xif.hh xrl/targets ospfv2.xrls ospfv2_base.cc ospfv2_base.hh Log message: Add a new OSPF configuration statement related to the MD5 key (and the corresponding backend support): max-time-drift-secs: u32 (default to 3600, i.e., 1 hour). It is used to set the maximum time drift (in seconds) among all OSPF routers. The allowed values are in the range [0--65535]. If the value is 65535, the time drift is unlimited. The purpose of this new configuration statement is to decide when to start accepting the MD5 keys in case other routers's clocks are not syncronized and have started to generate messages with a particular key: KeyStartAccept = KeyStartGenerate - MaxTimeDrift KeyStopAccept = KeyStopGenerate + MaxTimeDrift Revision Changes Path 1.49 +18 -6; commitid: 13a494423a9d17ea6; xorp/etc/templates/ospfv2.tp 1.11 +32 -14; commitid: 13a494423a9d17ea6; xorp/ospf/auth.cc 1.9 +29 -9; commitid: 13a494423a9d17ea6; xorp/ospf/auth.hh 1.71 +12 -10; commitid: 13a494423a9d17ea6; xorp/ospf/ospf.cc 1.91 +3 -1; commitid: 13a494423a9d17ea6; xorp/ospf/ospf.hh 1.236 +11 -8; commitid: 13a494423a9d17ea6; xorp/ospf/peer.cc 1.124 +5 -1; commitid: 13a494423a9d17ea6; xorp/ospf/peer.hh 1.117 +3 -1; commitid: 13a494423a9d17ea6; xorp/ospf/peer_manager.cc 1.73 +3 -1; commitid: 13a494423a9d17ea6; xorp/ospf/peer_manager.hh 1.34 +18 -5; commitid: 13a494423a9d17ea6; xorp/ospf/xrl_target.cc 1.24 +7 -2; commitid: 13a494423a9d17ea6; xorp/ospf/xrl_target.hh 1.20 +6 -2; commitid: 13a494423a9d17ea6; xorp/xrl/interfaces/ospfv2.xif 1.22 +3 -1; commitid: 13a494423a9d17ea6; xorp/xrl/interfaces/ospfv2_xif.cc 1.22 +6 -1; commitid: 13a494423a9d17ea6; xorp/xrl/interfaces/ospfv2_xif.hh 1.24 +6 -2; commitid: 13a494423a9d17ea6; xorp/xrl/targets/ospfv2.xrls 1.24 +5 -4; commitid: 13a494423a9d17ea6; xorp/xrl/targets/ospfv2_base.cc 1.24 +7 -2; commitid: 13a494423a9d17ea6; xorp/xrl/targets/ospfv2_base.hh From pavlin@icir.org Fri Mar 24 08:58:46 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Fri, 24 Mar 2006 08:58:46 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/docs/user_manual Message-ID: <200603240858.k2O8wkcu081185@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-24 08:58:46 UTC XORP CVS repository Modified files: docs/user_manual ospf.tex Log message: Update the user manual to include description of the new max-time-drift-secs OSPF configuration statement. Revision Changes Path 1.7 +38 -5; commitid: 13d084423b4b47ea6; xorp/docs/user_manual/ospf.tex From pavlin@icir.org Fri Mar 24 09:05:54 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Fri, 24 Mar 2006 09:05:54 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/rtrmgr Message-ID: <200603240905.k2O95sAX081352@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-24 09:05:54 UTC XORP CVS repository Modified files: rtrmgr config.boot.sample Log message: * Add sample MD5 configuration statement for RIP * Update the MD5 configuration statement for OSPF Revision Changes Path 1.38 +14 -1; commitid: 13d8e4423b63c7ea6; xorp/rtrmgr/config.boot.sample From pavlin@icir.org Fri Mar 24 09:06:23 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Fri, 24 Mar 2006 09:06:23 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp Message-ID: <200603240906.k2O96NkJ081401@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-24 09:06:23 UTC XORP CVS repository Modified files: . RELEASE_NOTES Log message: Add a configuration-related release note. Revision Changes Path 1.102 +9 -2; commitid: 13de04423b6827ea6; xorp/RELEASE_NOTES From hasso@linux.ee Fri Mar 24 13:34:15 2006 From: hasso@linux.ee (Hasso Tepper) Date: Fri, 24 Mar 2006 15:34:15 +0200 Subject: [Xorp-cvs] XORP cvs commit: xorp/etc/templates xorp/ospf xorp/xrl/interfaces xorp/xrl/targets In-Reply-To: <200603240820.k2O8KAod080674@xorpc.icir.org> References: <200603240820.k2O8KAod080674@xorpc.icir.org> Message-ID: <200603241534.15581.hasso@linux.ee> Pavlin Radoslavov wrote: > max-time-drift-secs: u32 (default to 3600, i.e., 1 hour). ^^^^ http://www.xorp.org/bugzilla/show_bug.cgi?id=530 -- Hasso Tepper From pavlin@icir.org Fri Mar 24 17:51:23 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Fri, 24 Mar 2006 17:51:23 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp Message-ID: <200603241751.k2OHpNN5089638@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-24 17:51:23 UTC XORP CVS repository Modified files: . RELEASE_NOTES Log message: Add release notes for RTRMGR, RIP and OSPF. Revision Changes Path 1.103 +4 -4; commitid: 15e0b4424318a7ea6; xorp/RELEASE_NOTES From atanu@icir.org Fri Mar 24 18:02:37 2006 From: atanu@icir.org (Atanu Ghosh) Date: Fri, 24 Mar 2006 18:02:37 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/devnotes Message-ID: <200603241802.k2OI2bWu089822@xorpc.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: atanu@xorpc.icir.org 2006-03-24 18:02:37 UTC XORP CVS repository Added files: devnotes template.py Log message: Template for python scripts. Revision Changes Path 1.1 +21 -0 xorp/devnotes/template.py (new) From atanu@icir.org Fri Mar 24 18:03:00 2006 From: atanu@icir.org (Atanu Ghosh) Date: Fri, 24 Mar 2006 18:03:00 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/devnotes Message-ID: <200603241803.k2OI30pR089870@xorpc.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: atanu@xorpc.icir.org 2006-03-24 18:03:00 UTC XORP CVS repository Added files: devnotes template.sh Log message: Template for shell scripts. Revision Changes Path 1.1 +21 -0 xorp/devnotes/template.sh (new) From atanu@icir.org Fri Mar 24 18:10:47 2006 From: atanu@icir.org (Atanu Ghosh) Date: Fri, 24 Mar 2006 18:10:47 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/devnotes Message-ID: <200603241810.k2OIAlC2090067@xorpc.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: atanu@xorpc.icir.org 2006-03-24 18:10:47 UTC XORP CVS repository Modified files: devnotes template.py template.sh Log message: Remove the C style comment. Revision Changes Path 1.2 +1 -2; commitid: 15fb6442436277ea6; xorp/devnotes/template.py 1.2 +1 -2; commitid: 15fb6442436277ea6; xorp/devnotes/template.sh From zec@icir.org Fri Mar 24 18:23:39 2006 From: zec@icir.org (Marko Zec) Date: Fri, 24 Mar 2006 18:23:39 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp Message-ID: <200603241823.k2OINdPm090413@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: zec@xorpc.icir.org 2006-03-24 18:23:39 UTC XORP CVS repository Modified files: . ERRATA Log message: Remove the description of a bug that could occur when replace_route() calls were decomposed into a series of add / delete calls, i.e. when route aggregation was configured. This was fixed by mjh@ in route_table_dump.cc rev 1.37 / .hh rev 1.20. Revision Changes Path 1.28 +1 -8; commitid: 16110442438f97ea6; xorp/ERRATA From pavlin@icir.org Fri Mar 24 19:42:55 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Fri, 24 Mar 2006 11:42:55 -0800 Subject: [Xorp-cvs] XORP cvs commit: xorp/etc/templates xorp/ospf xorp/xrl/interfaces xorp/xrl/targets In-Reply-To: Message from Hasso Tepper of "Fri, 24 Mar 2006 15:34:15 +0200." <200603241534.15581.hasso@linux.ee> Message-ID: <200603241942.k2OJgtwb039408@possum.icir.org> > Pavlin Radoslavov wrote: > > max-time-drift-secs: u32 (default to 3600, i.e., 1 hour). > ^^^^ > > http://www.xorp.org/bugzilla/show_bug.cgi?id=530 I added the "secs" suffix so there is no confusion with the format of its siblings "start-time" and "end-time" which use string format for the time. With Bugzilla entry #530 in mind, I tried to keep the name relatively short, but admitably I forgot about your last sentence in that entry :) I will remove the "secs" suffix, because as you say this info is already in the help string. Pavlin From pavlin@icir.org Fri Mar 24 20:02:50 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Fri, 24 Mar 2006 20:02:50 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp xorp/docs/user_manual xorp/etc/templates xorp/ospf xorp/rtrmgr xorp/xrl/interfaces xorp/xrl/targets Message-ID: <200603242002.k2OK2oTf091725@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-24 20:02:50 UTC XORP CVS repository Modified files: . RELEASE_NOTES docs/user_manual ospf.tex etc/templates ospfv2.tp ospf xrl_target.cc xrl_target.hh rtrmgr config.boot.sample xrl/interfaces ospfv2.xif ospfv2_xif.cc ospfv2_xif.hh xrl/targets ospfv2.xrls ospfv2_base.cc ospfv2_base.hh Log message: * Rename "max-time-drift-secs" to "max-time-drift" in the OSPF MD5 user configuration (in the spirit of Bugzilla entry #530 to keep the names concise and because the "secs" info is in the help string). * For consistency with the above renaming, rename argument "max_time_drift_secs" to "max_time_drift" in XRL "set_md5_authentication_key". Requested by: Hasso Tepper Revision Changes Path 1.104 +2 -2; commitid: 1658244244f747ea6; xorp/RELEASE_NOTES 1.8 +5 -5; commitid: 1658244244f747ea6; xorp/docs/user_manual/ospf.tex 1.50 +11 -11; commitid: 1658244244f747ea6; xorp/etc/templates/ospfv2.tp 1.35 +11 -11; commitid: 1658244244f747ea6; xorp/ospf/xrl_target.cc 1.25 +3 -3; commitid: 1658244244f747ea6; xorp/ospf/xrl_target.hh 1.39 +2 -2; commitid: 1658244244f747ea6; xorp/rtrmgr/config.boot.sample 1.21 +3 -3; commitid: 1658244244f747ea6; xorp/xrl/interfaces/ospfv2.xif 1.23 +3 -3; commitid: 1658244244f747ea6; xorp/xrl/interfaces/ospfv2_xif.cc 1.23 +5 -5; commitid: 1658244244f747ea6; xorp/xrl/interfaces/ospfv2_xif.hh 1.25 +3 -3; commitid: 1658244244f747ea6; xorp/xrl/targets/ospfv2.xrls 1.25 +2 -2; commitid: 1658244244f747ea6; xorp/xrl/targets/ospfv2_base.cc 1.25 +5 -5; commitid: 1658244244f747ea6; xorp/xrl/targets/ospfv2_base.hh From bms@icir.org Sat Mar 25 00:05:37 2006 From: bms@icir.org (Bruce Simpson) Date: Sat, 25 Mar 2006 00:05:37 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/libxorp Message-ID: <200603250005.k2P05b9L094133@xorpc.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: bms@xorpc.icir.org 2006-03-25 00:05:37 UTC XORP CVS repository Added files: libxorp test_random_uniform.cc Log message: Add a regression test for the TimeVal::random_uniform() method, but do not connect to the build. Requested by: atanu Revision Changes Path 1.1 +174 -0 xorp/libxorp/test_random_uniform.cc (new) From bms@icir.org Sat Mar 25 00:07:07 2006 From: bms@icir.org (Bruce Simpson) Date: Sat, 25 Mar 2006 00:07:07 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/libxorp Message-ID: <200603250007.k2P077oO094178@xorpc.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: bms@xorpc.icir.org 2006-03-25 00:07:07 UTC XORP CVS repository Modified files: libxorp Makefile.am Log message: Add commented-out automake build metadata for the test_random_uniform regression test. Requested by: atanu Revision Changes Path 1.43 +4 -1; commitid: 16fc9442489947ea6; xorp/libxorp/Makefile.am From bms@icir.org Sat Mar 25 00:49:45 2006 From: bms@icir.org (Bruce Simpson) Date: Sat, 25 Mar 2006 00:49:45 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/libxorp Message-ID: <200603250049.k2P0nj5H094600@xorpc.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: bms@xorpc.icir.org 2006-03-25 00:49:45 UTC XORP CVS repository Modified files: libxorp random.c Log message: Don't include "random.h" until actually needed to avoid the risk of masking C library definitions. Revision Changes Path 1.6 +1 -3; commitid: 1716f442493937ea6; xorp/libxorp/random.c From bms@icir.org Sat Mar 25 00:51:12 2006 From: bms@icir.org (Bruce Simpson) Date: Sat, 25 Mar 2006 00:51:12 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/libxorp Message-ID: <200603250051.k2P0pCvf094683@xorpc.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: bms@xorpc.icir.org 2006-03-25 00:51:12 UTC XORP CVS repository Modified files: libxorp random.h Log message: Define the maximum bound of the random() function as per its specification in the Single UNIX Specification V2. There is no manifest constant for this in the shipping C libraries on the platform we support, and our library code makes use of it in its definition. See: http://www.opengroup.org/onlinepubs/007908799/xsh/initstate.html for more information. Revision Changes Path 1.4 +10 -1; commitid: 171bd442493c27ea6; xorp/libxorp/random.h From bms@spc.org Sat Mar 25 01:00:42 2006 From: bms@spc.org (Bruce M Simpson) Date: Sat, 25 Mar 2006 01:00:42 +0000 Subject: [Xorp-cvs] XORP cvs commit: xorp/libxorp In-Reply-To: <200603250051.k2P0pCvf094683@xorpc.icir.org> References: <200603250051.k2P0pCvf094683@xorpc.icir.org> Message-ID: <20060325010042.GM43118@spc.org> On Sat, Mar 25, 2006 at 12:51:12AM +0000, Bruce Simpson wrote: > Log message: > Define the maximum bound of the random() function as per > its specification in the Single UNIX Specification V2. > > There is no manifest constant for this in the shipping C > libraries on the platform we support, and our library code > makes use of it in its definition. Meep! MEEP! meep! mEEp! This is quite high up in the symbol dependency graph. You may see various objects rebuild as a result. Irritating, but this is for the greater good. Changes to use this coming up shortly. Anything which was calculating jitter using random_uniform() is going to be touched by this, in particular, Windows BGP. BMS From bms@icir.org Sat Mar 25 01:04:25 2006 From: bms@icir.org (Bruce Simpson) Date: Sat, 25 Mar 2006 01:04:25 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/libxorp Message-ID: <200603250104.k2P14Pc9094839@xorpc.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: bms@xorpc.icir.org 2006-03-25 01:04:25 UTC XORP CVS repository Modified files: libxorp timeval.hh Log message: Fix a standards compliance bug in TimeVal::random_uniform(). The RAND_MAX manifest constant was erroneously used to mean the upper bound of the value returned by the random() function; it is in fact defined only for the rand() function as per SUSV2. Verified with 'gmake check' on FreeBSD 6.1-PRERELEASE. Revision Changes Path 1.26 +3 -3; commitid: 1725e442496d77ea6; xorp/libxorp/timeval.hh From bms@icir.org Sat Mar 25 01:06:59 2006 From: bms@icir.org (Bruce Simpson) Date: Sat, 25 Mar 2006 01:06:59 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/libxorp Message-ID: <200603250106.k2P16xSX094940@xorpc.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: bms@xorpc.icir.org 2006-03-25 01:06:59 UTC XORP CVS repository Modified files: libxorp .cvsignore Log message: Add test_random_uniform to ignore list Revision Changes Path 1.12 +1 -0; commitid: 172c3442497aa7ea6; xorp/libxorp/.cvsignore From bms@icir.org Sat Mar 25 01:14:21 2006 From: bms@icir.org (Bruce Simpson) Date: Sat, 25 Mar 2006 01:14:21 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/libxorp Message-ID: <200603250114.k2P1EL2g095032@xorpc.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: bms@xorpc.icir.org 2006-03-25 01:14:21 UTC XORP CVS repository Modified files: libxorp Makefile.am Log message: Uncomment test_random_uniform from libxorp regression tests pending regen on HEAD. Revision Changes Path 1.44 +4 -4; commitid: 1731f4424995e7ea6; xorp/libxorp/Makefile.am From bms@icir.org Sat Mar 25 01:15:41 2006 From: bms@icir.org (Bruce Simpson) Date: Sat, 25 Mar 2006 01:15:41 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp Message-ID: <200603250115.k2P1FfdN095112@xorpc.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: bms@xorpc.icir.org 2006-03-25 01:15:41 UTC XORP CVS repository Modified files: . configure Log message: Regen. Revision Changes Path 1.181 +1 -1; commitid: 173634424999c7ea6; xorp/configure From bms@icir.org Sat Mar 25 01:15:45 2006 From: bms@icir.org (Bruce Simpson) Date: Sat, 25 Mar 2006 01:15:45 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/libxorp Message-ID: <200603250115.k2P1FjH3095129@xorpc.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: bms@xorpc.icir.org 2006-03-25 01:15:45 UTC XORP CVS repository Modified files: libxorp Makefile.in Log message: Regen. Revision Changes Path 1.57 +25 -12; commitid: 173634424999c7ea6; xorp/libxorp/Makefile.in From bms@icir.org Sat Mar 25 02:02:48 2006 From: bms@icir.org (Bruce Simpson) Date: Sat, 25 Mar 2006 02:02:48 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/bgp Message-ID: <200603250202.k2P22mIv095583@xorpc.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: bms@xorpc.icir.org 2006-03-25 02:02:48 UTC XORP CVS repository Modified files: bgp peer.cc Log message: Replace unportable idiom with a call to comm_sock_close(). Revision Changes Path 1.132 +2 -11; commitid: 175464424a4c17ea6; xorp/bgp/peer.cc From hasso@estpak.ee Fri Mar 24 13:18:48 2006 From: hasso@estpak.ee (Hasso Tepper) Date: Fri, 24 Mar 2006 15:18:48 +0200 Subject: [Xorp-cvs] XORP cvs commit: xorp/etc/templates xorp/ospf xorp/xrl/interfaces xorp/xrl/targets In-Reply-To: <200603240820.k2O8KAod080674@xorpc.icir.org> References: <200603240820.k2O8KAod080674@xorpc.icir.org> Message-ID: <200603241518.48988.hasso@estpak.ee> Pavlin Radoslavov wrote: > max-time-drift-secs: u32 (default to 3600, i.e., 1 hour). ^^^^ http://www.xorp.org/bugzilla/show_bug.cgi?id=530 -- Hasso Tepper From bms@spc.org Sat Mar 25 03:10:25 2006 From: bms@spc.org (Bruce M Simpson) Date: Sat, 25 Mar 2006 03:10:25 +0000 Subject: [Xorp-cvs] XORP cvs commit: xorp/bgp In-Reply-To: <200603250202.k2P22mIv095583@xorpc.icir.org> References: <200603250202.k2P22mIv095583@xorpc.icir.org> Message-ID: <20060325031025.GE17545@spc.org> On Sat, Mar 25, 2006 at 02:02:48AM +0000, Bruce Simpson wrote: > Modified files: > bgp peer.cc > > Log message: > Replace unportable idiom with a call to comm_sock_close(). With the last round of changes, Windows BGP should now be fully functional with native Win32 event dispatch. Regards, BMS From pavlin@icir.org Sat Mar 25 03:44:13 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Sat, 25 Mar 2006 03:44:13 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/rip Message-ID: <200603250344.k2P3iD8C096513@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-25 03:44:13 UTC XORP CVS repository Modified files: rip auth.cc Log message: Bug fix in checking the authentication sequence number. Previously, the check rejected a packet with sequence number same as the last accepted sequence number. RFC 2082 says that the sequence number must be non-decreasing. The exact text in Section 3.2.2. Message Reception is: If the neighbor has been heard from recently enough to have viable routes in the route table and the received sequence number is less than the last one received, the message likewise is discarded unprocessed. When connectivity to the neighbor has been lost, the receiver SHOULD be ready to accept either: - a message with a sequence number of zero - a message with a higher sequence number than the last received sequence number. The first sentence says "is less than" and covers the most common case that is fixed with this commit. Note that the last bullet says "a message with a higher sequence number". This case actually applies only when the connectivity to a neighbor is lost and assumes that we keep track of the last received sequence number from such neighbor. In our implementation we don't keep state about a neighbor if it times out hence we cannot perform such check. Hence, for all practical purpose we will accept a first message with any sequence number. After all, if a router is booted for a first time, the sequence number in the first message from a neighbor could have any value (in fact, the RFC doesn't seem to explicitly cover this scenario). Bugzilla URL: http://www.xorp.org/bugzilla/show_bug.cgi?id=594 Submitted by: Hasso Tepper Revision Changes Path 1.29 +2 -3; commitid: 178524424b7cc7ea6; xorp/rip/auth.cc From pavlin@icir.org Sat Mar 25 03:48:44 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Sat, 25 Mar 2006 03:48:44 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/ospf Message-ID: <200603250348.k2P3miFl096587@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-25 03:48:44 UTC XORP CVS repository Modified files: ospf auth.cc Log message: Bug fix in checking the authentication sequence number. Previously, the check rejected a packet with sequence number same as the last accepted sequence number. According to RFC 2328 the sequence number is non-decreasing. E.g., Section D.5.3 Step (2) says: (2) If the cryptographic sequence number found in the OSPF header (see Figure 18) is less than the cryptographic sequence number recorded in the sending neighbor's data structure, the OSPF packet is discarded. Bugzilla URL: http://www.xorp.org/bugzilla/show_bug.cgi?id=594 Submitted by: Hasso Tepper Revision Changes Path 1.12 +2 -3; commitid: 179134424bc957ea6; xorp/ospf/auth.cc From pavlin@icir.org Sat Mar 25 09:36:25 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Sat, 25 Mar 2006 09:36:25 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/rip Message-ID: <200603250936.k2P9aPpl099684@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-25 09:36:25 UTC XORP CVS repository Modified files: rip auth.cc auth.hh Log message: Add reset() method to the authentication handlers. Note that this method already exists in the OSPF MD5 implementation. Revision Changes Path 1.30 +25 -1; commitid: 1854944250efa7ea6; xorp/rip/auth.cc 1.19 +21 -1; commitid: 1854944250efa7ea6; xorp/rip/auth.hh From pavlin@icir.org Sat Mar 25 09:37:14 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Sat, 25 Mar 2006 09:37:14 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/rip Message-ID: <200603250937.k2P9bERe099735@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-25 09:37:14 UTC XORP CVS repository Modified files: rip port_io.hh Log message: Fix a typo in kdoc comment. Revision Changes Path 1.11 +2 -2; commitid: 1857e44250f437ea6; xorp/rip/port_io.hh From pavlin@icir.org Sat Mar 25 09:42:58 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Sat, 25 Mar 2006 09:42:58 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/rip Message-ID: <200603250942.k2P9gwYJ099821@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-25 09:42:58 UTC XORP CVS repository Modified files: rip port.cc Log message: If we kill the peer routes (e.g., because of disconnecting the network interface by polling, or by disabling a RIP port), then reset the authentication handler. This fix implements the missing part from the following requirement (from RFC 2082 Section 3.2.2): When connectivity to the neighbor has been lost, the receiver SHOULD be ready to accept either: - a message with a sequence number of zero - a message with a higher sequence number than the last received sequence number. Also, this fixes UNH Test RIP.4.4 Part A: "Sequence Number Zero Accepted Due to Link Loss" Revision Changes Path 1.58 +8 -1; commitid: 185ab44250f737ea6; xorp/rip/port.cc From pavlin@icir.org Sat Mar 25 11:37:00 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Sat, 25 Mar 2006 03:37:00 -0800 Subject: [Xorp-cvs] XORP cvs commit: xorp/libxorp In-Reply-To: Message from Bruce Simpson of "Sat, 25 Mar 2006 00:05:37 GMT." <200603250005.k2P05b9L094133@xorpc.icir.org> Message-ID: <200603251137.k2PBb04A065623@possum.icir.org> > CVSROOT: /usr/local/www/data/cvs > Module name: xorp > Changes by: bms@xorpc.icir.org 2006-03-25 00:05:37 UTC > > XORP CVS repository > > > Added files: > libxorp test_random_uniform.cc > > Log message: > Add a regression test for the TimeVal::random_uniform() method, > but do not connect to the build. > > Requested by: atanu > > Revision Changes Path > 1.1 +174 -0 xorp/libxorp/test_random_uniform.cc (new) Is there a reason to add a new test file when the above TimeVal test can be added to the existing libxorp/test_timeval.cc file? Typically, the tests inside libxorp are organized per class. E.g., class TimeVal is tested inside test_timeval.cc, class IPv4 is tested inside test_ipv4.cc and so on. Indeed, global function random_uniform() is not a TimeVal method, but is declared inside libxorp/timeval.hh and closely related to TimeVal, hence I believe it should belong to libxorp/test_timeval.cc. Pavlin From pavlin@icir.org Sat Mar 25 11:48:57 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Sat, 25 Mar 2006 11:48:57 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/libxorp Message-ID: <200603251148.k2PBmvmd003660@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-25 11:48:56 UTC XORP CVS repository Modified files: libxorp .cvsignore Log message: Move test_random_uniform into its alphabetical position. Revision Changes Path 1.13 +1 -1; commitid: e2b44252e1e7ea6; xorp/libxorp/.cvsignore From pavlin@icir.org Sun Mar 26 05:33:43 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Sun, 26 Mar 2006 05:33:43 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/docs/user_manual Message-ID: <200603260533.k2Q5XhdD015115@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-26 05:33:42 UTC XORP CVS repository Modified files: docs/user_manual ospf.tex rip.tex Log message: Add description about the usage of the MD5 keys for sending messages (when there are multiple configured keys). Requested by: Hasso Tepper Revision Changes Path 1.9 +7 -1; commitid: 3af0442627597ea6; xorp/docs/user_manual/ospf.tex 1.17 +5 -1; commitid: 3af0442627597ea6; xorp/docs/user_manual/rip.tex From pavlin@icir.org Sun Mar 26 08:05:05 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Sun, 26 Mar 2006 08:05:05 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/fea xorp/xrl/interfaces xorp/xrl/targets Message-ID: <200603260805.k2Q855OV016607@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-26 08:05:05 UTC XORP CVS repository Modified files: fea xrl_fti.cc xrl_fti.hh xrl_target.cc xrl_target.hh xrl/interfaces fea_fib.xif fea_fib_xif.cc fea_fib_xif.hh xrl/targets fea.xrls fea_base.cc fea_base.hh Log message: Rename argument target_name to client_target_name for the following XRLs and their backend implementation: - add_fib_client4 - add_fib_client6 - delete_fib_client4 - delete_fib_client6 This renaming is needed, because no XRL argument should be named "target_name". The argument with such name is created when auto-generating the XRL interface related files. This fixes part of Bugzilla entry #574, Issue 1 when compiling XORP with Intel compiler. Bugzilla URL: http://www.xorp.org/bugzilla/show_bug.cgi?id=574 Submitted by: Hasso Tepper Revision Changes Path 1.21 +19 -19; commitid: 4040442649577ea6; xorp/fea/xrl_fti.cc 1.15 +9 -9; commitid: 4040442649577ea6; xorp/fea/xrl_fti.hh 1.80 +11 -9; commitid: 4040442649577ea6; xorp/fea/xrl_target.cc 1.57 +6 -6; commitid: 4040442649577ea6; xorp/fea/xrl_target.hh 1.3 +8 -7; commitid: 4040442649577ea6; xorp/xrl/interfaces/fea_fib.xif 1.9 +9 -9; commitid: 4040442649577ea6; xorp/xrl/interfaces/fea_fib_xif.cc 1.6 +7 -7; commitid: 4040442649577ea6; xorp/xrl/interfaces/fea_fib_xif.hh 1.55 +7 -7; commitid: 4040442649577ea6; xorp/xrl/targets/fea.xrls 1.59 +5 -5; commitid: 4040442649577ea6; xorp/xrl/targets/fea_base.cc 1.61 +7 -7; commitid: 4040442649577ea6; xorp/xrl/targets/fea_base.hh From pavlin@icir.org Sun Mar 26 22:16:06 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Sun, 26 Mar 2006 22:16:06 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/xrl/interfaces xorp/xrl/targets Message-ID: <200603262216.k2QMG67T025787@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-26 22:16:06 UTC XORP CVS repository Modified files: xrl/interfaces finder.xif finder_xif.hh xrl/targets finder.xrls finder_base.hh Log message: Fix kdoc comment for the register_finder_client XRL. Revision Changes Path 1.9 +1 -1; commitid: 6489442712977ea6; xorp/xrl/interfaces/finder.xif 1.19 +3 -3; commitid: 6489442712977ea6; xorp/xrl/interfaces/finder_xif.hh 1.19 +4 -4; commitid: 6489442712977ea6; xorp/xrl/targets/finder.xrls 1.24 +3 -3; commitid: 6489442712977ea6; xorp/xrl/targets/finder_base.hh From pavlin@icir.org Sun Mar 26 22:35:11 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Sun, 26 Mar 2006 22:35:11 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/xrl/interfaces Message-ID: <200603262235.k2QMZB2f026063@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-26 22:35:11 UTC XORP CVS repository Modified files: xrl/interfaces Makefile.am Makefile.in Log message: Move the libpacketaclxif entry in its alphabetical slot. Revision Changes Path 1.32 +5 -5; commitid: 658d442717067ea6; xorp/xrl/interfaces/Makefile.am 1.49 +4 -4; commitid: 658d442717067ea6; xorp/xrl/interfaces/Makefile.in From pavlin@icir.org Sun Mar 26 22:39:32 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Sun, 26 Mar 2006 22:39:32 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/xrl/interfaces xorp/xrl/scripts Message-ID: <200603262239.k2QMdWv5026372@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-26 22:39:32 UTC XORP CVS repository Modified files: 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_client_xif.cc fea_ifmgr_client_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_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_locator_xif.cc socket4_locator_xif.hh socket4_user_xif.cc socket4_user_xif.hh socket4_xif.cc socket4_xif.hh socket6_locator_xif.cc socket6_locator_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 clnt-gen Log message: * Fix some of the naming inside the xrl/scripts/clnt-gen script: - Rename the automatically added target_name argument to dst_xrl_target_name to reflect better its purpose and to reduce the naming clash probability - Use the new argument name consistently everywhere: in kdoc comments, etc. * Regenerate all auto-generated files. This fixes the remaining part of Bugzilla entry #574, Issue 1 when compiling XORP with Intel compiler. Bugzilla URL: http://www.xorp.org/bugzilla/show_bug.cgi?id=574 Revision Changes Path 1.11 +5 -5; commitid: 65e9442717517ea6; xorp/xrl/interfaces/bgp_mib_traps_xif.cc 1.9 +5 -5; commitid: 65e9442717517ea6; xorp/xrl/interfaces/bgp_mib_traps_xif.hh 1.45 +97 -97; commitid: 65e9442717517ea6; xorp/xrl/interfaces/bgp_xif.cc 1.44 +90 -90; commitid: 65e9442717517ea6; xorp/xrl/interfaces/bgp_xif.hh 1.18 +27 -27; commitid: 65e9442717517ea6; xorp/xrl/interfaces/cli_manager_xif.cc 1.16 +21 -21; commitid: 65e9442717517ea6; xorp/xrl/interfaces/cli_manager_xif.hh 1.15 +3 -3; commitid: 65e9442717517ea6; xorp/xrl/interfaces/cli_processor_xif.cc 1.14 +3 -3; commitid: 65e9442717517ea6; xorp/xrl/interfaces/cli_processor_xif.hh 1.17 +9 -9; commitid: 65e9442717517ea6; xorp/xrl/interfaces/common_xif.cc 1.15 +9 -9; commitid: 65e9442717517ea6; xorp/xrl/interfaces/common_xif.hh 1.16 +7 -7; commitid: 65e9442717517ea6; xorp/xrl/interfaces/coord_xif.cc 1.14 +7 -7; commitid: 65e9442717517ea6; xorp/xrl/interfaces/coord_xif.hh 1.16 +7 -7; commitid: 65e9442717517ea6; xorp/xrl/interfaces/datain_xif.cc 1.14 +4 -4; commitid: 65e9442717517ea6; xorp/xrl/interfaces/datain_xif.hh 1.9 +35 -35; commitid: 65e9442717517ea6; xorp/xrl/interfaces/fea_click_xif.cc 1.7 +35 -35; commitid: 65e9442717517ea6; xorp/xrl/interfaces/fea_click_xif.hh 1.10 +17 -17; commitid: 65e9442717517ea6; xorp/xrl/interfaces/fea_fib_client_xif.cc 1.8 +13 -13; commitid: 65e9442717517ea6; xorp/xrl/interfaces/fea_fib_client_xif.hh 1.10 +9 -9; commitid: 65e9442717517ea6; xorp/xrl/interfaces/fea_fib_xif.cc 1.7 +7 -7; commitid: 65e9442717517ea6; xorp/xrl/interfaces/fea_fib_xif.hh 1.16 +11 -11; commitid: 65e9442717517ea6; xorp/xrl/interfaces/fea_ifmgr_client_xif.cc 1.13 +6 -6; commitid: 65e9442717517ea6; xorp/xrl/interfaces/fea_ifmgr_client_xif.hh 1.14 +67 -67; commitid: 65e9442717517ea6; xorp/xrl/interfaces/fea_ifmgr_mirror_xif.cc 1.12 +34 -34; commitid: 65e9442717517ea6; xorp/xrl/interfaces/fea_ifmgr_mirror_xif.hh 1.9 +5 -5; commitid: 65e9442717517ea6; xorp/xrl/interfaces/fea_ifmgr_replicator_xif.cc 1.7 +5 -5; commitid: 65e9442717517ea6; xorp/xrl/interfaces/fea_ifmgr_replicator_xif.hh 1.29 +143 -143; commitid: 65e9442717517ea6; xorp/xrl/interfaces/fea_ifmgr_xif.cc 1.26 +78 -78; commitid: 65e9442717517ea6; xorp/xrl/interfaces/fea_ifmgr_xif.hh 1.7 +3 -3; commitid: 65e9442717517ea6; xorp/xrl/interfaces/fea_rawpkt4_client_xif.cc 1.5 +3 -3; commitid: 65e9442717517ea6; xorp/xrl/interfaces/fea_rawpkt4_client_xif.hh 1.8 +11 -11; commitid: 65e9442717517ea6; xorp/xrl/interfaces/fea_rawpkt4_xif.cc 1.6 +11 -11; commitid: 65e9442717517ea6; xorp/xrl/interfaces/fea_rawpkt4_xif.hh 1.8 +3 -3; commitid: 65e9442717517ea6; xorp/xrl/interfaces/fea_rawpkt6_client_xif.cc 1.6 +3 -3; commitid: 65e9442717517ea6; xorp/xrl/interfaces/fea_rawpkt6_client_xif.hh 1.9 +11 -11; commitid: 65e9442717517ea6; xorp/xrl/interfaces/fea_rawpkt6_xif.cc 1.7 +11 -11; commitid: 65e9442717517ea6; xorp/xrl/interfaces/fea_rawpkt6_xif.hh 1.9 +9 -9; commitid: 65e9442717517ea6; xorp/xrl/interfaces/fib2mrib_xif.cc 1.6 +7 -7; commitid: 65e9442717517ea6; xorp/xrl/interfaces/fib2mrib_xif.hh 1.17 +9 -9; commitid: 65e9442717517ea6; xorp/xrl/interfaces/finder_client_xif.cc 1.15 +9 -9; commitid: 65e9442717517ea6; xorp/xrl/interfaces/finder_client_xif.hh 1.13 +9 -9; commitid: 65e9442717517ea6; xorp/xrl/interfaces/finder_event_notifier_xif.cc 1.11 +9 -9; commitid: 65e9442717517ea6; xorp/xrl/interfaces/finder_event_notifier_xif.hh 1.12 +5 -5; commitid: 65e9442717517ea6; xorp/xrl/interfaces/finder_event_observer_xif.cc 1.11 +5 -5; commitid: 65e9442717517ea6; xorp/xrl/interfaces/finder_event_observer_xif.hh 1.21 +27 -27; commitid: 65e9442717517ea6; xorp/xrl/interfaces/finder_xif.cc 1.20 +26 -26; commitid: 65e9442717517ea6; xorp/xrl/interfaces/finder_xif.hh 1.16 +21 -21; commitid: 65e9442717517ea6; xorp/xrl/interfaces/fti_xif.cc 1.13 +21 -21; commitid: 65e9442717517ea6; xorp/xrl/interfaces/fti_xif.hh 1.20 +31 -31; commitid: 65e9442717517ea6; xorp/xrl/interfaces/mfea_client_xif.cc 1.18 +26 -26; commitid: 65e9442717517ea6; xorp/xrl/interfaces/mfea_client_xif.hh 1.21 +81 -81; commitid: 65e9442717517ea6; xorp/xrl/interfaces/mfea_xif.cc 1.19 +55 -55; commitid: 65e9442717517ea6; xorp/xrl/interfaces/mfea_xif.hh 1.16 +9 -9; commitid: 65e9442717517ea6; xorp/xrl/interfaces/mld6igmp_client_xif.cc 1.14 +6 -6; commitid: 65e9442717517ea6; xorp/xrl/interfaces/mld6igmp_client_xif.hh 1.21 +71 -71; commitid: 65e9442717517ea6; xorp/xrl/interfaces/mld6igmp_xif.cc 1.19 +60 -60; commitid: 65e9442717517ea6; xorp/xrl/interfaces/mld6igmp_xif.hh 1.24 +73 -73; commitid: 65e9442717517ea6; xorp/xrl/interfaces/ospfv2_xif.cc 1.24 +73 -73; commitid: 65e9442717517ea6; xorp/xrl/interfaces/ospfv2_xif.hh 1.4 +3 -3; commitid: 65e9442717517ea6; xorp/xrl/interfaces/ospfv3_xif.cc 1.4 +3 -3; commitid: 65e9442717517ea6; xorp/xrl/interfaces/ospfv3_xif.hh 1.6 +29 -29; commitid: 65e9442717517ea6; xorp/xrl/interfaces/packet_acl_xif.cc 1.4 +27 -27; commitid: 65e9442717517ea6; xorp/xrl/interfaces/packet_acl_xif.hh 1.37 +451 -451; commitid: 65e9442717517ea6; xorp/xrl/interfaces/pim_xif.cc 1.35 +255 -255; commitid: 65e9442717517ea6; xorp/xrl/interfaces/pim_xif.hh 1.6 +7 -7; commitid: 65e9442717517ea6; xorp/xrl/interfaces/policy_backend_xif.cc 1.5 +7 -7; commitid: 65e9442717517ea6; xorp/xrl/interfaces/policy_backend_xif.hh 1.6 +5 -5; commitid: 65e9442717517ea6; xorp/xrl/interfaces/policy_redist4_xif.cc 1.5 +5 -5; commitid: 65e9442717517ea6; xorp/xrl/interfaces/policy_redist4_xif.hh 1.6 +5 -5; commitid: 65e9442717517ea6; xorp/xrl/interfaces/policy_redist6_xif.cc 1.5 +5 -5; commitid: 65e9442717517ea6; xorp/xrl/interfaces/policy_redist6_xif.hh 1.12 +29 -29; commitid: 65e9442717517ea6; xorp/xrl/interfaces/policy_xif.cc 1.11 +28 -28; commitid: 65e9442717517ea6; xorp/xrl/interfaces/policy_xif.hh 1.6 +5 -5; commitid: 65e9442717517ea6; xorp/xrl/interfaces/profile_client_xif.cc 1.5 +5 -5; commitid: 65e9442717517ea6; xorp/xrl/interfaces/profile_client_xif.hh 1.6 +11 -11; commitid: 65e9442717517ea6; xorp/xrl/interfaces/profile_xif.cc 1.4 +11 -11; commitid: 65e9442717517ea6; xorp/xrl/interfaces/profile_xif.hh 1.13 +9 -9; commitid: 65e9442717517ea6; xorp/xrl/interfaces/redist4_xif.cc 1.11 +8 -8; commitid: 65e9442717517ea6; xorp/xrl/interfaces/redist4_xif.hh 1.13 +9 -9; commitid: 65e9442717517ea6; xorp/xrl/interfaces/redist6_xif.cc 1.11 +8 -8; commitid: 65e9442717517ea6; xorp/xrl/interfaces/redist6_xif.hh 1.12 +13 -13; commitid: 65e9442717517ea6; xorp/xrl/interfaces/redist_transaction4_xif.cc 1.11 +12 -12; commitid: 65e9442717517ea6; xorp/xrl/interfaces/redist_transaction4_xif.hh 1.12 +13 -13; commitid: 65e9442717517ea6; xorp/xrl/interfaces/redist_transaction6_xif.cc 1.11 +12 -12; commitid: 65e9442717517ea6; xorp/xrl/interfaces/redist_transaction6_xif.hh 1.16 +9 -9; commitid: 65e9442717517ea6; xorp/xrl/interfaces/rib_client_xif.cc 1.15 +7 -7; commitid: 65e9442717517ea6; xorp/xrl/interfaces/rib_client_xif.hh 1.33 +87 -87; commitid: 65e9442717517ea6; xorp/xrl/interfaces/rib_xif.cc 1.32 +68 -68; commitid: 65e9442717517ea6; xorp/xrl/interfaces/rib_xif.hh 1.13 +89 -89; commitid: 65e9442717517ea6; xorp/xrl/interfaces/rip_xif.cc 1.10 +87 -87; commitid: 65e9442717517ea6; xorp/xrl/interfaces/rip_xif.hh 1.11 +81 -81; commitid: 65e9442717517ea6; xorp/xrl/interfaces/ripng_xif.cc 1.8 +79 -79; commitid: 65e9442717517ea6; xorp/xrl/interfaces/ripng_xif.hh 1.17 +11 -11; commitid: 65e9442717517ea6; xorp/xrl/interfaces/rtrmgr_client_xif.cc 1.15 +6 -6; commitid: 65e9442717517ea6; xorp/xrl/interfaces/rtrmgr_client_xif.hh 1.19 +33 -33; commitid: 65e9442717517ea6; xorp/xrl/interfaces/rtrmgr_xif.cc 1.16 +19 -19; commitid: 65e9442717517ea6; xorp/xrl/interfaces/rtrmgr_xif.hh 1.9 +3 -3; commitid: 65e9442717517ea6; xorp/xrl/interfaces/socket4_locator_xif.cc 1.7 +3 -3; commitid: 65e9442717517ea6; xorp/xrl/interfaces/socket4_locator_xif.hh 1.10 +9 -9; commitid: 65e9442717517ea6; xorp/xrl/interfaces/socket4_user_xif.cc 1.8 +9 -9; commitid: 65e9442717517ea6; xorp/xrl/interfaces/socket4_user_xif.hh 1.12 +33 -33; commitid: 65e9442717517ea6; xorp/xrl/interfaces/socket4_xif.cc 1.9 +33 -33; commitid: 65e9442717517ea6; xorp/xrl/interfaces/socket4_xif.hh 1.8 +3 -3; commitid: 65e9442717517ea6; xorp/xrl/interfaces/socket6_locator_xif.cc 1.5 +3 -3; commitid: 65e9442717517ea6; xorp/xrl/interfaces/socket6_locator_xif.hh 1.8 +9 -9; commitid: 65e9442717517ea6; xorp/xrl/interfaces/socket6_user_xif.cc 1.5 +9 -9; commitid: 65e9442717517ea6; xorp/xrl/interfaces/socket6_user_xif.hh 1.10 +33 -33; commitid: 65e9442717517ea6; xorp/xrl/interfaces/socket6_xif.cc 1.7 +33 -33; commitid: 65e9442717517ea6; xorp/xrl/interfaces/socket6_xif.hh 1.9 +29 -29; commitid: 65e9442717517ea6; xorp/xrl/interfaces/static_routes_xif.cc 1.6 +19 -19; commitid: 65e9442717517ea6; xorp/xrl/interfaces/static_routes_xif.hh 1.17 +19 -19; commitid: 65e9442717517ea6; xorp/xrl/interfaces/test_peer_xif.cc 1.15 +19 -19; commitid: 65e9442717517ea6; xorp/xrl/interfaces/test_peer_xif.hh 1.15 +11 -11; commitid: 65e9442717517ea6; xorp/xrl/interfaces/test_xif.cc 1.13 +11 -11; commitid: 65e9442717517ea6; xorp/xrl/interfaces/test_xif.hh 1.7 +15 -15; commitid: 65e9442717517ea6; xorp/xrl/interfaces/test_xrls_xif.cc 1.5 +8 -8; commitid: 65e9442717517ea6; xorp/xrl/interfaces/test_xrls_xif.hh 1.10 +5 -5; commitid: 65e9442717517ea6; xorp/xrl/interfaces/xorp_if_mib_xif.cc 1.8 +5 -5; commitid: 65e9442717517ea6; xorp/xrl/interfaces/xorp_if_mib_xif.hh 1.12 +5 -5; commitid: 65e9442717517ea6; xorp/xrl/scripts/clnt-gen From pavlin@icir.org Sun Mar 26 23:59:39 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Sun, 26 Mar 2006 23:59:39 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/xrl/interfaces xorp/xrl/targets Message-ID: <200603262359.k2QNxdMu027211@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-26 23:59:39 UTC XORP CVS repository Modified files: xrl/interfaces test.xif test_xif.hh xrl/targets test.xrls test_base.hh Log message: Minor edits in the kdoc comment: add missing '.', etc. Revision Changes Path 1.2 +6 -6; commitid: 6a1944272ada7ea6; xorp/xrl/interfaces/test.xif 1.14 +5 -5; commitid: 6a1944272ada7ea6; xorp/xrl/interfaces/test_xif.hh 1.11 +5 -5; commitid: 6a1944272ada7ea6; xorp/xrl/targets/test.xrls 1.17 +5 -5; commitid: 6a1944272ada7ea6; xorp/xrl/targets/test_base.hh From pavlin@icir.org Mon Mar 27 00:09:21 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Mon, 27 Mar 2006 00:09:21 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/xrl/interfaces xorp/xrl/scripts Message-ID: <200603270009.k2R09L5W027488@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-27 00:09:21 UTC XORP CVS repository Modified files: xrl/interfaces bgp_mib_traps_xif.hh bgp_xif.hh cli_manager_xif.hh cli_processor_xif.hh common_xif.hh coord_xif.hh fea_click_xif.hh fea_fib_client_xif.hh fea_fib_xif.hh fea_ifmgr_replicator_xif.hh fea_ifmgr_xif.hh fea_rawpkt4_client_xif.hh fea_rawpkt4_xif.hh fea_rawpkt6_client_xif.hh fea_rawpkt6_xif.hh fib2mrib_xif.hh finder_client_xif.hh finder_event_notifier_xif.hh finder_event_observer_xif.hh finder_xif.hh fti_xif.hh mfea_client_xif.hh mfea_xif.hh mld6igmp_client_xif.hh mld6igmp_xif.hh ospfv2_xif.hh ospfv3_xif.hh packet_acl_xif.hh pim_xif.hh policy_backend_xif.hh policy_redist4_xif.hh policy_redist6_xif.hh policy_xif.hh profile_client_xif.hh profile_xif.hh redist4_xif.hh redist6_xif.hh redist_transaction4_xif.hh redist_transaction6_xif.hh rib_client_xif.hh rib_xif.hh rip_xif.hh ripng_xif.hh rtrmgr_xif.hh socket4_locator_xif.hh socket4_user_xif.hh socket4_xif.hh socket6_locator_xif.hh socket6_user_xif.hh socket6_xif.hh static_routes_xif.hh test_peer_xif.hh test_xif.hh xorp_if_mib_xif.hh xrl/scripts clnt-gen Log message: Fix a kdoc comment that is auto-generated by the clnt-gen script. Revision Changes Path 1.10 +3 -3; commitid: 6ac344272d0d7ea6; xorp/xrl/interfaces/bgp_mib_traps_xif.hh 1.45 +42 -42; commitid: 6ac344272d0d7ea6; xorp/xrl/interfaces/bgp_xif.hh 1.17 +8 -8; commitid: 6ac344272d0d7ea6; xorp/xrl/interfaces/cli_manager_xif.hh 1.15 +2 -2; commitid: 6ac344272d0d7ea6; xorp/xrl/interfaces/cli_processor_xif.hh 1.16 +5 -5; commitid: 6ac344272d0d7ea6; xorp/xrl/interfaces/common_xif.hh 1.15 +4 -4; commitid: 6ac344272d0d7ea6; xorp/xrl/interfaces/coord_xif.hh 1.8 +18 -18; commitid: 6ac344272d0d7ea6; xorp/xrl/interfaces/fea_click_xif.hh 1.9 +5 -5; commitid: 6ac344272d0d7ea6; xorp/xrl/interfaces/fea_fib_client_xif.hh 1.8 +3 -3; commitid: 6ac344272d0d7ea6; xorp/xrl/interfaces/fea_fib_xif.hh 1.8 +3 -3; commitid: 6ac344272d0d7ea6; xorp/xrl/interfaces/fea_ifmgr_replicator_xif.hh 1.27 +7 -7; commitid: 6ac344272d0d7ea6; xorp/xrl/interfaces/fea_ifmgr_xif.hh 1.6 +2 -2; commitid: 6ac344272d0d7ea6; xorp/xrl/interfaces/fea_rawpkt4_client_xif.hh 1.7 +6 -6; commitid: 6ac344272d0d7ea6; xorp/xrl/interfaces/fea_rawpkt4_xif.hh 1.7 +2 -2; commitid: 6ac344272d0d7ea6; xorp/xrl/interfaces/fea_rawpkt6_client_xif.hh 1.8 +6 -6; commitid: 6ac344272d0d7ea6; xorp/xrl/interfaces/fea_rawpkt6_xif.hh 1.7 +3 -3; commitid: 6ac344272d0d7ea6; xorp/xrl/interfaces/fib2mrib_xif.hh 1.16 +5 -5; commitid: 6ac344272d0d7ea6; xorp/xrl/interfaces/finder_client_xif.hh 1.12 +5 -5; commitid: 6ac344272d0d7ea6; xorp/xrl/interfaces/finder_event_notifier_xif.hh 1.12 +3 -3; commitid: 6ac344272d0d7ea6; xorp/xrl/interfaces/finder_event_observer_xif.hh 1.21 +13 -13; commitid: 6ac344272d0d7ea6; xorp/xrl/interfaces/finder_xif.hh 1.14 +11 -11; commitid: 6ac344272d0d7ea6; xorp/xrl/interfaces/fti_xif.hh 1.19 +11 -11; commitid: 6ac344272d0d7ea6; xorp/xrl/interfaces/mfea_client_xif.hh 1.20 +15 -15; commitid: 6ac344272d0d7ea6; xorp/xrl/interfaces/mfea_xif.hh 1.15 +2 -2; commitid: 6ac344272d0d7ea6; xorp/xrl/interfaces/mld6igmp_client_xif.hh 1.20 +25 -25; commitid: 6ac344272d0d7ea6; xorp/xrl/interfaces/mld6igmp_xif.hh 1.25 +37 -37; commitid: 6ac344272d0d7ea6; xorp/xrl/interfaces/ospfv2_xif.hh 1.5 +2 -2; commitid: 6ac344272d0d7ea6; xorp/xrl/interfaces/ospfv3_xif.hh 1.5 +13 -13; commitid: 6ac344272d0d7ea6; xorp/xrl/interfaces/packet_acl_xif.hh 1.36 +30 -30; commitid: 6ac344272d0d7ea6; xorp/xrl/interfaces/pim_xif.hh 1.6 +4 -4; commitid: 6ac344272d0d7ea6; xorp/xrl/interfaces/policy_backend_xif.hh 1.6 +3 -3; commitid: 6ac344272d0d7ea6; xorp/xrl/interfaces/policy_redist4_xif.hh 1.6 +3 -3; commitid: 6ac344272d0d7ea6; xorp/xrl/interfaces/policy_redist6_xif.hh 1.12 +14 -14; commitid: 6ac344272d0d7ea6; xorp/xrl/interfaces/policy_xif.hh 1.6 +3 -3; commitid: 6ac344272d0d7ea6; xorp/xrl/interfaces/profile_client_xif.hh 1.5 +6 -6; commitid: 6ac344272d0d7ea6; xorp/xrl/interfaces/profile_xif.hh 1.12 +4 -4; commitid: 6ac344272d0d7ea6; xorp/xrl/interfaces/redist4_xif.hh 1.12 +4 -4; commitid: 6ac344272d0d7ea6; xorp/xrl/interfaces/redist6_xif.hh 1.12 +6 -6; commitid: 6ac344272d0d7ea6; xorp/xrl/interfaces/redist_transaction4_xif.hh 1.12 +6 -6; commitid: 6ac344272d0d7ea6; xorp/xrl/interfaces/redist_transaction6_xif.hh 1.16 +3 -3; commitid: 6ac344272d0d7ea6; xorp/xrl/interfaces/rib_client_xif.hh 1.33 +25 -25; commitid: 6ac344272d0d7ea6; xorp/xrl/interfaces/rib_xif.hh 1.11 +43 -43; commitid: 6ac344272d0d7ea6; xorp/xrl/interfaces/rip_xif.hh 1.9 +39 -39; commitid: 6ac344272d0d7ea6; xorp/xrl/interfaces/ripng_xif.hh 1.17 +3 -3; commitid: 6ac344272d0d7ea6; xorp/xrl/interfaces/rtrmgr_xif.hh 1.8 +2 -2; commitid: 6ac344272d0d7ea6; xorp/xrl/interfaces/socket4_locator_xif.hh 1.9 +5 -5; commitid: 6ac344272d0d7ea6; xorp/xrl/interfaces/socket4_user_xif.hh 1.10 +17 -17; commitid: 6ac344272d0d7ea6; xorp/xrl/interfaces/socket4_xif.hh 1.6 +2 -2; commitid: 6ac344272d0d7ea6; xorp/xrl/interfaces/socket6_locator_xif.hh 1.6 +5 -5; commitid: 6ac344272d0d7ea6; xorp/xrl/interfaces/socket6_user_xif.hh 1.8 +17 -17; commitid: 6ac344272d0d7ea6; xorp/xrl/interfaces/socket6_xif.hh 1.7 +5 -5; commitid: 6ac344272d0d7ea6; xorp/xrl/interfaces/static_routes_xif.hh 1.16 +10 -10; commitid: 6ac344272d0d7ea6; xorp/xrl/interfaces/test_peer_xif.hh 1.15 +6 -6; commitid: 6ac344272d0d7ea6; xorp/xrl/interfaces/test_xif.hh 1.9 +3 -3; commitid: 6ac344272d0d7ea6; xorp/xrl/interfaces/xorp_if_mib_xif.hh 1.13 +1 -1; commitid: 6ac344272d0d7ea6; xorp/xrl/scripts/clnt-gen From pavlin@icir.org Mon Mar 27 00:11:04 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Mon, 27 Mar 2006 00:11:04 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/docs/libxipc xorp/docs/xorpdev_101 Message-ID: <200603270011.k2R0B40V027584@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-27 00:11:04 UTC XORP CVS repository Modified files: docs/libxipc xrl_interfaces.tex docs/xorpdev_101 xorpdev_101.tex Log message: Update sample XRL-related code to match the current code. Revision Changes Path 1.19 +4 -4; commitid: 6b7a44272d557ea6; xorp/docs/libxipc/xrl_interfaces.tex 1.16 +7 -7; commitid: 6b7a44272d557ea6; xorp/docs/xorpdev_101/xorpdev_101.tex From pavlin@icir.org Mon Mar 27 00:22:00 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Mon, 27 Mar 2006 00:22:00 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/xrl/scripts xorp/xrl/targets Message-ID: <200603270022.k2R0M0TO027840@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-27 00:22:00 UTC XORP CVS repository Modified files: xrl/scripts tgt-gen xrl/targets bgp4_mib_base.hh bgp_base.hh cli_base.hh coord_base.hh demo_fea_ifmgr_client_base.hh fea_base.hh fea_ifmgr_mirror_base.hh fib2mrib_base.hh finder_base.hh finder_client_base.hh mfea_base.hh mld6igmp_base.hh ospfv2_base.hh ospfv3_base.hh packet_acl_base.hh pim_base.hh policy_base.hh profiler_base.hh rib_base.hh ribclient_base.hh rip_base.hh ripng_base.hh rtrmgr_base.hh show_routes_base.hh socket_server_base.hh static_routes_base.hh test_base.hh test_fea_ifmgr_mirror_base.hh test_finder_events_base.hh test_peer_base.hh test_socket4_base.hh test_socket6_base.hh test_xrls_base.hh xorp_if_mib_base.hh xorpsh_base.hh Log message: * Fix the xrl/scripts/tgt-gen script to use the correct header wrappers: __XRL_TARGETS_FOO_BASE_HH__ instead of __XRL_INTERFACES_FOO_BASE_HH__ . Also, Also, the comment at the end after #endif now uses C++ comments "//" instead of C comments /* ... */ * Regenerate all files that are auto-generated by the tgt-gen script. Revision Changes Path 1.17 +2 -2; commitid: 6c1b44272f887ea6; xorp/xrl/scripts/tgt-gen 1.13 +4 -4; commitid: 6c1b44272f887ea6; xorp/xrl/targets/bgp4_mib_base.hh 1.57 +4 -4; commitid: 6c1b44272f887ea6; xorp/xrl/targets/bgp_base.hh 1.20 +4 -4; commitid: 6c1b44272f887ea6; xorp/xrl/targets/cli_base.hh 1.19 +4 -4; commitid: 6c1b44272f887ea6; xorp/xrl/targets/coord_base.hh 1.17 +4 -4; commitid: 6c1b44272f887ea6; xorp/xrl/targets/demo_fea_ifmgr_client_base.hh 1.62 +4 -4; commitid: 6c1b44272f887ea6; xorp/xrl/targets/fea_base.hh 1.13 +4 -4; commitid: 6c1b44272f887ea6; xorp/xrl/targets/fea_ifmgr_mirror_base.hh 1.11 +4 -4; commitid: 6c1b44272f887ea6; xorp/xrl/targets/fib2mrib_base.hh 1.25 +4 -4; commitid: 6c1b44272f887ea6; xorp/xrl/targets/finder_base.hh 1.19 +4 -4; commitid: 6c1b44272f887ea6; xorp/xrl/targets/finder_client_base.hh 1.28 +4 -4; commitid: 6c1b44272f887ea6; xorp/xrl/targets/mfea_base.hh 1.29 +4 -4; commitid: 6c1b44272f887ea6; xorp/xrl/targets/mld6igmp_base.hh 1.26 +4 -4; commitid: 6c1b44272f887ea6; xorp/xrl/targets/ospfv2_base.hh 1.5 +4 -4; commitid: 6c1b44272f887ea6; xorp/xrl/targets/ospfv3_base.hh 1.4 +4 -4; commitid: 6c1b44272f887ea6; xorp/xrl/targets/packet_acl_base.hh 1.56 +4 -4; commitid: 6c1b44272f887ea6; xorp/xrl/targets/pim_base.hh 1.12 +4 -4; commitid: 6c1b44272f887ea6; xorp/xrl/targets/policy_base.hh 1.5 +4 -4; commitid: 6c1b44272f887ea6; xorp/xrl/targets/profiler_base.hh 1.41 +4 -4; commitid: 6c1b44272f887ea6; xorp/xrl/targets/rib_base.hh 1.17 +4 -4; commitid: 6c1b44272f887ea6; xorp/xrl/targets/ribclient_base.hh 1.25 +4 -4; commitid: 6c1b44272f887ea6; xorp/xrl/targets/rip_base.hh 1.25 +4 -4; commitid: 6c1b44272f887ea6; xorp/xrl/targets/ripng_base.hh 1.22 +4 -4; commitid: 6c1b44272f887ea6; xorp/xrl/targets/rtrmgr_base.hh 1.9 +4 -4; commitid: 6c1b44272f887ea6; xorp/xrl/targets/show_routes_base.hh 1.10 +4 -4; commitid: 6c1b44272f887ea6; xorp/xrl/targets/socket_server_base.hh 1.11 +4 -4; commitid: 6c1b44272f887ea6; xorp/xrl/targets/static_routes_base.hh 1.18 +4 -4; commitid: 6c1b44272f887ea6; xorp/xrl/targets/test_base.hh 1.7 +4 -4; commitid: 6c1b44272f887ea6; xorp/xrl/targets/test_fea_ifmgr_mirror_base.hh 1.12 +4 -4; commitid: 6c1b44272f887ea6; xorp/xrl/targets/test_finder_events_base.hh 1.19 +4 -4; commitid: 6c1b44272f887ea6; xorp/xrl/targets/test_peer_base.hh 1.6 +4 -4; commitid: 6c1b44272f887ea6; xorp/xrl/targets/test_socket4_base.hh 1.6 +4 -4; commitid: 6c1b44272f887ea6; xorp/xrl/targets/test_socket6_base.hh 1.5 +4 -4; commitid: 6c1b44272f887ea6; xorp/xrl/targets/test_xrls_base.hh 1.10 +4 -4; commitid: 6c1b44272f887ea6; xorp/xrl/targets/xorp_if_mib_base.hh 1.19 +4 -4; commitid: 6c1b44272f887ea6; xorp/xrl/targets/xorpsh_base.hh From pavlin@icir.org Mon Mar 27 01:04:28 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Mon, 27 Mar 2006 01:04:28 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/fea Message-ID: <200603270104.k2R14SwI028311@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-27 01:04:28 UTC XORP CVS repository Modified files: fea pa_backend.hh pa_backend_dummy.cc pa_backend_dummy.hh pa_backend_ipfw2.cc pa_backend_ipfw2.hh pa_transaction.cc pa_transaction.hh Log message: Renamed classes PaBackend::Snapshot4 and PaBackend::Snapshot6 to PaBackend::Snapshot4Base and PaBackend::Snapshot6Base respectively. This renaming is needed to avoid the confusion when derived classes like PaDummyBackend and PaIpfw2Backend derive from class PaBackend. At the same time each of those two derived classes contain a class named Snapshot4 that itself is derived from the original PaBackend::Snapshot4 class. This renaming should fix Bugzilla entry #574, Issue 2 when compiling XORP with Intel compiler. Bugzilla URL: http://www.xorp.org/bugzilla/show_bug.cgi?id=574 Revision Changes Path 1.5 +14 -14; commitid: 6e464427389f7ea6; xorp/fea/pa_backend.hh 1.6 +4 -4; commitid: 6e464427389f7ea6; xorp/fea/pa_backend_dummy.cc 1.5 +6 -6; commitid: 6e464427389f7ea6; xorp/fea/pa_backend_dummy.hh 1.8 +9 -7; commitid: 6e464427389f7ea6; xorp/fea/pa_backend_ipfw2.cc 1.4 +7 -7; commitid: 6e464427389f7ea6; xorp/fea/pa_backend_ipfw2.hh 1.10 +4 -4; commitid: 6e464427389f7ea6; xorp/fea/pa_transaction.cc 1.4 +8 -8; commitid: 6e464427389f7ea6; xorp/fea/pa_transaction.hh From pavlin@icir.org Mon Mar 27 01:12:58 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Mon, 27 Mar 2006 01:12:58 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/fea Message-ID: <200603270112.k2R1CwLb028441@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-27 01:12:58 UTC XORP CVS repository Modified files: fea ifconfig_set.hh Log message: Bug fix in the declaration of add_vif() methods. Some of those methods have two arguments that are named "vifname", while the first of them should be named "ifname". This fixes Bugzilla entry #574, Issue 3. Bugzilla URL: http://www.xorp.org/bugzilla/show_bug.cgi?id=574 Submitted by: Hasso Tepper Revision Changes Path 1.41 +6 -6; commitid: 6f0044273b977ea6; xorp/fea/ifconfig_set.hh From pavlin@icir.org Mon Mar 27 01:56:00 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Mon, 27 Mar 2006 01:56:00 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/bgp Message-ID: <200603270156.k2R1u0vU028964@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-27 01:56:00 UTC XORP CVS repository Modified files: bgp rib_ipc_handler.hh Log message: Fix a typo in the declaration of method RibIpcHandler::replace_route(): old_ibgp -> new_ibgp This fixes Bugzilla entry #574, Issue 5 when compiling XORP with Intel compiler. Bugzilla URL: http://www.xorp.org/bugzilla/show_bug.cgi?id=574 Submitted by: Hasso Tepper Revision Changes Path 1.42 +2 -2; commitid: 70e9442745a37ea6; xorp/bgp/rib_ipc_handler.hh From pavlin@icir.org Mon Mar 27 02:13:44 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Mon, 27 Mar 2006 02:13:44 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/rtrmgr Message-ID: <200603270213.k2R2Dirp029169@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-27 02:13:44 UTC XORP CVS repository Modified files: rtrmgr template_commands.cc Log message: Use a vector of strings instead of array with size defined by a variable. Variable length arrays are C99 feature, but are not allowed in C++ (even though the GNU C++ compiler allows them). This fixes Bugzilla entry #574, Issue 6. Bugzilla URL: http://www.xorp.org/bugzilla/show_bug.cgi?id=574 Revision Changes Path 1.68 +9 -13; commitid: 7173442747727ea6; xorp/rtrmgr/template_commands.cc From pavlin@icir.org Mon Mar 27 02:20:12 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Mon, 27 Mar 2006 02:20:12 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/rip Message-ID: <200603270220.k2R2KCvf029289@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-27 02:20:12 UTC XORP CVS repository Modified files: rip update_queue.cc Log message: Add missing instantiations of template class UpdateQueueReader (for IPv4 and IPv6 respectively). This fixes Bugzilla entry #574, Issue 8. Bugzilla URL: http://www.xorp.org/bugzilla/show_bug.cgi?id=574 Submitted by: Hasso Tepper Revision Changes Path 1.16 +3 -1; commitid: 722644274b817ea6; xorp/rip/update_queue.cc From bms@spc.org Mon Mar 27 03:10:14 2006 From: bms@spc.org (Bruce M Simpson) Date: Mon, 27 Mar 2006 04:10:14 +0100 Subject: [Xorp-cvs] XORP cvs commit: xorp/rtrmgr In-Reply-To: <200603270213.k2R2Dirp029169@xorpc.icir.org> References: <200603270213.k2R2Dirp029169@xorpc.icir.org> Message-ID: <20060327031014.GO80492@spc.org> On Mon, Mar 27, 2006 at 02:13:44AM +0000, Pavlin Radoslavov wrote: > This fixes Bugzilla entry #574, Issue 6. Thanks for looking at portability to the Intel compiler. This gives us another possible vector (no pun intended) if we choose to deprecate the use of MinGW on Windows. BMS From pavlin@icir.org Mon Mar 27 03:37:11 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Sun, 26 Mar 2006 19:37:11 -0800 Subject: [Xorp-cvs] XORP cvs commit: xorp/rtrmgr In-Reply-To: Message from Bruce M Simpson of "Mon, 27 Mar 2006 04:10:14 +0100." <20060327031014.GO80492@spc.org> Message-ID: <200603270337.k2R3bBUI033940@possum.icir.org> > On Mon, Mar 27, 2006 at 02:13:44AM +0000, Pavlin Radoslavov wrote: > > This fixes Bugzilla entry #574, Issue 6. > > Thanks for looking at portability to the Intel compiler. The thanks should go to Hasso, because he tried it and fixed most of the problems. Myself I don't have access to the Intel compiler so I have been relying only on Hasso's input. > This gives us another possible vector (no pun intended) if we > choose to deprecate the use of MinGW on Windows. Note that the Intel compiler itself is not free (only the Linux version is free under certain conditions), so some Windows users may still want to relay on free compilers. Pavlin From pavlin@icir.org Mon Mar 27 07:56:43 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Mon, 27 Mar 2006 07:56:43 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/docs/user_manual xorp/etc/templates xorp/rtrmgr Message-ID: <200603270756.k2R7uhGB032602@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-27 07:56:43 UTC XORP CVS repository Modified files: docs/user_manual config_overview.tex static_routes.tex etc/templates static_routes.tp rtrmgr config.boot.sample Log message: Deprecate the following statements for configuring static routes: route4 route6 interface-route4 interface-route6 mrib-route4 mrib-route6 mrib-interface-route4 mrib-interface-route6 The new replacement statements are: route interface-route mrib-route mrib-interface-route Each of the new statements can be used to configure either IPv4Net or IPv6Net route. This fixes Bugzilla entry 584. Bugzilla URL: http://www.xorp.org/bugzilla/show_bug.cgi?id=584 Submitted by: Hasso Tepper Revision Changes Path 1.21 +5 -5; commitid: 7e97442798f47ea6; xorp/docs/user_manual/config_overview.tex 1.13 +66 -79; commitid: 7e97442798f47ea6; xorp/docs/user_manual/static_routes.tex 1.36 +321 -38; commitid: 7e97442798f47ea6; xorp/etc/templates/static_routes.tp 1.40 +5 -5; commitid: 7e97442798f47ea6; xorp/rtrmgr/config.boot.sample From pavlin@icir.org Mon Mar 27 07:59:43 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Mon, 27 Mar 2006 07:59:43 GMT Subject: [Xorp-cvs] XORP cvs commit: www www/html_src Message-ID: <200603270759.k2R7xhWJ032707@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: www Changes by: pavlin@xorpc.icir.org 2006-03-27 07:59:43 UTC XORP CVS repository Modified files: . getting_started.html html_src getting_started.html Log message: Deprecate the following statements for configuring static routes: route4 route6 interface-route4 interface-route6 mrib-route4 mrib-route6 mrib-interface-route4 mrib-interface-route6 The new replacement statements are: route interface-route mrib-route mrib-interface-route Each of the new statements can be used to configure either IPv4Net or IPv6Net route. This fixes Bugzilla entry 584. Bugzilla URL: http://www.xorp.org/bugzilla/show_bug.cgi?id=584 Submitted by: Hasso Tepper Revision Changes Path 1.67 +11 -7; commitid: 7f8b44279b057ea6; www/getting_started.html 1.39 +8 -4; commitid: 7f8b44279b057ea6; www/html_src/getting_started.html From pavlin@icir.org Mon Mar 27 08:34:04 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Mon, 27 Mar 2006 08:34:04 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp Message-ID: <200603270834.k2R8Y4e1033087@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-27 08:34:04 UTC XORP CVS repository Modified files: . RELEASE_NOTES Log message: Add a release note about configuration changes regarding static routes. Revision Changes Path 1.105 +12 -1; commitid: 81264427a31e7ea6; xorp/RELEASE_NOTES From zec@icir.org Mon Mar 27 12:46:06 2006 From: zec@icir.org (Marko Zec) Date: Mon, 27 Mar 2006 12:46:06 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/bgp Message-ID: <200603271246.k2RCk6m5035950@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: zec@xorpc.icir.org 2006-03-27 12:46:06 UTC XORP CVS repository Modified files: bgp rib_ipc_handler.cc rib_ipc_handler.hh Log message: An attempt to make the XRL flow from BGP to RIB more bursty by implementing a hysteresis-style transmission control. Previously BGP would tend to fill the maximum in-fliht limit of 100 outstanding XRLs to the full, and then send other XRLs one by one, clocked by the reception of XRL ACKs from the RIB. This change introduces a low watermark in addition to the existing maximum in-flight XRL limit, so that the transmission is resumed only when the number of unacknowledged XRLs falls bellow the LOWAT value. This simple change alone reduces the latency of a full feed flap by around 40 seconds on a 3.4 GHz Pentium 4. Next: RIB -> FEA flow control revision. Revision Changes Path 1.73 +4 -4; commitid: 8b904427db867ea6; xorp/bgp/rib_ipc_handler.cc 1.43 +14 -6; commitid: 8b904427db867ea6; xorp/bgp/rib_ipc_handler.hh From pavlin@icir.org Mon Mar 27 18:17:56 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Mon, 27 Mar 2006 18:17:56 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/rib Message-ID: <200603271817.k2RIHuxu041055@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-27 18:17:56 UTC XORP CVS repository Modified files: rib rt_tab_redist.cc Log message: Refactor the instantiation of the const static template field Redistributor::NO_LAST_NET This fixes Bugzilla entry #574, Issue 4. Bugzilla URL: http://www.xorp.org/bugzilla/show_bug.cgi?id=574 Reviewed by: Hasso Tepper Revision Changes Path 1.23 +7 -3; commitid: a03c44282bdf7ea6; xorp/rib/rt_tab_redist.cc From pavlin@icir.org Mon Mar 27 19:06:57 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Mon, 27 Mar 2006 19:06:57 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/libproto Message-ID: <200603271906.k2RJ6vXA041816@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-27 19:06:57 UTC XORP CVS repository Modified files: libproto spt.hh Log message: Change const methods to return-by-reference the value of a field rather than by copying it. Approved by: Atanu Ghosh Revision Changes Path 1.12 +4 -4; commitid: a33a442837747ea6; xorp/libproto/spt.hh From pavlin@icir.org Tue Mar 28 00:15:27 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Tue, 28 Mar 2006 00:15:27 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/rtrmgr Message-ID: <200603280015.k2S0FRsC045223@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-28 00:15:27 UTC XORP CVS repository Modified files: rtrmgr xorpsh_main.cc Log message: Modify the xorpsh message when the configuration is changed by some other user: "had been changed" -> "has been changed". If we are to be pedantic, as it was explained to me, the original form "had been" is correct if we consider the fact that the configuration was changed in the past (probably <1 second ago). If we ignore the communication latency, then the new "has been" form is preferred (to emphasize the fact that the change just happened). This fixes Bugzilla entry #595. Bugzilla URL: http://www.xorp.org/bugzilla/show_bug.cgi?id=595 Submitted by: Kristian Larsson Approved by: Atanu Ghosh Revision Changes Path 1.63 +2 -2; commitid: af37442877937ea6; xorp/rtrmgr/xorpsh_main.cc From atanu@icir.org Tue Mar 28 01:25:38 2006 From: atanu@icir.org (Atanu Ghosh) Date: Tue, 28 Mar 2006 01:25:38 GMT Subject: [Xorp-cvs] XORP cvs commit: www www/html_src Message-ID: <200603280125.k2S1PcXF045980@xorpc.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: www Changes by: atanu@xorpc.icir.org 2006-03-28 01:25:38 UTC XORP CVS repository Modified files: . mirrors.html html_src mirrors.html Log message: Add www13.xorp.org. Institute of Technology Bandung, Indonesia Revision Changes Path 1.26 +6 -0; commitid: b36c442890907ea6; www/html_src/mirrors.html 1.33 +7 -1; commitid: b36c442890907ea6; www/mirrors.html From atanu@icir.org Tue Mar 28 01:32:57 2006 From: atanu@icir.org (Atanu Ghosh) Date: Tue, 28 Mar 2006 01:32:57 GMT Subject: [Xorp-cvs] XORP cvs commit: www www/html_src Message-ID: <200603280132.k2S1Wv7g046133@xorpc.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: www Changes by: atanu@xorpc.icir.org 2006-03-28 01:32:57 UTC XORP CVS repository Modified files: . mirrors.html html_src mirrors.html Log message: Minor correction to the www13.xorp.org entry. Revision Changes Path 1.27 +2 -2; commitid: b405442892477ea6; www/html_src/mirrors.html 1.34 +3 -3; commitid: b405442892477ea6; www/mirrors.html From atanu@icir.org Tue Mar 28 01:50:08 2006 From: atanu@icir.org (Atanu Ghosh) Date: Tue, 28 Mar 2006 01:50:08 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/ospf Message-ID: <200603280150.k2S1o8Vi046399@xorpc.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: atanu@xorpc.icir.org 2006-03-28 01:50:08 UTC XORP CVS repository Modified files: ospf Makefile.am Makefile.in Added files: ospf test_build_lsa.cc test_build_lsa.hh test_build_lsa_main.cc test_routing1.py Log message: Start of test framework that will allow LSAs be textually described, either for direct introduction into routing table tests or for transmission. Revision Changes Path 1.24 +11 -5; commitid: b5184428964f7ea6; xorp/ospf/Makefile.am 1.22 +40 -8; commitid: b5184428964f7ea6; xorp/ospf/Makefile.in 1.1 +348 -0 xorp/ospf/test_build_lsa.cc (new) 1.1 +88 -0 xorp/ospf/test_build_lsa.hh (new) 1.1 +79 -0 xorp/ospf/test_build_lsa_main.cc (new) 1.1 +79 -0 xorp/ospf/test_routing1.py (new) From atanu@icir.org Tue Mar 28 02:41:17 2006 From: atanu@icir.org (Atanu Ghosh) Date: Tue, 28 Mar 2006 02:41:17 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/ospf Message-ID: <200603280241.k2S2fHtp046998@xorpc.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: atanu@xorpc.icir.org 2006-03-28 02:41:17 UTC XORP CVS repository Modified files: ospf test_build_lsa.cc Log message: The error message now matches the keyword. Revision Changes Path 1.2 +3 -3; commitid: b77b4428a24c7ea6; xorp/ospf/test_build_lsa.cc From atanu@icir.org Tue Mar 28 02:42:45 2006 From: atanu@icir.org (Atanu Ghosh) Date: Tue, 28 Mar 2006 02:42:45 GMT Subject: [Xorp-cvs] XORP cvs commit: www www/html_src Message-ID: <200603280242.k2S2gjeY047060@xorpc.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: www Changes by: atanu@xorpc.icir.org 2006-03-28 02:42:45 UTC XORP CVS repository Modified files: . mirrors.html html_src mirrors.html Log message: www13.xorp.org is updated daily not hourly. Revision Changes Path 1.28 +1 -1; commitid: b7a44428a2a47ea6; www/html_src/mirrors.html 1.35 +2 -2; commitid: b7a44428a2a47ea6; www/mirrors.html From atanu@icir.org Tue Mar 28 03:06:56 2006 From: atanu@icir.org (Atanu Ghosh) Date: Tue, 28 Mar 2006 03:06:56 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/ospf Message-ID: <200603280306.k2S36ueE047581@xorpc.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: atanu@xorpc.icir.org 2006-03-28 03:06:56 UTC XORP CVS repository Modified files: ospf area_router.hh debug_io.hh exceptions.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 test_build_lsa.cc test_build_lsa_main.cc test_checksum.cc test_packet.cc test_peering.cc test_routing.cc transmit.hh xorp_ospfv2.cc xorp_ospfv3.cc xrl_io.cc xrl_io.hh xrl_target.cc xrl_target.hh Log message: Update the copyright date to 2006 some of the files were missed in the last pass as the date was set to 2004. Revision Changes Path 1.102 +2 -2; commitid: b98a4428a84c7ea6; xorp/ospf/area_router.hh 1.16 +2 -2; commitid: b98a4428a84c7ea6; xorp/ospf/debug_io.hh 1.3 +2 -2; commitid: b98a4428a84c7ea6; xorp/ospf/exceptions.hh 1.4 +1 -1; commitid: b98a4428a84c7ea6; xorp/ospf/fletcher_checksum.cc 1.2 +2 -2; commitid: b98a4428a84c7ea6; xorp/ospf/fletcher_checksum.hh 1.20 +2 -2; commitid: b98a4428a84c7ea6; xorp/ospf/io.hh 1.70 +2 -2; commitid: b98a4428a84c7ea6; xorp/ospf/lsa.cc 1.80 +2 -2; commitid: b98a4428a84c7ea6; xorp/ospf/lsa.hh 1.72 +2 -2; commitid: b98a4428a84c7ea6; xorp/ospf/ospf.cc 1.92 +2 -2; commitid: b98a4428a84c7ea6; xorp/ospf/ospf.hh 1.32 +2 -2; commitid: b98a4428a84c7ea6; xorp/ospf/packet.cc 1.30 +2 -2; commitid: b98a4428a84c7ea6; xorp/ospf/packet.hh 1.237 +2 -2; commitid: b98a4428a84c7ea6; xorp/ospf/peer.cc 1.125 +2 -2; commitid: b98a4428a84c7ea6; xorp/ospf/peer.hh 1.118 +2 -2; commitid: b98a4428a84c7ea6; xorp/ospf/peer_manager.cc 1.74 +2 -2; commitid: b98a4428a84c7ea6; xorp/ospf/peer_manager.hh 1.3 +2 -2; commitid: b98a4428a84c7ea6; xorp/ospf/test_build_lsa.cc 1.2 +2 -2; commitid: b98a4428a84c7ea6; xorp/ospf/test_build_lsa_main.cc 1.6 +2 -2; commitid: b98a4428a84c7ea6; xorp/ospf/test_checksum.cc 1.38 +2 -2; commitid: b98a4428a84c7ea6; xorp/ospf/test_packet.cc 1.51 +2 -2; commitid: b98a4428a84c7ea6; xorp/ospf/test_peering.cc 1.19 +2 -2; commitid: b98a4428a84c7ea6; xorp/ospf/test_routing.cc 1.4 +2 -2; commitid: b98a4428a84c7ea6; xorp/ospf/transmit.hh 1.12 +2 -2; commitid: b98a4428a84c7ea6; xorp/ospf/xorp_ospfv2.cc 1.12 +2 -2; commitid: b98a4428a84c7ea6; xorp/ospf/xorp_ospfv3.cc 1.31 +2 -2; commitid: b98a4428a84c7ea6; xorp/ospf/xrl_io.cc 1.21 +2 -2; commitid: b98a4428a84c7ea6; xorp/ospf/xrl_io.hh 1.36 +2 -2; commitid: b98a4428a84c7ea6; xorp/ospf/xrl_target.cc 1.26 +2 -2; commitid: b98a4428a84c7ea6; xorp/ospf/xrl_target.hh From atanu@icir.org Tue Mar 28 03:15:03 2006 From: atanu@icir.org (Atanu Ghosh) Date: Tue, 28 Mar 2006 03:15:03 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/ospf Message-ID: <200603280315.k2S3F3aA047692@xorpc.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: atanu@xorpc.icir.org 2006-03-28 03:15:03 UTC XORP CVS repository Modified files: ospf test_build_lsa_main.cc Log message: Remove debugging printf. Revision Changes Path 1.3 +1 -2; commitid: ba314428aa367ea6; xorp/ospf/test_build_lsa_main.cc From atanu@icir.org Tue Mar 28 04:40:58 2006 From: atanu@icir.org (Atanu Ghosh) Date: Tue, 28 Mar 2006 04:40:58 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/libxorp Message-ID: <200603280440.k2S4ewsL049030@xorpc.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: atanu@xorpc.icir.org 2006-03-28 04:40:58 UTC XORP CVS repository Modified files: libxorp test_main.hh Log message: Provide accessor methods to get the verbose state and verbose level, as test programs that don't use the run() method didn't have access to these variables. Revision Changes Path 1.13 +14 -1; commitid: bf6b4428be597ea6; xorp/libxorp/test_main.hh From pavlin@icir.org Tue Mar 28 08:56:17 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Tue, 28 Mar 2006 08:56:17 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/rib Message-ID: <200603280856.k2S8uH3m051483@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-28 08:56:17 UTC XORP CVS repository Modified files: rib test_redist.cc Log message: Refactor the instantiation of the const static template field TestOutput::NO_NET This fixes another issue (similar to Issue 4) in the re-opened Bugzilla entry #574. Bugzilla URL: http://www.xorp.org/bugzilla/show_bug.cgi?id=574 Submitted by: Hasso Tepper Revision Changes Path 1.11 +7 -3; commitid: c8e54428f9c17ea6; xorp/rib/test_redist.cc From pavlin@icir.org Wed Mar 29 09:12:03 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Wed, 29 Mar 2006 09:12:03 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/libxorp Message-ID: <200603290912.k2T9C3XE069652@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-29 09:12:03 UTC XORP CVS repository Modified files: libxorp .cvsignore Makefile.am Makefile.in test_timeval.cc Removed files: libxorp test_random_uniform.cc Log message: * Move the test inside test_random_uniform.cc to test_timeval.cc, because there is no reason it shouldn't be in test_timeval.cc * Cleanup test_timeval.cc Approved by: Atanu Ghosh Revision Changes Path 1.14 +0 -1; commitid: 10ff3442a4f0d7ea6; xorp/libxorp/.cvsignore 1.45 +1 -4; commitid: 10ff3442a4f0d7ea6; xorp/libxorp/Makefile.am 1.58 +12 -25; commitid: 10ff3442a4f0d7ea6; xorp/libxorp/Makefile.in 1.2 +0 -174 xorp/libxorp/test_random_uniform.cc (dead) 1.7 +140 -58; commitid: 10ff3442a4f0d7ea6; xorp/libxorp/test_timeval.cc From bms@spc.org Wed Mar 29 10:11:53 2006 From: bms@spc.org (Bruce M Simpson) Date: Wed, 29 Mar 2006 11:11:53 +0100 Subject: [Xorp-cvs] XORP cvs commit: xorp/ospf In-Reply-To: <200603280150.k2S1o8Vi046399@xorpc.icir.org> References: <200603280150.k2S1o8Vi046399@xorpc.icir.org> Message-ID: <20060329101153.GF25494@spc.org> On Tue, Mar 28, 2006 at 01:50:08AM +0000, Atanu Ghosh wrote: > Log message: > Start of test framework that will allow LSAs be textually described, > either for direct introduction into routing table tests or for > transmission. Unfortunately this change breaks the tinderbox on Windows. It requires that Python be installed and its path is either added to the Windows PATH from the System control panel, or that it gets symlinked into the MinGW bin directory. I'm going to fix this in BUILD_NOTES and on xorpv *now* so that it doesn't become a problem, if there are plans to use Python further afield in the tree. BMS From bms@icir.org Wed Mar 29 10:19:02 2006 From: bms@icir.org (Bruce Simpson) Date: Wed, 29 Mar 2006 10:19:02 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp Message-ID: <200603291019.k2TAJ2p0070263@xorpc.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: bms@xorpc.icir.org 2006-03-29 10:19:02 UTC XORP CVS repository Modified files: . BUILD_NOTES Log message: Update BUILD_NOTES for Win32. Revision Changes Path 1.49 +32 -16; commitid: 1125e442a5f0f7ea6; xorp/BUILD_NOTES From bms@icir.org Wed Mar 29 17:25:35 2006 From: bms@icir.org (Bruce Simpson) Date: Wed, 29 Mar 2006 17:25:35 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/fea Message-ID: <200603291725.k2THPZjS076671@xorpc.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: bms@xorpc.icir.org 2006-03-29 17:25:35 UTC XORP CVS repository Modified files: fea fticonfig_entry_set_iphelper.cc Log message: Demote an XLOG_ASSERT to an XLOG_WARNING, as it may provide an indication of a situation where multiple routing protocol updates may collide with each other when using the IP Helper API. Revision Changes Path 1.8 +8 -3; commitid: 12b49442ac2dc7ea6; xorp/fea/fticonfig_entry_set_iphelper.cc From bms@icir.org Wed Mar 29 17:42:35 2006 From: bms@icir.org (Bruce Simpson) Date: Wed, 29 Mar 2006 17:42:35 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/fea Message-ID: <200603291742.k2THgZDq076864@xorpc.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: bms@xorpc.icir.org 2006-03-29 17:42:35 UTC XORP CVS repository Modified files: fea rawsock.cc Log message: When opening a raw socket for receiving IPv4 datagrams on Windows, bind it to INADDR_ANY before doing anything else. Remove the code which previously did this only whilst joining an IPv4 multicast group. This resolves a critical bug in the Windows FEA, whereby if a raw socket was opened, but not joined to a multicast group, the receive path internal to Winsock would not be hooked up and thus no unicast or multicast traffic could be received. Submitted by: pavlin (with edits) Revision Changes Path 1.20 +18 -18; commitid: 12c27442ac6e77ea6; xorp/fea/rawsock.cc From pavlin@icir.org Wed Mar 29 17:55:13 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Wed, 29 Mar 2006 17:55:13 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/fea Message-ID: <200603291755.k2THtDVW077086@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-29 17:55:13 UTC XORP CVS repository Modified files: fea mfea_proto_comm.cc Log message: Port a Windows-specific fix in fea/rawsock.cc back to the MFEA: When opening a raw socket for receiving IPv4 datagrams on Windows, bind it to INADDR_ANY before doing anything else. Remove the code which previously did this only whilst joining an IPv4 multicast group. This resolves a critical bug in the Windows FEA, whereby if a raw socket was opened, but not joined to a multicast group, the receive path internal to Winsock would not be hooked up and thus no unicast or multicast traffic could be received. [Note that currently the MFEA doesn't work on Windows, but we want to preserve both rawsock implementations consistent until the MFEA starts using the FEA's rawsock.] Submitted by: Bruce M. Simpson Revision Changes Path 1.53 +18 -18; commitid: 12cde442ac8e77ea6; xorp/fea/mfea_proto_comm.cc From atanu@icir.org Wed Mar 29 22:34:24 2006 From: atanu@icir.org (Atanu Ghosh) Date: Wed, 29 Mar 2006 22:34:24 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/ospf Message-ID: <200603292234.k2TMYOGr080844@xorpc.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: atanu@xorpc.icir.org 2006-03-29 22:34:24 UTC XORP CVS repository Modified files: ospf .cvsignore Log message: Add test_build_lsa_main. Revision Changes Path 1.5 +1 -0; commitid: 13bb1442b0b6f7ea6; xorp/ospf/.cvsignore From atanu@icir.org Wed Mar 29 22:41:25 2006 From: atanu@icir.org (Atanu Ghosh) Date: Wed, 29 Mar 2006 22:41:25 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/bgp xorp/bgp/harness xorp/libproto xorp/libxorp xorp/ospf Message-ID: <200603292241.k2TMfPI3081058@xorpc.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: atanu@xorpc.icir.org 2006-03-29 22:41:25 UTC XORP CVS repository Modified files: bgp test_main.cc test_packet_coding.cc test_peer_data.cc bgp/harness test_trie.cc libproto test_spt.cc libxorp test_main.hh test_profile.cc test_test_main.cc ospf test_build_lsa_main.cc test_checksum.cc test_packet.cc test_peering.cc test_routing.cc test_routing_table.cc Log message: The TestMain class that is used by a number of the test programs was attempting to hide the configuration of the xlog subsystem. The routines are C not C++ so the state of the xlog subsystem is hidden in static variables. If the TestMain class initialises the xlog subsystem the static variables are local to TestMain and call to xlog functions outside of the test class were failing. Remove the xlog subsystem from the TestMain class and require the test programs to configure the xlog subsystem. Revision Changes Path 1.21 +9 -1; commitid: 13c21442b0d117ea6; xorp/bgp/harness/test_trie.cc 1.18 +9 -1; commitid: 13c21442b0d117ea6; xorp/bgp/test_main.cc 1.14 +9 -1; commitid: 13c21442b0d117ea6; xorp/bgp/test_packet_coding.cc 1.16 +9 -1; commitid: 13c21442b0d117ea6; xorp/bgp/test_peer_data.cc 1.12 +9 -1; commitid: 13c21442b0d117ea6; xorp/libproto/test_spt.cc 1.14 +5 -37; commitid: 13c21442b0d117ea6; xorp/libxorp/test_main.hh 1.7 +9 -1; commitid: 13c21442b0d117ea6; xorp/libxorp/test_profile.cc 1.12 +10 -1; commitid: 13c21442b0d117ea6; xorp/libxorp/test_test_main.cc 1.4 +9 -1; commitid: 13c21442b0d117ea6; xorp/ospf/test_build_lsa_main.cc 1.7 +9 -1; commitid: 13c21442b0d117ea6; xorp/ospf/test_checksum.cc 1.39 +9 -1; commitid: 13c21442b0d117ea6; xorp/ospf/test_packet.cc 1.52 +9 -1; commitid: 13c21442b0d117ea6; xorp/ospf/test_peering.cc 1.20 +9 -1; commitid: 13c21442b0d117ea6; xorp/ospf/test_routing.cc 1.6 +9 -1; commitid: 13c21442b0d117ea6; xorp/ospf/test_routing_table.cc From pavlin@icir.org Thu Mar 30 00:29:13 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Thu, 30 Mar 2006 00:29:13 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/libxorp Message-ID: <200603300029.k2U0TDOw082421@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-30 00:29:13 UTC XORP CVS repository Modified files: libxorp Makefile.am Makefile.in test_asyncio.cc Log message: Remove any libcomm dependencies, because nothing inside the libxorp directory must depend on any other XORP library. Unfortunately, as a result of this we have to copy few of the libcomm functions inside test_asyncio.cc. Currently, those functions are preserved almost unmodified in case we need to perform any maintainance on them. In the future they could be trimmed-down for the particular purpose they are used inside test_asyncio.cc. Bug found by: Atanu Ghosh Revision Changes Path 1.46 +1 -4; commitid: 141d3442b256a7ea6; xorp/libxorp/Makefile.am 1.59 +2 -4; commitid: 141d3442b256a7ea6; xorp/libxorp/Makefile.in 1.14 +345 -20; commitid: 141d3442b256a7ea6; xorp/libxorp/test_asyncio.cc From pavlin@icir.org Thu Mar 30 00:32:02 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Thu, 30 Mar 2006 00:32:02 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/libcomm Message-ID: <200603300032.k2U0W2jW082511@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-30 00:32:02 UTC XORP CVS repository Modified files: libcomm comm_sock.c comm_user.c Log message: Minor cleanup: don't use "#ifdef AF_INET6", but "#ifdef HAVE_IPV6", replace (for consistency) "#if defined(HOST_OS_WINDOWS)" with "#ifdef HOST_OS_WINDOWS", etc. Revision Changes Path 1.32 +45 -32; commitid: 1422c442b26957ea6; xorp/libcomm/comm_sock.c 1.22 +23 -18; commitid: 1422c442b26957ea6; xorp/libcomm/comm_user.c From pavlin@icir.org Thu Mar 30 02:21:19 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Thu, 30 Mar 2006 02:21:19 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/fea xorp/pim xorp/rib xorp/rib/tools xorp/rip xorp/xrl/interfaces xorp/xrl/targets Message-ID: <200603300221.k2U2LJOU083703@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-30 02:21:19 UTC XORP CVS repository Modified files: fea fti_transaction.hh xrl_target.cc xrl_target.hh pim xrl_pim_node.cc xrl_pim_node.hh rib redist_xrl.cc rib/tools show_routes.cc rip xrl_target_common.hh xrl_target_rip.cc xrl_target_rip.hh xrl_target_ripng.cc xrl_target_ripng.hh xrl/interfaces redist4.xif redist4_xif.cc redist4_xif.hh redist6.xif redist6_xif.cc redist6_xif.hh redist_transaction4.xif redist_transaction4_xif.cc redist_transaction4_xif.hh redist_transaction6.xif redist_transaction6_xif.cc redist_transaction6_xif.hh xrl/targets fea.xrls fea_base.cc fea_base.hh pim.xrls pim_base.cc pim_base.hh rip.xrls rip_base.cc rip_base.hh ripng.xrls ripng_base.cc ripng_base.hh show_routes.xrls show_routes_base.cc show_routes_base.hh Log message: Modify the following XRLs to include all known information about deleted routes: redist4/0.1/delete_route redist6/0.1/delete_route redist_transaction4/0.1/delete_route redist_transaction6/0.1/delete_route Now the arguments for the above delete_route XRLs are exactly same as the corresponding add_route XRLs. The additional information is: nexthop, ifname, vifname, metric, and admin_distance. Some of this information is needed by Windows when deleting the routes in the kernel: nexthop, ifname/vifname. The metric and admin_distance information is not really needed for now, but is included for consistency, and just in case if in the future we need it for some special purpose. Requested by: Bruce M. Simpson Approved by: Atanu Ghosh Revision Changes Path 1.13 +19 -3; commitid: 145df442b3ee87ea6; xorp/fea/fti_transaction.hh 1.81 +43 -11; commitid: 145df442b3ee87ea6; xorp/fea/xrl_target.cc 1.58 +13 -3; commitid: 145df442b3ee87ea6; xorp/fea/xrl_target.hh 1.94 +33 -11; commitid: 145df442b3ee87ea6; xorp/pim/xrl_pim_node.cc 1.66 +13 -3; commitid: 145df442b3ee87ea6; xorp/pim/xrl_pim_node.hh 1.24 +50 -34; commitid: 145df442b3ee87ea6; xorp/rib/redist_xrl.cc 1.20 +51 -13; commitid: 145df442b3ee87ea6; xorp/rib/tools/show_routes.cc 1.26 +38 -8; commitid: 145df442b3ee87ea6; xorp/rip/xrl_target_common.hh 1.30 +8 -1; commitid: 145df442b3ee87ea6; xorp/rip/xrl_target_rip.cc 1.21 +6 -1; commitid: 145df442b3ee87ea6; xorp/rip/xrl_target_rip.hh 1.25 +8 -1; commitid: 145df442b3ee87ea6; xorp/rip/xrl_target_ripng.cc 1.20 +6 -1; commitid: 145df442b3ee87ea6; xorp/rip/xrl_target_ripng.hh 1.9 +18 -13; commitid: 145df442b3ee87ea6; xorp/xrl/interfaces/redist4.xif 1.14 +13 -3; commitid: 145df442b3ee87ea6; xorp/xrl/interfaces/redist4_xif.cc 1.13 +7 -2; commitid: 145df442b3ee87ea6; xorp/xrl/interfaces/redist4_xif.hh 1.9 +18 -13; commitid: 145df442b3ee87ea6; xorp/xrl/interfaces/redist6.xif 1.14 +13 -3; commitid: 145df442b3ee87ea6; xorp/xrl/interfaces/redist6_xif.cc 1.13 +7 -2; commitid: 145df442b3ee87ea6; xorp/xrl/interfaces/redist6_xif.hh 1.9 +20 -15; commitid: 145df442b3ee87ea6; xorp/xrl/interfaces/redist_transaction4.xif 1.13 +13 -3; commitid: 145df442b3ee87ea6; xorp/xrl/interfaces/redist_transaction4_xif.cc 1.13 +7 -2; commitid: 145df442b3ee87ea6; xorp/xrl/interfaces/redist_transaction4_xif.hh 1.9 +20 -15; commitid: 145df442b3ee87ea6; xorp/xrl/interfaces/redist_transaction6.xif 1.13 +13 -3; commitid: 145df442b3ee87ea6; xorp/xrl/interfaces/redist_transaction6_xif.cc 1.13 +7 -2; commitid: 145df442b3ee87ea6; xorp/xrl/interfaces/redist_transaction6_xif.hh 1.56 +3 -3; commitid: 145df442b3ee87ea6; xorp/xrl/targets/fea.xrls 1.60 +17 -7; commitid: 145df442b3ee87ea6; xorp/xrl/targets/fea_base.cc 1.63 +13 -3; commitid: 145df442b3ee87ea6; xorp/xrl/targets/fea_base.hh 1.50 +3 -3; commitid: 145df442b3ee87ea6; xorp/xrl/targets/pim.xrls 1.53 +17 -7; commitid: 145df442b3ee87ea6; xorp/xrl/targets/pim_base.cc 1.57 +13 -3; commitid: 145df442b3ee87ea6; xorp/xrl/targets/pim_base.hh 1.24 +2 -2; commitid: 145df442b3ee87ea6; xorp/xrl/targets/rip.xrls 1.24 +9 -4; commitid: 145df442b3ee87ea6; xorp/xrl/targets/rip_base.cc 1.26 +7 -2; commitid: 145df442b3ee87ea6; xorp/xrl/targets/rip_base.hh 1.24 +2 -2; commitid: 145df442b3ee87ea6; xorp/xrl/targets/ripng.xrls 1.24 +9 -4; commitid: 145df442b3ee87ea6; xorp/xrl/targets/ripng_base.cc 1.26 +7 -2; commitid: 145df442b3ee87ea6; xorp/xrl/targets/ripng_base.hh 1.9 +3 -3; commitid: 145df442b3ee87ea6; xorp/xrl/targets/show_routes.xrls 1.9 +17 -7; commitid: 145df442b3ee87ea6; xorp/xrl/targets/show_routes_base.cc 1.10 +13 -3; commitid: 145df442b3ee87ea6; xorp/xrl/targets/show_routes_base.hh From pavlin@icir.org Thu Mar 30 08:32:13 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Thu, 30 Mar 2006 08:32:13 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/fea Message-ID: <200603300832.k2U8WDWI087249@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-30 08:32:13 UTC XORP CVS repository Modified files: fea fticonfig_entry_get.hh fticonfig_entry_get_netlink.cc fticonfig_entry_observer.hh fticonfig_entry_observer_netlink.cc fticonfig_entry_set.hh fticonfig_entry_set_netlink.cc fticonfig_table_get.hh fticonfig_table_get_netlink.cc fticonfig_table_observer.hh fticonfig_table_observer_netlink.cc ifconfig_get.hh ifconfig_get_netlink.cc ifconfig_observer.hh ifconfig_observer_netlink.cc ifconfig_set.hh ifconfig_set_netlink.cc netlink_socket.cc netlink_socket.hh Log message: Remove the mechanism for having two (Linux-specific) netlink sockets NetlinkSocket4 and NetlinkSocket6 for IPv4 and IPv6-related communications with the kernel, and use only the (new) neutral NetlinkSocket class instead. The reason there were NetlinkSocket4 and NetlinkSocket6 is the following. According to the netlink(7) manual page, netlink family NETLINK_ROUTE is suppose to be used to receive and send IPv4 routing table updates, while NETLINK_ROUTE6 is suppose to be used for IPv6 routing table updates. The manual page appears to be wrong: only NETLINK_ROUTE should be used (for both IPv4 and IPv6). This was also discovered by trial and error when the NetlinkSocket[4,6] code was developed and tested, and in fact NETLINK_ROUTE6 was never used. This eliminates the need for two classes NetlinkSocket4 and NetlinkSocket6, which simplifies significantly some of the netlink-related the code. [For the record, the netlink(7) manual page has been corrected by Hasso Tepper: see Bugzilla entry #463] Bugzilla URL: http://www.xorp.org/bugzilla/show_bug.cgi?id=464 Submitted by: Hasso Tepper Revision Changes Path 1.25 +2 -3; commitid: 15382442b91f77ea6; xorp/fea/fticonfig_entry_get.hh 1.31 +12 -60; commitid: 15382442b91f77ea6; xorp/fea/fticonfig_entry_get_netlink.cc 1.16 +2 -3; commitid: 15382442b91f77ea6; xorp/fea/fticonfig_entry_observer.hh 1.12 +21 -39; commitid: 15382442b91f77ea6; xorp/fea/fticonfig_entry_observer_netlink.cc 1.22 +2 -3; commitid: 15382442b91f77ea6; xorp/fea/fticonfig_entry_set.hh 1.27 +18 -89; commitid: 15382442b91f77ea6; xorp/fea/fticonfig_entry_set_netlink.cc 1.22 +2 -3; commitid: 15382442b91f77ea6; xorp/fea/fticonfig_table_get.hh 1.28 +17 -66; commitid: 15382442b91f77ea6; xorp/fea/fticonfig_table_get_netlink.cc 1.17 +2 -3; commitid: 15382442b91f77ea6; xorp/fea/fticonfig_table_observer.hh 1.13 +20 -38; commitid: 15382442b91f77ea6; xorp/fea/fticonfig_table_observer_netlink.cc 1.25 +2 -3; commitid: 15382442b91f77ea6; xorp/fea/ifconfig_get.hh 1.18 +34 -66; commitid: 15382442b91f77ea6; xorp/fea/ifconfig_get_netlink.cc 1.16 +2 -3; commitid: 15382442b91f77ea6; xorp/fea/ifconfig_observer.hh 1.15 +18 -36; commitid: 15382442b91f77ea6; xorp/fea/ifconfig_observer_netlink.cc 1.42 +2 -3; commitid: 15382442b91f77ea6; xorp/fea/ifconfig_set.hh 1.26 +36 -107; commitid: 15382442b91f77ea6; xorp/fea/ifconfig_set_netlink.cc 1.36 +17 -92; commitid: 15382442b91f77ea6; xorp/fea/netlink_socket.cc 1.18 +8 -76; commitid: 15382442b91f77ea6; xorp/fea/netlink_socket.hh From bms@spc.org Thu Mar 30 08:55:08 2006 From: bms@spc.org (Bruce M Simpson) Date: Thu, 30 Mar 2006 09:55:08 +0100 Subject: [Xorp-cvs] XORP cvs commit: xorp/fea xorp/pim xorp/rib xorp/rib/tools xorp/rip xorp/xrl/interfaces xorp/xrl/targets In-Reply-To: <200603300221.k2U2LJOU083703@xorpc.icir.org> References: <200603300221.k2U2LJOU083703@xorpc.icir.org> Message-ID: <20060330085508.GX80492@spc.org> On Thu, Mar 30, 2006 at 02:21:19AM +0000, Pavlin Radoslavov wrote: > Some of this information is needed by Windows when deleting the > routes in the kernel: nexthop, ifname/vifname. > The metric and admin_distance information is not really needed for now, > but is included for consistency, and just in case if in the future we > need it for some special purpose. Thanks! The Windows FIB can actually use metric information because it supports multipath. I believe Linux IpRoute2 can do the same. BMS From pavlin@icir.org Thu Mar 30 09:06:25 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Thu, 30 Mar 2006 09:06:25 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp Message-ID: <200603300906.k2U96PT1087686@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-30 09:06:25 UTC XORP CVS repository Modified files: . ERRATA Log message: Add an ERRATA entry about Linux kernel. Kernels older than linux-2.6.15-rc7 have a bug that is an issue only if someone is running IPv6 PIM-SM on Linux, and only if the unicast routes may be modified while XORP is running: http://www.uwsg.indiana.edu/hypermail/linux/kernel/0512.2/2121.html Revision Changes Path 1.29 +15 -1; commitid: 1563c442b9f047ea6; xorp/ERRATA From pavlin@icir.org Thu Mar 30 09:56:35 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Thu, 30 Mar 2006 09:56:35 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/libxorp Message-ID: <200603300956.k2U9uZdq088282@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-30 09:56:35 UTC XORP CVS repository Modified files: libxorp test_asyncio.cc Log message: Fix the last argument of ioctlsocket(): it should be "u_long" instead of "long". Revision Changes Path 1.15 +2 -2; commitid: 158c1442bab357ea6; xorp/libxorp/test_asyncio.cc From pavlin@icir.org Thu Mar 30 09:57:36 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Thu, 30 Mar 2006 09:57:36 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/libcomm Message-ID: <200603300957.k2U9vauw088333@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-30 09:57:36 UTC XORP CVS repository Modified files: libcomm comm_sock.c Log message: Fix the last argument of ioctlsocket(): it should be "u_long" instead of "long". Revision Changes Path 1.33 +2 -2; commitid: 158f4442bab8b7ea6; xorp/libcomm/comm_sock.c From bms@icir.org Thu Mar 30 15:23:09 2006 From: bms@icir.org (Bruce Simpson) Date: Thu, 30 Mar 2006 15:23:09 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/fea Message-ID: <200603301523.k2UFN9w3092129@xorpc.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: bms@xorpc.icir.org 2006-03-30 15:23:09 UTC XORP CVS repository Modified files: fea fticonfig_entry_set_iphelper.cc Log message: Fix a problem with withdrawing routes from the Windows FIB. The problem is only exposed when multiple routing protocols are run which exchange exactly the same route prefixes. Make sure that the FEA bottom half completely fills out the MIB_IPFORWARDROW structure before passing it to DeleteIpForwardEntry(), on Windows Server. This change relies on the recent changes to the redist XRL interface to pass interface name and next-hop information to the FEA when withdrawing routes. While we're here, reintroduce the debug_msg() which instruments this path, and kill the old code which relied on GetBestRoute() for constructing the MIB_IPFORWARDROW structure. Significantly update code comments. Revision Changes Path 1.9 +72 -32; commitid: 167c8442bf7d67ea6; xorp/fea/fticonfig_entry_set_iphelper.cc From pavlin@icir.org Thu Mar 30 19:23:22 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Thu, 30 Mar 2006 19:23:22 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/fea Message-ID: <200603301923.k2UJNMFa096407@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-30 19:23:22 UTC XORP CVS repository Modified files: fea fticonfig_entry_set_iphelper.cc Log message: Minor nit: add appropriate white spaces when breaking a long line. Revision Changes Path 1.10 +16 -16; commitid: 1786c442c30097ea6; xorp/fea/fticonfig_entry_set_iphelper.cc From pavlin@icir.org Fri Mar 31 05:20:34 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Fri, 31 Mar 2006 05:20:34 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/rip/tools Message-ID: <200603310520.k2V5KYZ4002665@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-31 05:20:34 UTC XORP CVS repository Modified files: rip/tools xrl_rip_shell_funcs.sh xrl_ripng_shell_funcs.sh Log message: Regenerate after modifications to the redist4/0.1/delete_route and redist6/0.1/delete_route XRLs. Revision Changes Path 1.12 +3 -3; commitid: a4e442cbc0f7ea6; xorp/rip/tools/xrl_rip_shell_funcs.sh 1.10 +3 -3; commitid: a4e442cbc0f7ea6; xorp/rip/tools/xrl_ripng_shell_funcs.sh From pavlin@icir.org Fri Mar 31 06:11:45 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Fri, 31 Mar 2006 06:11:45 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/fea Message-ID: <200603310611.k2V6Bj3j003239@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-31 06:11:45 UTC XORP CVS repository Modified files: fea fticonfig_entry_get_netlink.cc fticonfig_entry_set_netlink.cc fticonfig_table_get_netlink.cc ifconfig_get_netlink.cc ifconfig_set_netlink.cc netlink_socket.cc netlink_socket.hh Log message: * Fix the usage of netlink socket pid. Apparently, in Linux world, "pid" sometimes is not a process ID, even if the netlink(7) manual page says so. Thanks to Hasso Tepper, the Linux netlink(7) manual page is now fixed (see Bugzilla entry #463, Comment #2). This fixes Bugzilla entry #463 * Rename NetlinkSocket::pid() to ns_pid() to distinguish it from the corresponding RoutingSocket::pid() which is really a process ID. Bugzilla URL: http://www.xorp.org/bugzilla/show_bug.cgi?id=463 Submitted by: Hasso Tepper Revision Changes Path 1.32 +2 -2; commitid: c5f442cc6db7ea6; xorp/fea/fticonfig_entry_get_netlink.cc 1.28 +3 -3; commitid: c5f442cc6db7ea6; xorp/fea/fticonfig_entry_set_netlink.cc 1.29 +2 -2; commitid: c5f442cc6db7ea6; xorp/fea/fticonfig_table_get_netlink.cc 1.19 +4 -4; commitid: c5f442cc6db7ea6; xorp/fea/ifconfig_get_netlink.cc 1.27 +6 -6; commitid: c5f442cc6db7ea6; xorp/fea/ifconfig_set_netlink.cc 1.37 +13 -28; commitid: c5f442cc6db7ea6; xorp/fea/netlink_socket.cc 1.19 +5 -5; commitid: c5f442cc6db7ea6; xorp/fea/netlink_socket.hh From pavlin@icir.org Fri Mar 31 06:14:18 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Fri, 31 Mar 2006 06:14:18 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp Message-ID: <200603310614.k2V6EItr003305@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-31 06:14:18 UTC XORP CVS repository Modified files: . RELEASE_NOTES Log message: Add Linux-related FEA release note. Revision Changes Path 1.106 +3 -1; commitid: cd0442cc8ae7ea6; xorp/RELEASE_NOTES From pavlin@icir.org Fri Mar 31 20:25:39 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Fri, 31 Mar 2006 20:25:39 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp Message-ID: <200603312025.k2VKPdbj014040@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-31 20:25:39 UTC XORP CVS repository Modified files: . BUILD_NOTES Log message: * Add a build note about Linux Fedora Core5. * Update a note about building with gcc-4.0.x. Revision Changes Path 1.50 +8 -3; commitid: 369a442d901b7ea6; xorp/BUILD_NOTES From pavlin@icir.org Fri Mar 31 20:26:00 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Fri, 31 Mar 2006 20:26:00 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp Message-ID: <200603312026.k2VKQ05N014083@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-31 20:26:00 UTC XORP CVS repository Modified files: . RELEASE_NOTES Log message: Add a release note that now XORP now builds on Linux Fedora Core5. Revision Changes Path 1.107 +2 -2; commitid: 36ea442d90507ea6; xorp/RELEASE_NOTES From pavlin@icir.org Fri Mar 31 22:53:46 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Fri, 31 Mar 2006 22:53:46 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp xorp/config Message-ID: <200603312253.k2VMrkdq015562@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-31 22:53:46 UTC XORP CVS repository Modified files: . config.h.in configure configure.in config acipmrt.m4 acipv4.m4 Log message: Add "./configure" support for DragonFlyBSD (http://www.dragonflybsd.org): * Conditionally define HOST_OS_DRAGONFLYBSD if the OS is DragonFlyBSD. * When checking for , check for as well. Apparently, DragonFlyBSD (as per version 1.4) has moved to . Hopefully, in the future it will be back to its appropriate location. Revision Changes Path 1.57 +6 -0; commitid: 3c5e442db1c67ea6; xorp/config.h.in 1.2 +24 -2; commitid: 3c5e442db1c67ea6; xorp/config/acipmrt.m4 1.6 +10 -1; commitid: 3c5e442db1c67ea6; xorp/config/acipv4.m4 1.182 +464 -2; commitid: 3c5e442db1c67ea6; xorp/configure 1.159 +12 -2; commitid: 3c5e442db1c67ea6; xorp/configure.in From pavlin@icir.org Fri Mar 31 23:04:27 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Fri, 31 Mar 2006 23:04:27 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/mrt/include Message-ID: <200603312304.k2VN4Rm1015697@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-31 23:04:27 UTC XORP CVS repository Modified files: mrt/include ip_mroute.h Log message: Conditionally include for DragonFlyBSD. Revision Changes Path 1.15 +12 -1; commitid: 3d38442db5687ea6; xorp/mrt/include/ip_mroute.h From pavlin@icir.org Fri Mar 31 23:50:37 2006 From: pavlin@icir.org (Pavlin Radoslavov) Date: Fri, 31 Mar 2006 23:50:37 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp Message-ID: <200603312350.k2VNob06016134@xorpc.icir.org> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp Changes by: pavlin@xorpc.icir.org 2006-03-31 23:50:37 UTC XORP CVS repository Modified files: . ERRATA Log message: * Add an ERRATA node for Linux if an interface has more than one IPv4 addresses and primary IPv4 address is deleted. * Minor cleanup. Revision Changes Path 1.30 +14 -4; commitid: 3ec6442dbfe57ea6; xorp/ERRATA