From jtc at icir.org Mon Dec 1 11:28:05 2008 From: jtc at icir.org (JT Conklin) Date: Mon, 1 Dec 2008 19:28:05 GMT Subject: [Xorp-cvs] XORP cvs commit: www www/scripts Message-ID: <200812011928.mB1JS57C021990@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: www Changes by: jtc at chum.icir.org 2008-12-01 19:28:05 UTC XORP CVS repository Modified files: . about.html advisories.html architecture.html contributing.html cvs.html design_docs.html downloads.html empty.html faq.html getting_started.html index.html license.html livecd.html mailing_lists.html mirror_operation.html mirrors.html news.html papers.html people.html porting.html roadmap.html snmp.html xorp_vision.html scripts XorpOrgGenerator.py Added files: . favicon.ico Log message: Add support for favicon. Should reduce the amount of errors in the server logs. Revision Changes Path 1.11 +2 -1; commitid: 558e49343a9841a7; www/about.html 1.14 +2 -1; commitid: 558e49343a9841a7; www/advisories.html 1.7 +2 -1; commitid: 558e49343a9841a7; www/architecture.html 1.45 +2 -1; commitid: 558e49343a9841a7; www/contributing.html 1.43 +2 -1; commitid: 558e49343a9841a7; www/cvs.html 1.34 +2 -1; commitid: 558e49343a9841a7; www/design_docs.html 1.88 +2 -1; commitid: 558e49343a9841a7; www/downloads.html 1.27 +2 -1; commitid: 558e49343a9841a7; www/empty.html 1.39 +2 -1; commitid: 558e49343a9841a7; www/faq.html 1.1 +13 -0 www/favicon.ico (new) 1.88 +2 -1; commitid: 558e49343a9841a7; www/getting_started.html 1.93 +2 -1; commitid: 558e49343a9841a7; www/index.html 1.42 +2 -1; commitid: 558e49343a9841a7; www/license.html 1.71 +2 -1; commitid: 558e49343a9841a7; www/livecd.html 1.33 +2 -1; commitid: 558e49343a9841a7; www/mailing_lists.html 1.21 +2 -1; commitid: 558e49343a9841a7; www/mirror_operation.html 1.59 +2 -1; commitid: 558e49343a9841a7; www/mirrors.html 1.75 +2 -1; commitid: 558e49343a9841a7; www/news.html 1.31 +2 -1; commitid: 558e49343a9841a7; www/papers.html 1.42 +2 -1; commitid: 558e49343a9841a7; www/people.html 1.25 +2 -1; commitid: 558e49343a9841a7; www/porting.html 1.32 +2 -1; commitid: 558e49343a9841a7; www/roadmap.html 1.23 +4 -3; commitid: 558e49343a9841a7; www/scripts/XorpOrgGenerator.py 1.25 +2 -1; commitid: 558e49343a9841a7; www/snmp.html 1.26 +2 -1; commitid: 558e49343a9841a7; www/xorp_vision.html From pavlin at icir.org Mon Dec 1 12:22:15 2008 From: pavlin at icir.org (Pavlin Radoslavov) Date: Mon, 1 Dec 2008 20:22:15 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp Message-ID: <200812012022.mB1KMFju022464@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: pavlin at chum.icir.org 2008-12-01 20:22:15 UTC XORP CVS repository Modified files: . RELEASE_NOTES Log message: Added VRRP to the release notes for the next 1.6 release. Revision Changes Path 1.224 +4 -1; commitid: 579c4934475341a7; xorp/RELEASE_NOTES From jtc at icir.org Mon Dec 1 13:02:38 2008 From: jtc at icir.org (JT Conklin) Date: Mon, 1 Dec 2008 21:02:38 GMT Subject: [Xorp-cvs] XORP cvs commit: www Message-ID: <200812012102.mB1L2cm5022752@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: www Changes by: jtc at chum.icir.org 2008-12-01 21:02:38 UTC XORP CVS repository Modified files: . favicon.ico Log message: Use 16x16 instead of 32x32 icon. Revision Changes Path 1.2 +3 -13; commitid: 58c9493450df41a7; www/favicon.ico From jtc at icir.org Thu Dec 4 15:55:06 2008 From: jtc at icir.org (JT Conklin) Date: Thu, 4 Dec 2008 23:55:06 GMT Subject: [Xorp-cvs] XORP cvs commit: www www/html_src Message-ID: <200812042355.mB4Nt6hE066295@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: www Changes by: jtc at chum.icir.org 2008-12-04 23:55:06 UTC XORP CVS repository Modified files: . mirror_operation.html html_src mirror_operation.html Log message: Update mirror disk size requirements to reflect size as of the 1.5 release. Revision Changes Path 1.5 +1 -1; commitid: 102b449386d9341a7; www/html_src/mirror_operation.html 1.22 +2 -2; commitid: 102b449386d9341a7; www/mirror_operation.html From atanu at icir.org Thu Dec 4 18:02:07 2008 From: atanu at icir.org (Atanu Ghosh) Date: Fri, 5 Dec 2008 02:02:07 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/bgp Message-ID: <200812050202.mB5227wh067387@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: atanu at chum.icir.org 2008-12-05 02:02:07 UTC XORP CVS repository Modified files: bgp packet.hh update_packet.cc Log message: If BGP receives an update packet with a nexthop that belongs to one of its interfaces then it should drop the packet. The code if it detects this condition throws an exception of type "UnusableMessage". Although the calling code caught this exception the constructor for "UpdatePacket" did not declare that it would throw this exception so the exception was not caught. Declaring that this exception is being thrown fixes the problem. Bugzilla URL: http://bugzilla.xorp.org/bugzilla/show_bug.cgi?id=835 Revision Changes Path 1.50 +2 -2; commitid: 1072049388b9e41a7; xorp/bgp/packet.hh 1.50 +2 -2; commitid: 1072049388b9e41a7; xorp/bgp/update_packet.cc From paulz at icir.org Fri Dec 5 14:24:00 2008 From: paulz at icir.org (Paul Zeldin) Date: Fri, 5 Dec 2008 22:24:00 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/bgp Message-ID: <200812052224.mB5MO0Zj077631@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: paulz at chum.icir.org 2008-12-05 22:24:00 UTC XORP CVS repository Modified files: bgp peer_handler_debug.cc Log message: Correct fprintf call include format argument, to satisfy gcc 4.3.2 Revision Changes Path 1.17 +3 -3; commitid: 12f284939a9be41a7; xorp/bgp/peer_handler_debug.cc From jtc at icir.org Fri Dec 5 17:31:51 2008 From: jtc at icir.org (JT Conklin) Date: Sat, 6 Dec 2008 01:31:51 GMT Subject: [Xorp-cvs] XORP cvs commit: www Message-ID: <200812060131.mB61Vp88079214@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: www Changes by: jtc at chum.icir.org 2008-12-06 01:31:51 UTC XORP CVS repository Added files: . robots.txt Log message: Add robots.txt that allows everything to be spidered. Mainly to avoid entries in the *-error_log about robots.txt not existing. Revision Changes Path 1.1 +2 -0 www/robots.txt (new) From pavlin at icir.org Fri Dec 5 22:01:34 2008 From: pavlin at icir.org (Pavlin Radoslavov) Date: Sat, 6 Dec 2008 06:01:34 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp Message-ID: <200812060601.mB661YVZ081360@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: pavlin at chum.icir.org 2008-12-06 06:01:34 UTC XORP CVS repository Modified files: . ERRATA Log message: Described a work around solution for a potential "gmake check" build issue in the mibs directory (on Ubuntu Linux). Bugzilla URL: http://bugzilla.xorp.org/bugzilla/show_bug.cgi?id=783 Bug found by: Nithya Chandrakesan Submitted by: Paul Zeldin Revision Changes Path 1.47 +23 -1; commitid: 13d8c493a14d941a7; xorp/ERRATA From pavlin at icir.org Fri Dec 5 22:33:37 2008 From: pavlin at icir.org (Pavlin Radoslavov) Date: Sat, 6 Dec 2008 06:33:37 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp Message-ID: <200812060633.mB66XbD3081624@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: pavlin at chum.icir.org 2008-12-06 06:33:37 UTC XORP CVS repository Modified files: . BUILD_NOTES Log message: Added information about the optional packages to install on Red Hat for SNMP support. Bugzilla URL: http://bugzilla.xorp.org/bugzilla/show_bug.cgi?id=765 Submitted by: Nithya Chandrakesan Revision Changes Path 1.112 +6 -5; commitid: 13eb4493a1c2541a7; xorp/BUILD_NOTES From pavlin at icir.org Sat Dec 6 10:26:50 2008 From: pavlin at icir.org (Pavlin Radoslavov) Date: Sat, 6 Dec 2008 18:26:50 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/mibs Message-ID: <200812061826.mB6IQo7c089371@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: pavlin at chum.icir.org 2008-12-06 18:26:50 UTC XORP CVS repository Modified files: mibs configure configure.in Log message: Return an error if the user runs ./configure --with-snmp but net-snmp is not installed. This fixes Bugzilla entry 838. Bugzilla URL: http://bugzilla.xorp.org/bugzilla/show_bug.cgi?id=838 Approved by: Syed Khalid Revision Changes Path 1.73 +10 -4; commitid: 15d02493ac39841a7; xorp/mibs/configure 1.34 +8 -4; commitid: 15d02493ac39841a7; xorp/mibs/configure.in From jtc at icir.org Mon Dec 8 13:31:01 2008 From: jtc at icir.org (JT Conklin) Date: Mon, 8 Dec 2008 21:31:01 GMT Subject: [Xorp-cvs] XORP cvs commit: www Message-ID: <200812082131.mB8LV1YG017744@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: www Changes by: jtc at chum.icir.org 2008-12-08 21:31:01 UTC XORP CVS repository Modified files: . robots.txt Log message: Yahoo's robot is stupid and tries to download our LiveCD images (it has already done it 4-5 times since we cut over to the new hosted server). Revision Changes Path 1.2 +3 -0; commitid: 451c493d917941a7; www/robots.txt From jtc at icir.org Mon Dec 8 13:33:20 2008 From: jtc at icir.org (JT Conklin) Date: Mon, 8 Dec 2008 21:33:20 GMT Subject: [Xorp-cvs] XORP cvs commit: www Message-ID: <200812082133.mB8LXKT6017806@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: www Changes by: jtc at chum.icir.org 2008-12-08 21:33:20 UTC XORP CVS repository Modified files: . robots.txt Log message: Forgot trailing $ in Disallow pattern. Revision Changes Path 1.3 +1 -1; commitid: 456a493d927f41a7; www/robots.txt From jtc at icir.org Mon Dec 8 16:01:15 2008 From: jtc at icir.org (JT Conklin) Date: Tue, 9 Dec 2008 00:01:15 GMT Subject: [Xorp-cvs] XORP cvs commit: www www/html_src www/scripts Message-ID: <200812090001.mB901Fwx019143@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: www Changes by: jtc at chum.icir.org 2008-12-09 00:01:15 UTC XORP CVS repository Modified files: . about.html advisories.html architecture.html contributing.html cvs.html design_docs.html downloads.html empty.html faq.html getting_started.html index.html license.html livecd.html mailing_lists.html mirror_operation.html mirrors.html news.html papers.html people.html porting.html roadmap.html snmp.html xorp_vision.html html_src downloads.html faq.html scripts XorpOrgGenerator.py Log message: Change http://bugzilla.xorp.org/bugzilla/ to just http://bugzill.xorp.org/. Change download links for 1.5 to support http and bittorrent downloads. Revision Changes Path 1.12 +2 -2; commitid: 4a2f493db49e41a7; www/about.html 1.15 +2 -2; commitid: 4a2f493db49e41a7; www/advisories.html 1.8 +2 -2; commitid: 4a2f493db49e41a7; www/architecture.html 1.46 +2 -2; commitid: 4a2f493db49e41a7; www/contributing.html 1.44 +2 -2; commitid: 4a2f493db49e41a7; www/cvs.html 1.35 +2 -2; commitid: 4a2f493db49e41a7; www/design_docs.html 1.89 +9 -4; commitid: 4a2f493db49e41a7; www/downloads.html 1.28 +2 -2; commitid: 4a2f493db49e41a7; www/empty.html 1.40 +5 -4; commitid: 4a2f493db49e41a7; www/faq.html 1.89 +2 -2; commitid: 4a2f493db49e41a7; www/getting_started.html 1.53 +7 -2; commitid: 4a2f493db49e41a7; www/html_src/downloads.html 1.11 +2 -2; commitid: 4a2f493db49e41a7; www/html_src/faq.html 1.94 +2 -2; commitid: 4a2f493db49e41a7; www/index.html 1.43 +2 -2; commitid: 4a2f493db49e41a7; www/license.html 1.72 +2 -2; commitid: 4a2f493db49e41a7; www/livecd.html 1.34 +2 -2; commitid: 4a2f493db49e41a7; www/mailing_lists.html 1.23 +1 -1; commitid: 4a2f493db49e41a7; www/mirror_operation.html 1.60 +2 -2; commitid: 4a2f493db49e41a7; www/mirrors.html 1.76 +2 -2; commitid: 4a2f493db49e41a7; www/news.html 1.32 +2 -2; commitid: 4a2f493db49e41a7; www/papers.html 1.43 +2 -2; commitid: 4a2f493db49e41a7; www/people.html 1.26 +2 -2; commitid: 4a2f493db49e41a7; www/porting.html 1.33 +2 -2; commitid: 4a2f493db49e41a7; www/roadmap.html 1.24 +3 -3; commitid: 4a2f493db49e41a7; www/scripts/XorpOrgGenerator.py 1.26 +2 -2; commitid: 4a2f493db49e41a7; www/snmp.html 1.27 +2 -2; commitid: 4a2f493db49e41a7; www/xorp_vision.html From jtc at icir.org Mon Dec 8 16:04:59 2008 From: jtc at icir.org (JT Conklin) Date: Tue, 9 Dec 2008 00:04:59 GMT Subject: [Xorp-cvs] XORP cvs commit: www www/html_src Message-ID: <200812090004.mB904x9Z019243@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: www Changes by: jtc at chum.icir.org 2008-12-09 00:04:59 UTC XORP CVS repository Modified files: . downloads.html html_src downloads.html Log message: Fix missing trailing " in links. Revision Changes Path 1.90 +3 -3; commitid: 4b01493db61b41a7; www/downloads.html 1.54 +2 -2; commitid: 4b01493db61b41a7; www/html_src/downloads.html From jtc at icir.org Mon Dec 8 16:08:17 2008 From: jtc at icir.org (JT Conklin) Date: Tue, 9 Dec 2008 00:08:17 GMT Subject: [Xorp-cvs] XORP cvs commit: www www/html_src Message-ID: <200812090008.mB908HaL019364@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: www Changes by: jtc at chum.icir.org 2008-12-09 00:08:17 UTC XORP CVS repository Modified files: . downloads.html html_src downloads.html Log message: Need http:// on bittorent links, otherwise they get interpreted as a redirect. Revision Changes Path 1.91 +4 -4; commitid: 4b7a493db6c441a7; www/downloads.html 1.55 +4 -4; commitid: 4b7a493db6c441a7; www/html_src/downloads.html From atanu at icir.org Tue Dec 9 15:39:01 2008 From: atanu at icir.org (Atanu Ghosh) Date: Tue, 9 Dec 2008 23:39:01 GMT Subject: [Xorp-cvs] XORP cvs commit: data/bgp xorp/bgp/harness Message-ID: <200812092339.mB9Nd1FE037213@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: atanu at chum.icir.org 2008-12-09 23:39:01 UTC XORP CVS repository Modified files: bgp/harness Makefile.am Makefile.in Added files: bgp bug837.mrtd bgp/harness test_peering3.sh Log message: Added a capture file bgp837.mrtd that contains the routes generated by the IXIA. Add a test program to test_peering3.sh that demonstrates BGP failing. To reproduce the problem: 1) cd xorp/bgp/harness 2) ./test_peering3.sh -b Once the problem is fixed move test1 from TESTS_NOT_FIXED to TESTS, which will cause this test to be run by "gmake check". Bugzilla URL: http://bugzilla.xorp.org/bugzilla/show_bug.cgi?id=837 Revision Changes Path 1.1 +357 -0 data/bgp/bug837.mrtd (new) 1.24 +2 -1; commitid: 912d493f019441a7; xorp/bgp/harness/Makefile.am 1.52 +19 -18; commitid: 912d493f019441a7; xorp/bgp/harness/Makefile.in 1.1 +274 -0 xorp/bgp/harness/test_peering3.sh (new) From jtc at icir.org Wed Dec 10 10:50:19 2008 From: jtc at icir.org (JT Conklin) Date: Wed, 10 Dec 2008 18:50:19 GMT Subject: [Xorp-cvs] XORP cvs commit: www www/html_src Message-ID: <200812101850.mBAIoJdM047902@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: www Changes by: jtc at chum.icir.org 2008-12-10 18:50:19 UTC XORP CVS repository Modified files: . livecd.html html_src livecd.html Log message: Add support for LiveCD downloads via bittorrent. Revision Changes Path 1.39 +8 -4; commitid: bade49400f5b41a7; www/html_src/livecd.html 1.73 +9 -5; commitid: bade49400f5b41a7; www/livecd.html From jtc at icir.org Wed Dec 10 10:53:45 2008 From: jtc at icir.org (JT Conklin) Date: Wed, 10 Dec 2008 18:53:45 GMT Subject: [Xorp-cvs] XORP cvs commit: www www/html_src Message-ID: <200812101853.mBAIrjIQ047997@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: www Changes by: jtc at chum.icir.org 2008-12-10 18:53:45 UTC XORP CVS repository Modified files: . livecd.html html_src livecd.html Log message: Tweak html to remove extraneous space in download choice list. Revision Changes Path 1.40 +4 -4; commitid: bb4a4940101e41a7; www/html_src/livecd.html 1.74 +5 -5; commitid: bb4a4940101e41a7; www/livecd.html From mjh at icir.org Thu Dec 11 13:05:59 2008 From: mjh at icir.org (Mark Handley) Date: Thu, 11 Dec 2008 21:05:59 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/bgp Message-ID: <200812112105.mBBL5xCJ060893@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: mjh at chum.icir.org 2008-12-11 21:05:59 UTC XORP CVS repository Modified files: bgp attribute_manager.cc path_attribute.cc path_attribute.hh Log message: Fix for integer overflow bug in reference counts on path attribute lists. Bugzilla URL: http://bugzilla.xorp.org/bugzilla/show_bug.cgi?id=837 Bug found by: Syed Approved by: Syed Revision Changes Path 1.19 +12 -12; commitid: eda54941804d41a7; xorp/bgp/attribute_manager.cc 1.100 +4 -4; commitid: eda54941804d41a7; xorp/bgp/path_attribute.cc 1.54 +25 -2; commitid: eda54941804d41a7; xorp/bgp/path_attribute.hh From pavlin at icir.org Thu Dec 11 17:56:18 2008 From: pavlin at icir.org (Pavlin Radoslavov) Date: Fri, 12 Dec 2008 01:56:18 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/etc/templates Message-ID: <200812120156.mBC1uIBa063478@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: pavlin at chum.icir.org 2008-12-12 01:56:18 UTC XORP CVS repository Modified files: etc/templates policy.cmds Log message: * Bug fix: all "show policy" commands now depend on the policy manager, so they won't be available if the policy manager is not running. * Fix the help strings This fixes the "show policy" issue in Bugzilla entry 833. Bugzilla URL: http://bugzilla.xorp.org/bugzilla/show_bug.cgi?id=833 Approved by: Syed Khalid Revision Changes Path 1.3 +22 -11; commitid: f7b54941c39041a7; xorp/etc/templates/policy.cmds From jtc at icir.org Mon Dec 15 14:34:27 2008 From: jtc at icir.org (JT Conklin) Date: Mon, 15 Dec 2008 22:34:27 GMT Subject: [Xorp-cvs] XORP cvs commit: www www/html_src Message-ID: <200812152234.mBFMYRQb012272@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: www Changes by: jtc at chum.icir.org 2008-12-15 22:34:27 UTC XORP CVS repository Modified files: . mirrors.html html_src mirrors.html Log message: Update entries for www7 mirror. Revision Changes Path 1.41 +1 -1; commitid: 2fc64946db6641a7; www/html_src/mirrors.html 1.61 +2 -2; commitid: 2fc64946db6641a7; www/mirrors.html From atanu at icir.org Mon Dec 15 18:59:40 2008 From: atanu at icir.org (Atanu Ghosh) Date: Tue, 16 Dec 2008 02:59:40 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/ospf Message-ID: <200812160259.mBG2xeSW015437@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: atanu at chum.icir.org 2008-12-16 02:59:40 UTC XORP CVS repository Modified files: ospf area_router.cc Log message: If the designated router crashes then its Network-LSA will be sent back to it when it restarts, the protocol requires that this old Network-LSA is responded to by a MaxAge LSA. If OSPF received a MaxAge LSA while any of its neighbours were in state EXCHANGE or LOADING then OSPF would send the MaxAge LSA straight back, in other states the MaxAge LSA would be delay acked and the LSA would be dropped. The behaviours described above meant that when an adjacency was being formed a received MaxAge LSA would immediately be responded to by a MaxAge LSA, causing a continious flow of update packets. When in state EXCHANGE or LOADING an incoming MaxAge LSA is now ignored and the add_lsa has an ASSERT to make sure that a MaxAge LSA cannot be stored in the LSA database. Bugzilla URL: http://bugzilla.xorp.org/bugzilla/show_bug.cgi?id=785 Revision Changes Path 1.301 +14 -1; commitid: 3c344947199b41a7; xorp/ospf/area_router.cc From mjh at icir.org Tue Dec 16 06:23:20 2008 From: mjh at icir.org (Mark Handley) Date: Tue, 16 Dec 2008 14:23:20 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/bgp xorp/bgp/harness Message-ID: <200812161423.mBGENKjM020915@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: mjh at chum.icir.org 2008-12-16 14:23:20 UTC XORP CVS repository Modified files: bgp plumbing.cc bgp/harness test_routing1.sh Log message: Remove unneeded cache table after Decision. Don't strip MEDs if we're sending to an IBGP or IBGP_CLIENT peer. Bugzilla URL: Fixes bugs 844 and 834 Approved by: Syed Revision Changes Path 1.28 +2 -2; commitid: 51894947b9c141a7; xorp/bgp/harness/test_routing1.sh 1.110 +14 -12; commitid: 51894947b9c141a7; xorp/bgp/plumbing.cc From atanu at icir.org Tue Dec 16 10:20:55 2008 From: atanu at icir.org (Atanu Ghosh) Date: Tue, 16 Dec 2008 18:20:55 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/ospf Message-ID: <200812161820.mBGIKtWt022768@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: atanu at chum.icir.org 2008-12-16 18:20:55 UTC XORP CVS repository Modified files: ospf area_router.cc Log message: Remove an XLOG_ASSERT that is too aggressive and correct a comment. Bugzilla URL: http://bugzilla.xorp.org/bugzilla/show_bug.cgi?id=785 Revision Changes Path 1.302 +4 -7; commitid: 58d74947f18641a7; xorp/ospf/area_router.cc From atanu at icir.org Tue Dec 16 10:22:22 2008 From: atanu at icir.org (Atanu Ghosh) Date: Tue, 16 Dec 2008 18:22:22 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/ospf Message-ID: <200812161822.mBGIMMki022827@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: atanu at chum.icir.org 2008-12-16 18:22:22 UTC XORP CVS repository Modified files: ospf area_router.cc Log message: Inadvertently left on debugging. Bugzilla URL: http://bugzilla.xorp.org/bugzilla/show_bug.cgi?id=785 Revision Changes Path 1.303 +3 -3; commitid: 59124947f1dd41a7; xorp/ospf/area_router.cc From jtc at icir.org Tue Dec 16 11:09:26 2008 From: jtc at icir.org (JT Conklin) Date: Tue, 16 Dec 2008 19:09:26 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/docs/kdoc Message-ID: <200812161909.mBGJ9Qji023306@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: jtc at chum.icir.org 2008-12-16 19:09:26 UTC XORP CVS repository Modified files: docs/kdoc gen-kdoc.sh Log message: Add kdoc_vrrp() function for vrrp documentation generation. Bugzilla URL: http://bugzilla.xorp.org/bugzilla/show_bug.cgi?id=852 Revision Changes Path 1.30 +17 -2; commitid: 5af34947fc1e41a7; xorp/docs/kdoc/gen-kdoc.sh From atanu at icir.org Tue Dec 16 11:37:48 2008 From: atanu at icir.org (Atanu Ghosh) Date: Tue, 16 Dec 2008 19:37:48 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/ospf Message-ID: <200812161937.mBGJbmAt023622@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: atanu at chum.icir.org 2008-12-16 19:37:48 UTC XORP CVS repository Modified files: ospf area_router.cc Log message: Correct the comment associated with this fix. Bugzilla URL: http://bugzilla.xorp.org/bugzilla/show_bug.cgi?id=785 Revision Changes Path 1.304 +16 -8; commitid: 5c2d4948038a41a7; xorp/ospf/area_router.cc From pavlin at icir.org Tue Dec 16 11:45:52 2008 From: pavlin at icir.org (Pavlin Radoslavov) Date: Tue, 16 Dec 2008 19:45:52 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/bgp/harness Message-ID: <200812161945.mBGJjqPJ023838@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: pavlin at chum.icir.org 2008-12-16 19:45:52 UTC XORP CVS repository Modified files: bgp/harness Makefile.in Log message: Re-generated the auto-generated Makefile.in by using the default automake-1.10 version (as the rest of the XORP Makefile.in files) instead of automake-1.10.1 . Revision Changes Path 1.53 +12 -13; commitid: 5cea4948050c41a7; xorp/bgp/harness/Makefile.in From mjh at icir.org Tue Dec 16 15:55:41 2008 From: mjh at icir.org (Mark Handley) Date: Tue, 16 Dec 2008 23:55:41 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/bgp Message-ID: <200812162355.mBGNtfvs025763@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: mjh at chum.icir.org 2008-12-16 23:55:41 UTC XORP CVS repository Modified files: bgp bgp_varrw_export.cc bgp_varrw_export.hh plumbing.cc Log message: Fix copyright notice/license. Change to comments only; no code change. Bugzilla URL: 851 Bug found by: Pavlin Revision Changes Path 1.11 +15 -10; commitid: 645e49483fba41a7; xorp/bgp/bgp_varrw_export.cc 1.9 +15 -11; commitid: 645e49483fba41a7; xorp/bgp/bgp_varrw_export.hh 1.111 +15 -10; commitid: 645e49483fba41a7; xorp/bgp/plumbing.cc From pavlin at ICSI.Berkeley.EDU Tue Dec 16 16:14:55 2008 From: pavlin at ICSI.Berkeley.EDU (Pavlin Radoslavov) Date: Tue, 16 Dec 2008 16:14:55 -0800 Subject: [Xorp-cvs] XORP cvs commit: xorp/bgp In-Reply-To: <200812162355.mBGNtfvs025763@chum.icir.org> References: <200812162355.mBGNtfvs025763@chum.icir.org> Message-ID: <200812170014.mBH0EtPr012435@fruitcake.ICSI.Berkeley.EDU> To give the credit where it is due, the bug was discovered by Andrea, but I forgot to mention it in the Bugzilla entry itself (now corrected). I am just the messenger... Pavlin Mark Handley wrote: > CVSROOT: /usr/local/www/data/cvs > Module name: xorp > Changes by: mjh at chum.icir.org 2008-12-16 23:55:41 UTC > > XORP CVS repository > > > Modified files: > bgp bgp_varrw_export.cc bgp_varrw_export.hh plumbing.cc > > Log message: > Fix copyright notice/license. > > Change to comments only; no code change. > > Bugzilla URL: 851 > Bug found by: Pavlin > > Revision Changes Path > 1.11 +15 -10; commitid: 645e49483fba41a7; xorp/bgp/bgp_varrw_export.cc > 1.9 +15 -11; commitid: 645e49483fba41a7; xorp/bgp/bgp_varrw_export.hh > 1.111 +15 -10; commitid: 645e49483fba41a7; xorp/bgp/plumbing.cc > > _______________________________________________ > Xorp-cvs mailing list > Xorp-cvs at icir.org > http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-cvs From mjh at icir.org Tue Dec 16 17:29:23 2008 From: mjh at icir.org (Mark Handley) Date: Wed, 17 Dec 2008 01:29:23 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/bgp Message-ID: <200812170129.mBH1TNYl026612@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: mjh at chum.icir.org 2008-12-17 01:29:23 UTC XORP CVS repository Modified files: bgp peer_handler.cc Log message: Fix for bug 844: BGP incorrectly applies filters different NLRIs from one update message. Bugzilla URL: 844 Bug found by: Mark Approved by: Syed Revision Changes Path 1.51 +6 -8; commitid: 67dd4948558541a7; xorp/bgp/peer_handler.cc From jtc at icir.org Wed Dec 17 13:38:32 2008 From: jtc at icir.org (JT Conklin) Date: Wed, 17 Dec 2008 21:38:32 GMT Subject: [Xorp-cvs] XORP cvs commit: www www/html_src Message-ID: <200812172138.mBHLcWwt036984@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: www Changes by: jtc at chum.icir.org 2008-12-17 21:38:32 UTC XORP CVS repository Modified files: . cvs.html html_src cvs.html Log message: The prefered CVSROOT for developers is now cvs.xorp.org:/cvsroot. Revision Changes Path 1.45 +2 -2; commitid: 904e4949713f41a7; www/cvs.html 1.8 +1 -1; commitid: 904e4949713f41a7; www/html_src/cvs.html From jtc at icir.org Wed Dec 17 13:58:28 2008 From: jtc at icir.org (JT Conklin) Date: Wed, 17 Dec 2008 21:58:28 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/devnotes Message-ID: <200812172158.mBHLwSkR037179@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: jtc at chum.icir.org 2008-12-17 21:58:28 UTC XORP CVS repository Modified files: devnotes update_cvsroot.sh Log message: Changed cvs root from cvs.xorp.org:/usr/local/www/data/cvs to cvs.xorp.org:/cvsroot. Through the magic of symlinks, the former will continue to work, but the latter is now preferred. Revision Changes Path 1.5 +2 -2; commitid: 90fa4949748241a7; xorp/devnotes/update_cvsroot.sh From abittau at icir.org Wed Dec 17 18:06:57 2008 From: abittau at icir.org (Andrea Bittau) Date: Thu, 18 Dec 2008 02:06:57 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/fea/data_plane/ifconfig Message-ID: <200812180206.mBI26vVK039375@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: abittau at chum.icir.org 2008-12-18 02:06:57 UTC XORP CVS repository Modified files: fea/data_plane/ifconfig ifconfig_set_netlink_socket.cc ifconfig_set_netlink_socket.hh Log message: Partly tackle 839 [well, this is a sub-problem]. When having to change the interface status (i.e., bring iface up / down) in order to accomplish some other task (e.g., change MAC), we try to hide the transient state of the interface being down. In other words, after changing the MAC address the interface has to always stay up at all times, and not temporarily going down and back up. Before we would change the MAC, and at some time in the future, when the netlink observer receives the event that we actually put the iface down, the iface would go down temporarily. This could break stuff as applications assume that the iface is up (changing MAC should not bring it down). Here's a comment I had in the code regarding wait_interface_status(), but I think that putting it here is more appropriate: // We need this to avoid nasty races, which are best explained with an example. // On Linux, to change MAC address, you need to bring the interface down and up. // Logically though, changing a MAC shouldn't change the interface status, so // upper layers should be free to TX/RX on that interface without interruptions. // // Consider the following events: // 1) Get change of MAC XRL. // 2) interface down. (Note, configuration still thinks interface is UP because // we update status only when receiving netlink events from the kernel.) // 3) change mac. // 4) interface up. // 5) Notify completion of change MAC XRL. // 6) Kernel tells us via netlink that interface status went down [step 2]. // 7) Get raw_send XRL. // 8) raw_send XRL fails because we think interface is down. // 9) Kernel tells us via netlink that interface status went up [step 4]. // This actually occurs in practice (VRRP changes MAC and sends an ARP right // away). To avoid this we need to "hide" the fact that the interface is // toggled up / down. Or, what we do here, is make it synchronous and complete // the XRL only when we get message #9 and know that the interface will remain // up. -sorbo Bugzilla URL: http://bugzilla.xorp.org/bugzilla/show_bug.cgi?id=839 Revision Changes Path 1.25 +29 -1; commitid: 99b04949b01a41a7; xorp/fea/data_plane/ifconfig/ifconfig_set_netlink_socket.cc 1.14 +10 -1; commitid: 99b04949b01a41a7; xorp/fea/data_plane/ifconfig/ifconfig_set_netlink_socket.hh From abittau at icir.org Wed Dec 17 18:08:29 2008 From: abittau at icir.org (Andrea Bittau) Date: Thu, 18 Dec 2008 02:08:29 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/docs/user_manual Message-ID: <200812180208.mBI28TXA039422@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: abittau at chum.icir.org 2008-12-18 02:08:29 UTC XORP CVS repository Modified files: docs/user_manual vrrp.tex Log message: Fix VRRP IP syntax in manual. Bug #841. Bugzilla URL: http://bugzilla.xorp.org/bugzilla/show_bug.cgi?id=841 Revision Changes Path 1.2 +2 -3; commitid: 99e74949b08841a7; xorp/docs/user_manual/vrrp.tex From abittau at icir.org Wed Dec 17 18:11:04 2008 From: abittau at icir.org (Andrea Bittau) Date: Thu, 18 Dec 2008 02:11:04 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/vrrp Message-ID: <200812180211.mBI2B4iO039521@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: abittau at chum.icir.org 2008-12-18 02:11:04 UTC XORP CVS repository Modified files: vrrp vrrp_target.cc vrrp_vif.cc vrrp_vif.hh Log message: Handle TX errors rather than bailing. Now TX errors are handler per-interface. On an error, the interface is shut down. Previously the whole of VRRP would die. This allows the admin to bring interfaces down & up, and vrrp will continue to work. Revision Changes Path 1.15 +6 -5; commitid: 9a394949b12a41a7; xorp/vrrp/vrrp_target.cc 1.11 +14 -1; commitid: 9a394949b12a41a7; xorp/vrrp/vrrp_vif.cc 1.9 +10 -1; commitid: 9a394949b12a41a7; xorp/vrrp/vrrp_vif.hh From abittau at icir.org Thu Dec 18 03:13:59 2008 From: abittau at icir.org (Andrea Bittau) Date: Thu, 18 Dec 2008 11:13:59 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/libproto Message-ID: <200812181113.mBIBDxv4044018@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: abittau at chum.icir.org 2008-12-18 11:13:59 UTC XORP CVS repository Modified files: libproto packet.hh Log message: kdoc for ARP header Revision Changes Path 1.22 +76 -1; commitid: abdb494a306f41a7; xorp/libproto/packet.hh From abittau at icir.org Thu Dec 18 03:34:53 2008 From: abittau at icir.org (Andrea Bittau) Date: Thu, 18 Dec 2008 11:34:53 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/docs/kdoc xorp/vrrp xorp/xrl/interfaces xorp/xrl/targets Message-ID: <200812181134.mBIBYr7I044291@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: abittau at chum.icir.org 2008-12-18 11:34:53 UTC XORP CVS repository Modified files: docs/kdoc gen-kdoc.sh vrrp arpd.hh vrrp.hh vrrp_exception.hh vrrp_interface.hh vrrp_packet.hh vrrp_target.hh vrrp_vif.hh xrl/interfaces vrrp.xif vrrp_xif.hh xrl/targets vrrp.xrls vrrp_base.hh Log message: VRRP kdoc Revision Changes Path 1.31 +2 -3; commitid: aca3494a353f41a7; xorp/docs/kdoc/gen-kdoc.sh 1.5 +56 -1; commitid: aca3494a353f41a7; xorp/vrrp/arpd.hh 1.10 +184 -1; commitid: aca3494a353f41a7; xorp/vrrp/vrrp.hh 1.4 +6 -1; commitid: aca3494a353f41a7; xorp/vrrp/vrrp_exception.hh 1.4 +64 -1; commitid: aca3494a353f41a7; xorp/vrrp/vrrp_interface.hh 1.5 +100 -1; commitid: aca3494a353f41a7; xorp/vrrp/vrrp_packet.hh 1.11 +149 -1; commitid: aca3494a353f41a7; xorp/vrrp/vrrp_target.hh 1.10 +125 -1; commitid: aca3494a353f41a7; xorp/vrrp/vrrp_vif.hh 1.3 +93 -1; commitid: aca3494a353f41a7; xorp/xrl/interfaces/vrrp.xif 1.2 +160 -13; commitid: aca3494a353f41a7; xorp/xrl/interfaces/vrrp_xif.hh 1.2 +122 -1; commitid: aca3494a353f41a7; xorp/xrl/targets/vrrp.xrls 1.2 +146 -1; commitid: aca3494a353f41a7; xorp/xrl/targets/vrrp_base.hh From pavlin at icir.org Thu Dec 18 10:48:44 2008 From: pavlin at icir.org (Pavlin Radoslavov) Date: Thu, 18 Dec 2008 18:48:44 GMT Subject: [Xorp-cvs] XORP cvs commit: CVSROOT Message-ID: <200812181848.mBIImilP047780@chum.icir.org> CVSROOT: /cvsroot Module name: CVSROOT Changes by: pavlin at chum.icir.org 2008-12-18 18:48:44 UTC XORP CVS repository Modified files: . avail tagcheck Log message: Added J.T. Conklin to the cvs_managers, release_manages, and tagcheck users. Revision Changes Path 1.3 +3 -3; commitid: ba85494a9ad241a7; CVSROOT/avail 1.3 +3 -3; commitid: ba85494a9ad241a7; CVSROOT/tagcheck From jtc at icir.org Thu Dec 18 12:29:19 2008 From: jtc at icir.org (JT Conklin) Date: Thu, 18 Dec 2008 20:29:19 GMT Subject: [Xorp-cvs] XORP cvs commit: CVSROOT Message-ID: <200812182029.mBIKTJe2048665@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: CVSROOT Changes by: jtc at chum.icir.org 2008-12-18 20:29:19 UTC XORP CVS repository Modified files: . config readers Added files: . passwd Log message: Set SystemAuth=no in config so that cvs in pserver mode does not use the system password database. Added a passwd file with anoncvs and xorpcvs entries. Changed readers file to include anoncvs. Revision Changes Path 1.9 +2 -2; commitid: bde1494ab14b41a7; CVSROOT/config 1.1 +2 -0 CVSROOT/passwd (new) 1.2 +1 -0; commitid: bde1494ab14b41a7; CVSROOT/readers From atanu at icir.org Thu Dec 18 15:44:57 2008 From: atanu at icir.org (Atanu Ghosh) Date: Thu, 18 Dec 2008 23:44:57 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp Message-ID: <200812182344.mBINivT5050279@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: atanu at chum.icir.org 2008-12-18 23:44:57 UTC XORP CVS repository Modified files: . ERRATA Log message: Add an entry explaining that OSPF will not operate correctly if multiple interfaces have the same IP address. Revision Changes Path 1.48 +10 -1; commitid: c44e494ae07941a7; xorp/ERRATA From abittau at icir.org Thu Dec 18 16:35:26 2008 From: abittau at icir.org (Andrea Bittau) Date: Fri, 19 Dec 2008 00:35:26 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp Message-ID: <200812190035.mBJ0ZQwW050828@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: abittau at chum.icir.org 2008-12-19 00:35:26 UTC XORP CVS repository Modified files: . ERRATA Log message: Document known issues with VRRP. Revision Changes Path 1.49 +22 -1; commitid: c664494aec3941a7; xorp/ERRATA From abittau at icir.org Thu Dec 18 16:45:02 2008 From: abittau at icir.org (Andrea Bittau) Date: Fri, 19 Dec 2008 00:45:02 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp Message-ID: <200812190045.mBJ0j2CL050937@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: abittau at chum.icir.org 2008-12-19 00:45:02 UTC XORP CVS repository Modified files: . RELEASE_NOTES Log message: Add some details about what works in vrrp Revision Changes Path 1.225 +13 -1; commitid: c6db494aee7941a7; xorp/RELEASE_NOTES From pavlin at icir.org Fri Dec 19 15:19:31 2008 From: pavlin at icir.org (Pavlin Radoslavov) Date: Fri, 19 Dec 2008 23:19:31 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp Message-ID: <200812192319.mBJNJV04062993@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: pavlin at chum.icir.org 2008-12-19 23:19:31 UTC XORP CVS repository Modified files: . ERRATA Log message: Update the URL to the firewall-related Netfilter Bugzilla entry. Revision Changes Path 1.50 +2 -2; commitid: f5fa494c2be841a7; xorp/ERRATA From abittau at icir.org Sat Dec 20 00:41:39 2008 From: abittau at icir.org (Andrea Bittau) Date: Sat, 20 Dec 2008 08:41:39 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp Message-ID: <200812200841.mBK8fdsB067468@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: abittau at chum.icir.org 2008-12-20 08:41:39 UTC XORP CVS repository Modified files: . RELEASE_NOTES Log message: Fix type: vrrp interfaces -> vrrp instances Bug found by: Nithya Chandrakesan Revision Changes Path 1.226 +2 -2; commitid: 10775494cafad41a7; xorp/RELEASE_NOTES From atanu at icir.org Tue Dec 23 10:28:31 2008 From: atanu at icir.org (Atanu Ghosh) Date: Tue, 23 Dec 2008 18:28:31 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp Message-ID: <200812231828.mBNISV4l009952@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: atanu at chum.icir.org 2008-12-23 18:28:31 UTC XORP CVS repository Modified files: . RELEASE_NOTES Log message: Add an OSPF entry for bug #785. Bugzilla URL: http://bugzilla.xorp.org/bugzilla/show_bug.cgi?id=785 Approved by: Syed Revision Changes Path 1.227 +7 -3; commitid: 26c749512dce41a7; xorp/RELEASE_NOTES From pavlin at icir.org Tue Dec 23 14:18:08 2008 From: pavlin at icir.org (Pavlin Radoslavov) Date: Tue, 23 Dec 2008 22:18:08 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp Message-ID: <200812232218.mBNMI8YY011793@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: pavlin at chum.icir.org 2008-12-23 22:18:08 UTC XORP CVS repository Modified files: . RELEASE_NOTES Log message: Added release notes for the following components/sections: CONFIGURATION, LIBXORP, LIBXIPC, LIBFEACLIENT, XRL, RTRMGR, RIP/RIPng, STATIC_ROUTES, FIB2MRIB, CLI. Approved by: Andrew Ma (for the RIP/RIPng configuration) Revision Changes Path 1.228 +35 -9; commitid: 2dd74951628541a7; xorp/RELEASE_NOTES From pavlin at icir.org Tue Dec 23 18:03:59 2008 From: pavlin at icir.org (Pavlin Radoslavov) Date: Wed, 24 Dec 2008 02:03:59 GMT Subject: [Xorp-cvs] XORP cvs commit: CVSROOT Message-ID: <200812240203.mBO23xwR013844@chum.icir.org> CVSROOT: /cvsroot Module name: CVSROOT Changes by: pavlin at chum.icir.org 2008-12-24 02:03:59 UTC XORP CVS repository Modified files: . access.core Log message: Added Syed Khalid to the list with CVS commit privileges. Revision Changes Path 1.9 +2 -1; commitid: 35fd4951986a41a7; CVSROOT/access.core From syedk at icir.org Tue Dec 23 18:04:40 2008 From: syedk at icir.org (Syed Khalid) Date: Wed, 24 Dec 2008 02:04:40 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp Message-ID: <200812240204.mBO24eVg013877@chum.icir.org> CVSROOT: /cvsroot Module name: xorp Changes by: syedk at chum.icir.org 2008-12-24 02:04:40 UTC XORP CVS repository Modified files: . RELEASE_NOTES Log message: Add line Revision Changes Path 1.229 +2 -1; commitid: 361e495198a841a7; xorp/RELEASE_NOTES From bms at icir.org Wed Dec 24 06:20:41 2008 From: bms at icir.org (Bruce Simpson) Date: Wed, 24 Dec 2008 14:20:41 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/fea/data_plane/control_socket Message-ID: <200812241420.mBOEKfB9020633@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: bms at chum.icir.org 2008-12-24 14:20:41 UTC XORP CVS repository Modified files: fea/data_plane/control_socket routing_socket_utilities.cc Log message: Add a workaround for the removal of RTF_LLINFO from FreeBSD -CURRENT, where ARP has been moved out of its traditional place in the BSD networking kernel (i.e. the kernel forwarding tables) and into its own set of tables. This should be a no-op change everywhere else, as the FEA only needs to be able to parse the messages -- it does not use the information. This should fix XORP compilation in FreeBSD-CURRENT. Bug found by: FreeBSD ports tinderbox Revision Changes Path 1.20 +3 -1; commitid: 5065495244d041a7; xorp/fea/data_plane/control_socket/routing_socket_utilities.cc From bms at incunabulum.net Wed Dec 24 06:22:54 2008 From: bms at incunabulum.net (Bruce Simpson) Date: Wed, 24 Dec 2008 14:22:54 +0000 Subject: [Xorp-cvs] XORP cvs commit: xorp/fea/data_plane/control_socket In-Reply-To: <200812241420.mBOEKfB9020633@chum.icir.org> References: <200812241420.mBOEKfB9020633@chum.icir.org> Message-ID: <495245BE.7000102@incunabulum.net> Guys, This is a 2 line change which matches a conditional which we already have in fibconfig_table_parse_routing_socket.cc. It fixes the build on a reference platform, so I have checked it straight in. Any questions, give me a shout. thanks BMS From llu at icir.org Wed Dec 24 11:48:40 2008 From: llu at icir.org (Lixin Lu) Date: Wed, 24 Dec 2008 19:48:40 GMT Subject: [Xorp-cvs] XORP cvs commit: other/tinderbox/scripts Message-ID: <200812241948.mBOJmehG023594@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: other Changes by: llu at chum.icir.org 2008-12-24 19:48:40 UTC XORP CVS repository Modified files: tinderbox/scripts config Log message: added env variable for PYTHON on windows Bugzilla URL: http://bugzilla.xorp.org/bugzilla/show_bug.cgi?id=856 Reviewed by: Pavlin Approved by: Pavlin Revision Changes Path 1.42 +2 -2; commitid: 5c0e4952914b41a7; other/tinderbox/scripts/config From syedk at icir.org Wed Dec 24 11:55:24 2008 From: syedk at icir.org (Syed Khalid) Date: Wed, 24 Dec 2008 19:55:24 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp Message-ID: <200812241955.mBOJtOZT023701@chum.icir.org> CVSROOT: /cvsroot Module name: xorp Changes by: syedk at chum.icir.org 2008-12-24 19:55:24 UTC XORP CVS repository Modified files: . RELEASE_NOTES Log message: Add Bugzilla bug-id's related to specific problems resolved, when possible. Revision Changes Path 1.230 +27 -30; commitid: 5c324952922a41a7; xorp/RELEASE_NOTES From pavlin at icir.org Wed Dec 24 13:21:07 2008 From: pavlin at icir.org (Pavlin Radoslavov) Date: Wed, 24 Dec 2008 21:21:07 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp Message-ID: <200812242121.mBOLL7lH024467@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: pavlin at chum.icir.org 2008-12-24 21:21:07 UTC XORP CVS repository Modified files: . RELEASE_NOTES Log message: * Add-back missing '-' as bullet points. * Split a line that is too long Revision Changes Path 1.231 +5 -5; commitid: 5f544952a77e41a7; xorp/RELEASE_NOTES From jtc at icir.org Wed Dec 24 14:06:53 2008 From: jtc at icir.org (JT Conklin) Date: Wed, 24 Dec 2008 22:06:53 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp xorp/docs/bgp xorp/docs/design_arch xorp/docs/fea xorp/docs/libxipc xorp/docs/libxorp xorp/docs/mfea xorp/docs/mld6igmp xorp/docs/multicast xorp/docs/olsr xorp/docs/pim xorp/docs/pim_testsuite xorp/docs/rib ... Message-ID: <200812242206.mBOM6rT3025749@chum.icir.org> CVSROOT: /cvsroot Module name: xorp Changes by: jtc at chum.icir.org 2008-12-24 22:06:53 UTC XORP CVS repository Modified files: . README RELEASE_NOTES VERSION configure configure.in docs/bgp bgp.tex docs/design_arch design_arch.tex error_handling.tex docs/fea fea.tex docs/libxipc libxipc_overview.tex xrl_interfaces.tex docs/libxorp libxorp_overview.tex docs/mfea mfea_arch.tex docs/mld6igmp mld6igmp_arch.tex docs/multicast multicast_arch.tex docs/olsr olsr_manual.tex docs/pim pim_arch.tex docs/pim_testsuite pim_testsuite.tex docs/rib rib.tex docs/rtrmgr rtrmgr.tex docs/snmp snmp_overview.tex docs/test_harness test_harness.tex docs/user_manual user_manual.tex docs/windows_port windows_port.tex docs/xorpdev_101 xorpdev_101.tex mibs configure configure.in Log message: Prepare XORP for release: update the version number Revision Changes Path 1.62 +2 -2; commitid: 63014952b25141a7; xorp/README 1.232 +2 -2; commitid: 63014952b25141a7; xorp/RELEASE_NOTES 1.21 +1 -1; commitid: 63014952b25141a7; xorp/VERSION 1.303 +1 -1; commitid: 63014952b25141a7; xorp/configure 1.230 +3 -3; commitid: 63014952b25141a7; xorp/configure.in 1.28 +2 -2; commitid: 63014952b25141a7; xorp/docs/bgp/bgp.tex 1.29 +2 -2; commitid: 63014952b25141a7; xorp/docs/design_arch/design_arch.tex 1.45 +2 -2; commitid: 63014952b25141a7; xorp/docs/design_arch/error_handling.tex 1.26 +2 -2; commitid: 63014952b25141a7; xorp/docs/fea/fea.tex 1.22 +2 -2; commitid: 63014952b25141a7; xorp/docs/libxipc/libxipc_overview.tex 1.27 +2 -2; commitid: 63014952b25141a7; xorp/docs/libxipc/xrl_interfaces.tex 1.34 +2 -2; commitid: 63014952b25141a7; xorp/docs/libxorp/libxorp_overview.tex 1.28 +2 -2; commitid: 63014952b25141a7; xorp/docs/mfea/mfea_arch.tex 1.26 +2 -2; commitid: 63014952b25141a7; xorp/docs/mld6igmp/mld6igmp_arch.tex 1.25 +2 -2; commitid: 63014952b25141a7; xorp/docs/multicast/multicast_arch.tex 1.4 +2 -2; commitid: 63014952b25141a7; xorp/docs/olsr/olsr_manual.tex 1.28 +2 -2; commitid: 63014952b25141a7; xorp/docs/pim/pim_arch.tex 1.47 +2 -2; commitid: 63014952b25141a7; xorp/docs/pim_testsuite/pim_testsuite.tex 1.27 +2 -2; commitid: 63014952b25141a7; xorp/docs/rib/rib.tex 1.57 +2 -2; commitid: 63014952b25141a7; xorp/docs/rtrmgr/rtrmgr.tex 1.31 +2 -2; commitid: 63014952b25141a7; xorp/docs/snmp/snmp_overview.tex 1.40 +2 -2; commitid: 63014952b25141a7; xorp/docs/test_harness/test_harness.tex 1.23 +2 -2; commitid: 63014952b25141a7; xorp/docs/user_manual/user_manual.tex 1.4 +2 -2; commitid: 63014952b25141a7; xorp/docs/windows_port/windows_port.tex 1.28 +2 -2; commitid: 63014952b25141a7; xorp/docs/xorpdev_101/xorpdev_101.tex 1.74 +2 -2; commitid: 63014952b25141a7; xorp/mibs/configure 1.35 +3 -3; commitid: 63014952b25141a7; xorp/mibs/configure.in From jtc at icir.org Wed Dec 24 14:22:36 2008 From: jtc at icir.org (JT Conklin) Date: Wed, 24 Dec 2008 22:22:36 GMT Subject: [Xorp-cvs] XORP cvs commit: www www/html_src Message-ID: <200812242222.mBOMMaS9026031@chum.icir.org> CVSROOT: /cvsroot Module name: www Changes by: jtc at chum.icir.org 2008-12-24 22:22:36 UTC XORP CVS repository Modified files: . about.html advisories.html architecture.html contributing.html design_docs.html downloads.html empty.html faq.html getting_started.html index.html license.html livecd.html mailing_lists.html mirror_operation.html mirrors.html news.html papers.html people.html porting.html roadmap.html snmp.html xorp_vision.html html_src design_docs.html downloads.html index.html livecd.html Log message: Update for XORP RC Revision Changes Path 1.13 +1 -1; commitid: 65554952b62841a7; www/about.html 1.16 +1 -1; commitid: 65554952b62841a7; www/advisories.html 1.9 +1 -1; commitid: 65554952b62841a7; www/architecture.html 1.47 +1 -1; commitid: 65554952b62841a7; www/contributing.html 1.36 +57 -57; commitid: 65554952b62841a7; www/design_docs.html 1.92 +18 -16; commitid: 65554952b62841a7; www/downloads.html 1.29 +1 -1; commitid: 65554952b62841a7; www/empty.html 1.41 +1 -1; commitid: 65554952b62841a7; www/faq.html 1.90 +1 -1; commitid: 65554952b62841a7; www/getting_started.html 1.9 +56 -56; commitid: 65554952b62841a7; www/html_src/design_docs.html 1.56 +18 -16; commitid: 65554952b62841a7; www/html_src/downloads.html 1.30 +3 -5; commitid: 65554952b62841a7; www/html_src/index.html 1.41 +6 -7; commitid: 65554952b62841a7; www/html_src/livecd.html 1.95 +4 -6; commitid: 65554952b62841a7; www/index.html 1.44 +1 -1; commitid: 65554952b62841a7; www/license.html 1.75 +7 -8; commitid: 65554952b62841a7; www/livecd.html 1.35 +1 -1; commitid: 65554952b62841a7; www/mailing_lists.html 1.24 +1 -1; commitid: 65554952b62841a7; www/mirror_operation.html 1.62 +1 -1; commitid: 65554952b62841a7; www/mirrors.html 1.77 +1 -1; commitid: 65554952b62841a7; www/news.html 1.33 +1 -1; commitid: 65554952b62841a7; www/papers.html 1.44 +1 -1; commitid: 65554952b62841a7; www/people.html 1.27 +1 -1; commitid: 65554952b62841a7; www/porting.html 1.34 +1 -1; commitid: 65554952b62841a7; www/roadmap.html 1.27 +1 -1; commitid: 65554952b62841a7; www/snmp.html 1.28 +1 -1; commitid: 65554952b62841a7; www/xorp_vision.html From jtc at icir.org Wed Dec 24 14:32:51 2008 From: jtc at icir.org (JT Conklin) Date: Wed, 24 Dec 2008 22:32:51 GMT Subject: [Xorp-cvs] XORP cvs commit: www www/html_src Message-ID: <200812242232.mBOMWpbk026213@chum.icir.org> CVSROOT: /cvsroot Module name: www Changes by: jtc at chum.icir.org 2008-12-24 22:32:51 UTC XORP CVS repository Modified files: . downloads.html html_src downloads.html Log message: Fix formatting of release candidate download options. Revision Changes Path 1.93 +2 -2; commitid: 66364952b87641a7; www/downloads.html 1.57 +2 -2; commitid: 66364952b87641a7; www/html_src/downloads.html From jtc at icir.org Wed Dec 24 14:33:32 2008 From: jtc at icir.org (JT Conklin) Date: Wed, 24 Dec 2008 22:33:32 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/docs/bgp xorp/docs/design_arch xorp/docs/fea xorp/docs/libxipc xorp/docs/libxorp xorp/docs/mfea xorp/docs/mld6igmp xorp/docs/multicast xorp/docs/olsr xorp/docs/pim xorp/docs/pim_testsuite xorp/docs/rib ... Message-ID: <200812242233.mBOMXWY2026560@chum.icir.org> CVSROOT: /cvsroot Module name: xorp Changes by: jtc at chum.icir.org 2008-12-24 22:33:32 UTC XORP CVS repository Modified files: docs/bgp bgp.tex docs/design_arch design_arch.tex error_handling.tex docs/fea fea.tex docs/libxipc libxipc_overview.tex xrl_interfaces.tex docs/libxorp libxorp_overview.tex docs/mfea mfea_arch.tex docs/mld6igmp mld6igmp_arch.tex docs/multicast multicast_arch.tex docs/olsr olsr_manual.tex docs/pim pim_arch.tex docs/pim_testsuite pim_testsuite.tex docs/rib rib.tex docs/rtrmgr rtrmgr.tex docs/snmp snmp_overview.tex docs/test_harness test_harness.tex docs/user_manual user_manual.tex docs/xorpdev_101 xorpdev_101.tex Log message: Update manual release dates. Revision Changes Path 1.29 +2 -2; commitid: 663b4952b88641a7; xorp/docs/bgp/bgp.tex 1.30 +2 -2; commitid: 663b4952b88641a7; xorp/docs/design_arch/design_arch.tex 1.46 +2 -2; commitid: 663b4952b88641a7; xorp/docs/design_arch/error_handling.tex 1.27 +2 -2; commitid: 663b4952b88641a7; xorp/docs/fea/fea.tex 1.23 +2 -2; commitid: 663b4952b88641a7; xorp/docs/libxipc/libxipc_overview.tex 1.28 +2 -2; commitid: 663b4952b88641a7; xorp/docs/libxipc/xrl_interfaces.tex 1.35 +2 -2; commitid: 663b4952b88641a7; xorp/docs/libxorp/libxorp_overview.tex 1.29 +2 -2; commitid: 663b4952b88641a7; xorp/docs/mfea/mfea_arch.tex 1.27 +2 -2; commitid: 663b4952b88641a7; xorp/docs/mld6igmp/mld6igmp_arch.tex 1.26 +2 -2; commitid: 663b4952b88641a7; xorp/docs/multicast/multicast_arch.tex 1.5 +2 -2; commitid: 663b4952b88641a7; xorp/docs/olsr/olsr_manual.tex 1.29 +2 -2; commitid: 663b4952b88641a7; xorp/docs/pim/pim_arch.tex 1.48 +2 -2; commitid: 663b4952b88641a7; xorp/docs/pim_testsuite/pim_testsuite.tex 1.28 +2 -2; commitid: 663b4952b88641a7; xorp/docs/rib/rib.tex 1.58 +2 -2; commitid: 663b4952b88641a7; xorp/docs/rtrmgr/rtrmgr.tex 1.32 +2 -2; commitid: 663b4952b88641a7; xorp/docs/snmp/snmp_overview.tex 1.41 +2 -2; commitid: 663b4952b88641a7; xorp/docs/test_harness/test_harness.tex 1.24 +2 -2; commitid: 663b4952b88641a7; xorp/docs/user_manual/user_manual.tex 1.29 +2 -2; commitid: 663b4952b88641a7; xorp/docs/xorpdev_101/xorpdev_101.tex From jtc at icir.org Wed Dec 24 14:54:10 2008 From: jtc at icir.org (JT Conklin) Date: Wed, 24 Dec 2008 22:54:10 GMT Subject: [Xorp-cvs] XORP cvs commit: CVSROOT Message-ID: <200812242254.mBOMsA9M027151@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: CVSROOT Changes by: jtc at chum.icir.org 2008-12-24 22:54:10 UTC XORP CVS repository Modified files: . config Log message: temporarily re-enable SystemAuth Revision Changes Path 1.10 +2 -2; commitid: 69f84952bd9041a7; CVSROOT/config From jtc at icir.org Wed Dec 24 15:44:38 2008 From: jtc at icir.org (JT Conklin) Date: Wed, 24 Dec 2008 23:44:38 GMT Subject: [Xorp-cvs] XORP cvs commit: www www/html_src Message-ID: <200812242344.mBONicCp028081@chum.icir.org> CVSROOT: /cvsroot Module name: www Changes by: jtc at chum.icir.org 2008-12-24 23:44:38 UTC XORP CVS repository Modified files: . downloads.html html_src downloads.html Log message: Fix typos in release candidate image URLs. Revision Changes Path 1.94 +3 -3; commitid: 6d874952c95041a7; www/downloads.html 1.58 +3 -3; commitid: 6d874952c95041a7; www/html_src/downloads.html From jtc at icir.org Wed Dec 24 15:46:45 2008 From: jtc at icir.org (JT Conklin) Date: Wed, 24 Dec 2008 23:46:45 GMT Subject: [Xorp-cvs] XORP cvs commit: www www/html_src Message-ID: <200812242346.mBONkjx4028165@chum.icir.org> CVSROOT: /cvsroot Module name: www Changes by: jtc at chum.icir.org 2008-12-24 23:46:45 UTC XORP CVS repository Modified files: . downloads.html html_src downloads.html Log message: Update MD5 checksum for release candidate tarball. Revision Changes Path 1.95 +1 -1; commitid: 6ddb4952c9d241a7; www/downloads.html 1.59 +1 -1; commitid: 6ddb4952c9d241a7; www/html_src/downloads.html From jtc at icir.org Mon Dec 29 16:36:14 2008 From: jtc at icir.org (JT Conklin) Date: Tue, 30 Dec 2008 00:36:14 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/docs/bgp xorp/docs/design_arch xorp/docs/fea xorp/docs/libxipc xorp/docs/libxorp xorp/docs/mfea xorp/docs/mld6igmp xorp/docs/multicast xorp/docs/olsr xorp/docs/pim xorp/docs/pim_testsuite xorp/docs/rib ... Message-ID: <200812300036.mBU0aEiL001985@chum.icir.org> CVSROOT: /cvsroot Module name: xorp Changes by: jtc at chum.icir.org 2008-12-30 00:36:14 UTC XORP CVS repository Modified files: docs/bgp bgp.tex docs/design_arch design_arch.tex error_handling.tex docs/fea fea.tex docs/libxipc libxipc_overview.tex xrl_interfaces.tex docs/libxorp libxorp_overview.tex docs/mfea mfea_arch.tex docs/mld6igmp mld6igmp_arch.tex docs/multicast multicast_arch.tex docs/olsr olsr_manual.tex docs/pim pim_arch.tex docs/pim_testsuite pim_testsuite.tex docs/rib rib.tex docs/rtrmgr rtrmgr.tex docs/snmp snmp_overview.tex docs/test_harness test_harness.tex docs/user_manual user_manual.tex docs/windows_port windows_port.tex docs/xorpdev_101 xorpdev_101.tex Log message: Update documentation version numbers for upcoming 1.6 release. Revision Changes Path 1.30 +2 -2; commitid: 65e49596cda41a7; xorp/docs/bgp/bgp.tex 1.31 +2 -2; commitid: 65e49596cda41a7; xorp/docs/design_arch/design_arch.tex 1.47 +2 -2; commitid: 65e49596cda41a7; xorp/docs/design_arch/error_handling.tex 1.28 +2 -2; commitid: 65e49596cda41a7; xorp/docs/fea/fea.tex 1.24 +2 -2; commitid: 65e49596cda41a7; xorp/docs/libxipc/libxipc_overview.tex 1.29 +2 -2; commitid: 65e49596cda41a7; xorp/docs/libxipc/xrl_interfaces.tex 1.36 +2 -2; commitid: 65e49596cda41a7; xorp/docs/libxorp/libxorp_overview.tex 1.30 +2 -2; commitid: 65e49596cda41a7; xorp/docs/mfea/mfea_arch.tex 1.28 +2 -2; commitid: 65e49596cda41a7; xorp/docs/mld6igmp/mld6igmp_arch.tex 1.27 +2 -2; commitid: 65e49596cda41a7; xorp/docs/multicast/multicast_arch.tex 1.6 +2 -2; commitid: 65e49596cda41a7; xorp/docs/olsr/olsr_manual.tex 1.30 +2 -2; commitid: 65e49596cda41a7; xorp/docs/pim/pim_arch.tex 1.49 +2 -2; commitid: 65e49596cda41a7; xorp/docs/pim_testsuite/pim_testsuite.tex 1.29 +2 -2; commitid: 65e49596cda41a7; xorp/docs/rib/rib.tex 1.59 +2 -2; commitid: 65e49596cda41a7; xorp/docs/rtrmgr/rtrmgr.tex 1.33 +2 -2; commitid: 65e49596cda41a7; xorp/docs/snmp/snmp_overview.tex 1.42 +2 -2; commitid: 65e49596cda41a7; xorp/docs/test_harness/test_harness.tex 1.25 +2 -2; commitid: 65e49596cda41a7; xorp/docs/user_manual/user_manual.tex 1.5 +2 -2; commitid: 65e49596cda41a7; xorp/docs/windows_port/windows_port.tex 1.30 +2 -2; commitid: 65e49596cda41a7; xorp/docs/xorpdev_101/xorpdev_101.tex From jtc at icir.org Mon Dec 29 16:41:12 2008 From: jtc at icir.org (JT Conklin) Date: Tue, 30 Dec 2008 00:41:12 GMT Subject: [Xorp-cvs] XORP cvs commit: other/LiveCD/tools/tools/nanobsd Message-ID: <200812300041.mBU0fCBi002070@chum.icir.org> CVSROOT: /cvsroot Module name: other Changes by: jtc at chum.icir.org 2008-12-30 00:41:12 UTC XORP CVS repository Modified files: LiveCD/tools/tools/nanobsd livecd.nano liveusb.nano Log message: Update embedded version numbers in livecd.nano and liveusb.nano to reflect 1.6-RC. This will require these files to be re-tagged. Revision Changes Path 1.4 +3 -4; commitid: 7db49596dd941a7; other/LiveCD/tools/tools/nanobsd/livecd.nano 1.2 +2 -2; commitid: 7db49596dd941a7; other/LiveCD/tools/tools/nanobsd/liveusb.nano From jtc at icir.org Mon Dec 29 18:04:16 2008 From: jtc at icir.org (JT Conklin) Date: Tue, 30 Dec 2008 02:04:16 GMT Subject: [Xorp-cvs] XORP cvs commit: www www/html_src Message-ID: <200812300204.mBU24Gnv003287@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: www Changes by: jtc at chum.icir.org 2008-12-30 02:04:16 UTC XORP CVS repository Modified files: . downloads.html html_src downloads.html Log message: Update MD5 signature for xorp-1.6-RC-setup.exe Revision Changes Path 1.96 +1 -1; commitid: cab4959818741a7; www/downloads.html 1.60 +1 -1; commitid: cab4959818741a7; www/html_src/downloads.html From jtc at icir.org Tue Dec 30 15:22:50 2008 From: jtc at icir.org (jtc at icir.org) Date: Tue, 30 Dec 2008 23:22:50 GMT Subject: [Xorp-cvs] XORP cvs commit: CVSROOT Message-ID: <200812302322.mBUNMoBh007727@chum.icir.org> CVSROOT: /cvsroot Module name: CVSROOT Changes by: jtc at svn.xorp.org.(none) 2008-12-30 23:22:49 UTC XORP CVS repository Modified files: . cfg.pm commitcheck Log message: Update for new server. Revision Changes Path 1.2 +2 -2; commitid: LIT7zZI437klWxwt; CVSROOT/cfg.pm 1.4 +1 -3; commitid: LIT7zZI437klWxwt; CVSROOT/commitcheck