From pavlin at icir.org Tue Jul 1 11:22:28 2008 From: pavlin at icir.org (Pavlin Radoslavov) Date: Tue, 1 Jul 2008 18:22:28 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/libxorp Message-ID: <200807011822.m61IMSw1024115@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: pavlin at chum.icir.org 2008-07-01 18:22:28 UTC XORP CVS repository Modified files: libxorp xlog.c Log message: Initialize uninitialized variables. This fixes a compilation problem when configuring/compiling with --enable-optimize Revision Changes Path 1.26 +3 -2; commitid: 5e0f486a75b541a7; xorp/libxorp/xlog.c From abittau at icir.org Tue Jul 1 13:15:49 2008 From: abittau at icir.org (Andrea Bittau) Date: Tue, 1 Jul 2008 20:15:49 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/libxorp Message-ID: <200807012015.m61KFn9o025063@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: abittau at chum.icir.org 2008-07-01 20:15:49 UTC XORP CVS repository Modified files: libxorp xlog.c Log message: Return -1 on errors. Avoids logging when syslogspec can't be parsed and flags an error instead. Revision Changes Path 1.27 +2 -2; commitid: 61b8486a8faf41a7; xorp/libxorp/xlog.c From abittau at icir.org Tue Jul 1 14:45:08 2008 From: abittau at icir.org (Andrea Bittau) Date: Tue, 1 Jul 2008 21:45:08 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/libxorp Message-ID: <200807012145.m61Lj8BG025689@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: abittau at chum.icir.org 2008-07-01 21:45:08 UTC XORP CVS repository Modified files: libxorp test_run_command.cc Log message: Fix test on systems that have awk installed in /bin (e.g., Arch Linux). A proper fix would search for awk based on $PATH, rather than just attempting /usr/bin and /bin. I haven't included headers nominally required by stat() in order to avoid breaking compilation across platforms. I believe that autoconf / other headers deal with this and indeed it works on my Linux system without explicit includes. Revision Changes Path 1.20 +11 -3; commitid: 641d486aa45941a7; xorp/libxorp/test_run_command.cc From pavlin at ICSI.Berkeley.EDU Tue Jul 1 16:01:27 2008 From: pavlin at ICSI.Berkeley.EDU (Pavlin Radoslavov) Date: Tue, 01 Jul 2008 16:01:27 -0700 Subject: [Xorp-cvs] XORP cvs commit: xorp/libxorp In-Reply-To: <200807012145.m61Lj8BG025689@chum.icir.org> References: <200807012145.m61Lj8BG025689@chum.icir.org> Message-ID: <200807012301.m61N1RGl023583@fruitcake.ICSI.Berkeley.EDU> Andrea Bittau wrote: > CVSROOT: /usr/local/www/data/cvs > Module name: xorp > Changes by: abittau at chum.icir.org 2008-07-01 21:45:08 UTC > > XORP CVS repository > > > Modified files: > libxorp test_run_command.cc > > Log message: > Fix test on systems that have awk installed in /bin (e.g., Arch Linux). A > proper fix would search for awk based on $PATH, rather than just attempting > /usr/bin and /bin. > > I haven't included headers nominally required by stat() in order to avoid > breaking compilation across platforms. I believe that autoconf / other headers > deal with this and indeed it works on my Linux system without explicit includes. On FreeBSD-7.0 stat(2) requires and . Both files are already included conditionally by libxorp/xorp.h so this shouldn't be an issue. If there are compilation issues on other OS-es, those should be caught by the tinderbox. Pavlin > Revision Changes Path > 1.20 +11 -3; commitid: 641d486aa45941a7; xorp/libxorp/test_run_command.cc > > _______________________________________________ > Xorp-cvs mailing list > Xorp-cvs at icir.org > http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-cvs From bms at incunabulum.net Wed Jul 2 03:55:05 2008 From: bms at incunabulum.net (Bruce M Simpson) Date: Wed, 02 Jul 2008 11:55:05 +0100 Subject: [Xorp-cvs] XORP cvs commit: xorp/libxorp In-Reply-To: <200807012015.m61KFn9o025063@chum.icir.org> References: <200807012015.m61KFn9o025063@chum.icir.org> Message-ID: <486B5E89.4030002@incunabulum.net> Andrea Bittau wrote: > Log message: > Return -1 on errors. Avoids logging when syslogspec can't be parsed and flags > an error instead. > Thanks for the catch! From pavlin at icir.org Mon Jul 7 00:20:10 2008 From: pavlin at icir.org (Pavlin Radoslavov) Date: Mon, 7 Jul 2008 07:20:10 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/fea Message-ID: <200807070720.m677KAGh090226@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: pavlin at chum.icir.org 2008-07-07 07:20:10 UTC XORP CVS repository Modified files: fea mfea_node.cc Log message: Bug fix that prevented running IPv6 multicast routing protocols on KAME-derived BSD kernels. Add a hack to make it appear that the PIM Register vif has a valid physical interface index. This is needed to pass a requirement inside the KAME-derived IPv6 BSD kernel. Revision Changes Path 1.90 +10 -5; commitid: 160434871c33d41a7; xorp/fea/mfea_node.cc From bms at icir.org Mon Jul 7 04:27:08 2008 From: bms at icir.org (Bruce Simpson) Date: Mon, 7 Jul 2008 11:27:08 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/libcomm Message-ID: <200807071127.m67BR8oX092160@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: bms at chum.icir.org 2008-07-07 11:27:08 UTC XORP CVS repository Modified files: libcomm comm_api.h Log message: Fix kdoc comment. Revision Changes Path 1.33 +2 -2; commitid: 167e94871fd8541a7; xorp/libcomm/comm_api.h From bms at icir.org Mon Jul 7 04:40:20 2008 From: bms at icir.org (Bruce Simpson) Date: Mon, 7 Jul 2008 11:40:20 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp xorp/contrib/win32/installer xorp/mibs Message-ID: <200807071140.m67BeKgx092337@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: bms at chum.icir.org 2008-07-07 11:40:20 UTC XORP CVS repository Modified files: . README RELEASE_NOTES VERSION configure configure.in contrib/win32/installer xorp.nsi mibs configure configure.in Log message: Preparew XORP for release: update the version number Revision Changes Path 1.55 +2 -2; commitid: 168524872002541a7; xorp/README 1.202 +3 -3; commitid: 168524872002541a7; xorp/RELEASE_NOTES 1.18 +1 -1; commitid: 168524872002541a7; xorp/VERSION 1.284 +10 -10; commitid: 168524872002541a7; xorp/configure 1.220 +3 -3; commitid: 168524872002541a7; xorp/configure.in 1.15 +2 -2; commitid: 168524872002541a7; xorp/contrib/win32/installer/xorp.nsi 1.64 +1 -1; commitid: 168524872002541a7; xorp/mibs/configure 1.30 +3 -3; commitid: 168524872002541a7; xorp/mibs/configure.in From bms at icir.org Mon Jul 7 05:30:16 2008 From: bms at icir.org (Bruce Simpson) Date: Mon, 7 Jul 2008 12:30:16 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp xorp/bgp xorp/bgp/harness xorp/bgp/tools xorp/cli xorp/cli/tools xorp/contrib xorp/contrib/olsr xorp/contrib/olsr/tools xorp/docs xorp/docs/bgp xorp/docs/design_arch xorp/docs/fea xorp/docs/libxipc ... Message-ID: <200807071230.m67CUGCB094051@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: bms at chum.icir.org 2008-07-07 12:30:16 UTC XORP CVS repository Modified files: . BUILD_NOTES Makefile.in MakefileRootCheck.in TODO configure configure.in bgp Makefile.in bgp/harness Makefile.in bgp/tools Makefile.in cli Makefile.in cli/tools Makefile.in contrib Makefile.in contrib/olsr Makefile.in contrib/olsr/tools 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/olsr 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/data_plane Makefile.in fea/data_plane/control_socket Makefile.in fea/data_plane/fibconfig Makefile.in fea/data_plane/firewall Makefile.in fea/data_plane/ifconfig Makefile.in fea/data_plane/io Makefile.in fea/data_plane/managers Makefile.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 rtrmgr/config Makefile.in static_routes Makefile.in utils Makefile.am Makefile.in xrl Makefile.in xrl/interfaces Makefile.in xrl/targets Makefile.in xrl/tests Makefile.in Removed files: utils/flower_malloc .cvsignore FlowerCheck Makefile.am Makefile.in flower_malloc.c test_flower_malloc.c test_flower_malloc.sh Log message: Disconnect and remove flower_malloc from the build. Discussed with: Pavlin Radoslavov Revision Changes Path 1.103 +1 -3; commitid: 16a0648720bac41a7; xorp/BUILD_NOTES 1.57 +0 -1; commitid: 16a0648720bac41a7; xorp/Makefile.in 1.19 +0 -1; commitid: 16a0648720bac41a7; xorp/MakefileRootCheck.in 1.23 +1 -3; commitid: 16a0648720bac41a7; xorp/TODO 1.71 +0 -1; commitid: 16a0648720bac41a7; xorp/bgp/Makefile.in 1.49 +0 -1; commitid: 16a0648720bac41a7; xorp/bgp/harness/Makefile.in 1.39 +0 -1; commitid: 16a0648720bac41a7; xorp/bgp/tools/Makefile.in 1.36 +0 -1; commitid: 16a0648720bac41a7; xorp/cli/Makefile.in 1.15 +0 -1; commitid: 16a0648720bac41a7; xorp/cli/tools/Makefile.in 1.285 +26 -44; commitid: 16a0648720bac41a7; xorp/configure 1.221 +2 -25; commitid: 16a0648720bac41a7; xorp/configure.in 1.15 +0 -1; commitid: 16a0648720bac41a7; xorp/contrib/Makefile.in 1.3 +0 -1; commitid: 16a0648720bac41a7; xorp/contrib/olsr/Makefile.in 1.3 +0 -1; commitid: 16a0648720bac41a7; xorp/contrib/olsr/tools/Makefile.in 1.33 +0 -1; commitid: 16a0648720bac41a7; xorp/docs/Makefile.in 1.30 +0 -1; commitid: 16a0648720bac41a7; xorp/docs/bgp/Makefile.in 1.30 +0 -1; commitid: 16a0648720bac41a7; xorp/docs/design_arch/Makefile.in 1.30 +0 -1; commitid: 16a0648720bac41a7; xorp/docs/fea/Makefile.in 1.31 +0 -1; commitid: 16a0648720bac41a7; xorp/docs/libxipc/Makefile.in 1.30 +0 -1; commitid: 16a0648720bac41a7; xorp/docs/libxorp/Makefile.in 1.29 +0 -1; commitid: 16a0648720bac41a7; xorp/docs/mfea/Makefile.in 1.29 +0 -1; commitid: 16a0648720bac41a7; xorp/docs/mld6igmp/Makefile.in 1.29 +0 -1; commitid: 16a0648720bac41a7; xorp/docs/multicast/Makefile.in 1.3 +0 -1; commitid: 16a0648720bac41a7; xorp/docs/olsr/Makefile.in 1.29 +0 -1; commitid: 16a0648720bac41a7; xorp/docs/pim/Makefile.in 1.44 +0 -1; commitid: 16a0648720bac41a7; xorp/docs/pim_testsuite/Makefile.in 1.29 +0 -1; commitid: 16a0648720bac41a7; xorp/docs/rib/Makefile.in 1.32 +0 -1; commitid: 16a0648720bac41a7; xorp/docs/rtrmgr/Makefile.in 1.17 +0 -1; commitid: 16a0648720bac41a7; xorp/docs/slides/Makefile.in 1.17 +0 -1; commitid: 16a0648720bac41a7; xorp/docs/slides/status_2004_02/Makefile.in 1.30 +0 -1; commitid: 16a0648720bac41a7; xorp/docs/snmp/Makefile.in 1.29 +0 -1; commitid: 16a0648720bac41a7; xorp/docs/test_harness/Makefile.in 1.25 +0 -1; commitid: 16a0648720bac41a7; xorp/docs/user_manual/Makefile.in 1.17 +0 -1; commitid: 16a0648720bac41a7; xorp/docs/xorpdev_101/Makefile.in 1.19 +0 -1; commitid: 16a0648720bac41a7; xorp/etc/Makefile.in 1.41 +0 -1; commitid: 16a0648720bac41a7; xorp/etc/templates/Makefile.in 1.128 +0 -1; commitid: 16a0648720bac41a7; xorp/fea/Makefile.in 1.18 +0 -1; commitid: 16a0648720bac41a7; xorp/fea/MakefileRootCheck.in 1.8 +0 -1; commitid: 16a0648720bac41a7; xorp/fea/data_plane/Makefile.in 1.6 +0 -1; commitid: 16a0648720bac41a7; xorp/fea/data_plane/control_socket/Makefile.in 1.7 +0 -1; commitid: 16a0648720bac41a7; xorp/fea/data_plane/fibconfig/Makefile.in 1.2 +0 -1; commitid: 16a0648720bac41a7; xorp/fea/data_plane/firewall/Makefile.in 1.10 +0 -1; commitid: 16a0648720bac41a7; xorp/fea/data_plane/ifconfig/Makefile.in 1.8 +0 -1; commitid: 16a0648720bac41a7; xorp/fea/data_plane/io/Makefile.in 1.4 +0 -1; commitid: 16a0648720bac41a7; xorp/fea/data_plane/managers/Makefile.in 1.15 +0 -1; commitid: 16a0648720bac41a7; xorp/fea/tools/Makefile.in 1.22 +0 -1; commitid: 16a0648720bac41a7; xorp/fib2mrib/Makefile.in 1.37 +0 -1; commitid: 16a0648720bac41a7; xorp/libcomm/Makefile.in 1.27 +0 -1; commitid: 16a0648720bac41a7; xorp/libfeaclient/Makefile.in 1.43 +0 -1; commitid: 16a0648720bac41a7; xorp/libproto/Makefile.in 1.74 +0 -1; commitid: 16a0648720bac41a7; xorp/libxipc/Makefile.in 1.75 +0 -1; commitid: 16a0648720bac41a7; xorp/libxorp/Makefile.in 1.65 +1 -1; commitid: 16a0648720bac41a7; xorp/mibs/configure 1.62 +0 -1; commitid: 16a0648720bac41a7; xorp/mld6igmp/Makefile.in 1.35 +0 -1; commitid: 16a0648720bac41a7; xorp/mrt/Makefile.in 1.34 +0 -1; commitid: 16a0648720bac41a7; xorp/ospf/Makefile.in 1.13 +0 -1; commitid: 16a0648720bac41a7; xorp/ospf/tools/Makefile.in 1.65 +0 -1; commitid: 16a0648720bac41a7; xorp/pim/Makefile.in 1.40 +0 -1; commitid: 16a0648720bac41a7; xorp/policy/Makefile.in 1.20 +0 -1; commitid: 16a0648720bac41a7; xorp/policy/backend/Makefile.in 1.19 +0 -1; commitid: 16a0648720bac41a7; xorp/policy/common/Makefile.in 1.20 +0 -1; commitid: 16a0648720bac41a7; xorp/policy/test/Makefile.in 1.65 +0 -1; commitid: 16a0648720bac41a7; xorp/rib/Makefile.in 1.16 +0 -1; commitid: 16a0648720bac41a7; xorp/rib/tools/Makefile.in 1.64 +0 -1; commitid: 16a0648720bac41a7; xorp/rip/Makefile.in 1.17 +0 -1; commitid: 16a0648720bac41a7; xorp/rip/tools/Makefile.in 1.80 +0 -1; commitid: 16a0648720bac41a7; xorp/rtrmgr/Makefile.in 1.5 +0 -1; commitid: 16a0648720bac41a7; xorp/rtrmgr/config/Makefile.in 1.23 +0 -1; commitid: 16a0648720bac41a7; xorp/static_routes/Makefile.in 1.14 +2 -2; commitid: 16a0648720bac41a7; xorp/utils/Makefile.am 1.39 +1 -2; commitid: 16a0648720bac41a7; xorp/utils/Makefile.in 1.2 +0 -8 xorp/utils/flower_malloc/.cvsignore (dead) 1.3 +0 -17 xorp/utils/flower_malloc/FlowerCheck (dead) 1.4 +0 -40 xorp/utils/flower_malloc/Makefile.am (dead) 1.18 +0 -637 xorp/utils/flower_malloc/Makefile.in (dead) 1.10 +0 -534 xorp/utils/flower_malloc/flower_malloc.c (dead) 1.9 +0 -274 xorp/utils/flower_malloc/test_flower_malloc.c (dead) 1.6 +0 -9 xorp/utils/flower_malloc/test_flower_malloc.sh (dead) 1.27 +0 -1; commitid: 16a0648720bac41a7; xorp/xrl/Makefile.in 1.63 +0 -1; commitid: 16a0648720bac41a7; xorp/xrl/interfaces/Makefile.in 1.95 +0 -1; commitid: 16a0648720bac41a7; xorp/xrl/targets/Makefile.in 1.34 +0 -1; commitid: 16a0648720bac41a7; xorp/xrl/tests/Makefile.in From bms at icir.org Mon Jul 7 05:58:20 2008 From: bms at icir.org (Bruce Simpson) Date: Mon, 7 Jul 2008 12:58:20 GMT Subject: [Xorp-cvs] XORP cvs commit: www www/html_src Message-ID: <200807071258.m67CwKRG094339@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: www Changes by: bms at chum.icir.org 2008-07-07 12:58:20 UTC XORP CVS repository Modified files: . about.html advisories.html contributing.html cvs.html design_docs.html downloads.html empty.html faq.html getting_started.html index.html license.html livecd.html mailing_lists.html mirror_operation.html mirrors.html news.html papers.html people.html porting.html roadmap.html snmp.html status.html xorp_vision.html html_src downloads.html news.html roadmap.html Log message: Update web pages for upcoming 1.5 release candidate. Revision Changes Path 1.4 +3 -3; commitid: 17029487212da41a7; www/about.html 1.7 +3 -3; commitid: 17029487212da41a7; www/advisories.html 1.36 +3 -3; commitid: 17029487212da41a7; www/contributing.html 1.36 +3 -3; commitid: 17029487212da41a7; www/cvs.html 1.26 +3 -3; commitid: 17029487212da41a7; www/design_docs.html 1.77 +18 -18; commitid: 17029487212da41a7; www/downloads.html 1.20 +3 -3; commitid: 17029487212da41a7; www/empty.html 1.31 +3 -3; commitid: 17029487212da41a7; www/faq.html 1.79 +3 -3; commitid: 17029487212da41a7; www/getting_started.html 1.43 +15 -15; commitid: 17029487212da41a7; www/html_src/downloads.html 1.28 +10 -1; commitid: 17029487212da41a7; www/html_src/news.html 1.15 +3 -3; commitid: 17029487212da41a7; www/html_src/roadmap.html 1.84 +3 -3; commitid: 17029487212da41a7; www/index.html 1.34 +3 -3; commitid: 17029487212da41a7; www/license.html 1.59 +3 -3; commitid: 17029487212da41a7; www/livecd.html 1.26 +3 -3; commitid: 17029487212da41a7; www/mailing_lists.html 1.14 +3 -3; commitid: 17029487212da41a7; www/mirror_operation.html 1.49 +3 -3; commitid: 17029487212da41a7; www/mirrors.html 1.63 +11 -2; commitid: 17029487212da41a7; www/news.html 1.24 +3 -3; commitid: 17029487212da41a7; www/papers.html 1.34 +3 -3; commitid: 17029487212da41a7; www/people.html 1.18 +3 -3; commitid: 17029487212da41a7; www/porting.html 1.23 +6 -6; commitid: 17029487212da41a7; www/roadmap.html 1.18 +3 -3; commitid: 17029487212da41a7; www/snmp.html 1.40 +3 -3; commitid: 17029487212da41a7; www/status.html 1.18 +3 -3; commitid: 17029487212da41a7; www/xorp_vision.html From bms at icir.org Tue Jul 8 00:25:38 2008 From: bms at icir.org (Bruce Simpson) Date: Tue, 8 Jul 2008 07:25:38 GMT Subject: [Xorp-cvs] XORP cvs commit: www/html_src Message-ID: <200807080725.m687PcwE001552@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: www Changes by: bms at chum.icir.org 2008-07-08 07:25:38 UTC XORP CVS repository Modified files: html_src index.html Log message: Update for 1.5-RC Revision Changes Path 1.27 +5 -5; commitid: 5f94873166c41a7; www/html_src/index.html From pavlin at icir.org Tue Jul 8 00:48:32 2008 From: pavlin at icir.org (Pavlin Radoslavov) Date: Tue, 8 Jul 2008 07:48:32 GMT Subject: [Xorp-cvs] XORP cvs commit: CVSROOT Message-ID: <200807080748.m687mWhn002121@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: CVSROOT Changes by: pavlin at chum.icir.org 2008-07-08 07:48:32 UTC XORP CVS repository Modified files: . tagcheck Log message: Added bms to the list of users that can add RELEASE* tags. Revision Changes Path 1.2 +3 -3; commitid: 83248731bc041a7; CVSROOT/tagcheck From bms at icir.org Tue Jul 8 01:41:09 2008 From: bms at icir.org (Bruce Simpson) Date: Tue, 8 Jul 2008 08:41:09 GMT Subject: [Xorp-cvs] XORP cvs commit: www/html_src Message-ID: <200807080841.m688f9om002589@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: www Changes by: bms at chum.icir.org 2008-07-08 08:41:09 UTC XORP CVS repository Modified files: html_src news.html Log message: fix markup bug Revision Changes Path 1.29 +1 -1; commitid: a064873282141a7; www/html_src/news.html From bms at icir.org Tue Jul 8 02:41:24 2008 From: bms at icir.org (Bruce Simpson) Date: Tue, 8 Jul 2008 09:41:24 GMT Subject: [Xorp-cvs] XORP cvs commit: other/LiveCD/tools/tools/nanobsd/Files/boot Message-ID: <200807080941.m689fOmI003111@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: other Changes by: bms at chum.icir.org 2008-07-08 09:41:24 UTC XORP CVS repository Modified files: LiveCD/tools/tools/nanobsd/Files/boot xorpmenu.4th Log message: Add a boot menu item to disable sio0/sio1 serial ports. FreeBSD is known to incorrectly detect these on the Dell XPS 420 when they don't actually exist. Requested by: Pavlin Radoslavov Revision Changes Path 1.2 +7 -0; commitid: c104873361141a7; other/LiveCD/tools/tools/nanobsd/Files/boot/xorpmenu.4th From bms at icir.org Tue Jul 8 06:05:50 2008 From: bms at icir.org (Bruce Simpson) Date: Tue, 8 Jul 2008 13:05:50 GMT Subject: [Xorp-cvs] XORP cvs commit: www/html_src Message-ID: <200807081305.m68D5oZZ004776@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: www Changes by: bms at chum.icir.org 2008-07-08 13:05:50 UTC XORP CVS repository Modified files: html_src downloads.html livecd.html Log message: Update for 1.5-RC. Revision Changes Path 1.44 +1 -1; commitid: 128f4873662341a7; www/html_src/downloads.html 1.31 +5 -5; commitid: 128f4873662341a7; www/html_src/livecd.html From bms at icir.org Tue Jul 8 06:07:03 2008 From: bms at icir.org (Bruce Simpson) Date: Tue, 8 Jul 2008 13:07:03 GMT Subject: [Xorp-cvs] XORP cvs commit: www/html_src Message-ID: <200807081307.m68D731c004823@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: www Changes by: bms at chum.icir.org 2008-07-08 13:07:03 UTC XORP CVS repository Modified files: html_src livecd.html Log message: typo Revision Changes Path 1.32 +1 -1; commitid: 12c04873667141a7; www/html_src/livecd.html From bms at icir.org Tue Jul 8 06:13:35 2008 From: bms at icir.org (Bruce Simpson) Date: Tue, 8 Jul 2008 13:13:35 GMT Subject: [Xorp-cvs] XORP cvs commit: www/html_src Message-ID: <200807081313.m68DDZES004915@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: www Changes by: bms at chum.icir.org 2008-07-08 13:13:35 UTC XORP CVS repository Modified files: html_src downloads.html Log message: Comment out Windows setup, it's not yet available. Revision Changes Path 1.45 +6 -1; commitid: 131c487367f441a7; www/html_src/downloads.html From bms at incunabulum.net Tue Jul 8 06:21:27 2008 From: bms at incunabulum.net (Bruce M Simpson) Date: Tue, 08 Jul 2008 14:21:27 +0100 Subject: [Xorp-cvs] XORP cvs commit: CVSROOT In-Reply-To: <200807080748.m687mWhn002121@chum.icir.org> References: <200807080748.m687mWhn002121@chum.icir.org> Message-ID: <487369D7.90408@incunabulum.net> Pavlin Radoslavov wrote: > Log message: > Added bms to the list of users that can add RELEASE* tags. > Thanks. The tag is now down. From pavlin at icir.org Tue Jul 8 08:41:23 2008 From: pavlin at icir.org (Pavlin Radoslavov) Date: Tue, 8 Jul 2008 15:41:23 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp Message-ID: <200807081541.m68FfNGO006537@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: pavlin at chum.icir.org 2008-07-08 15:41:23 UTC XORP CVS repository Modified files: . ERRATA Log message: Added an entry for VLAN on Linux. Approved by: Atanu Ghosn, Bruce M. Simpson Revision Changes Path 1.42 +4 -1; commitid: 197248738a8441a7; xorp/ERRATA From pavlin at icir.org Tue Jul 8 08:44:22 2008 From: pavlin at icir.org (Pavlin Radoslavov) Date: Tue, 8 Jul 2008 15:44:22 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp Message-ID: <200807081544.m68FiMO8006581@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: pavlin at chum.icir.org 2008-07-08 15:44:22 UTC XORP CVS repository Modified files: . RELEASE_NOTES Log message: * Fixed the year for Release 1.5-RC * Added info about firewall configuration * Updated the Release 1.5-RC release notes. Approved by: Atanu Ghosh, Bruce M. Simpson Revision Changes Path 1.203 +45 -11; commitid: 199148738ab041a7; xorp/RELEASE_NOTES From pavlin at icir.org Tue Jul 8 08:45:13 2008 From: pavlin at icir.org (Pavlin Radoslavov) Date: Tue, 8 Jul 2008 15:45:13 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/devnotes Message-ID: <200807081545.m68FjDTU006642@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: pavlin at chum.icir.org 2008-07-08 15:45:13 UTC XORP CVS repository Modified files: devnotes release_process.txt Log message: Fixed the path to the test Web site directory. Approved by: Atanu Ghosh, Bruce M. Simpson Revision Changes Path 1.70 +2 -2; commitid: 19c348738b6641a7; xorp/devnotes/release_process.txt From pavlin at icir.org Tue Jul 8 08:45:53 2008 From: pavlin at icir.org (Pavlin Radoslavov) Date: Tue, 8 Jul 2008 15:45:53 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/fea Message-ID: <200807081545.m68FjrVX006679@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: pavlin at chum.icir.org 2008-07-08 15:45:53 UTC XORP CVS repository Modified files: fea TODO Log message: Removed firewall-related TODO entries that are already done, or not needed. Revision Changes Path 1.37 +1 -21; commitid: 1a0048738b9a41a7; xorp/fea/TODO From atanu at icir.org Tue Jul 8 09:17:48 2008 From: atanu at icir.org (Atanu Ghosh) Date: Tue, 8 Jul 2008 16:17:48 GMT Subject: [Xorp-cvs] XORP cvs commit: www www/html_src Message-ID: <200807081617.m68GHmqS007063@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: www Changes by: atanu at chum.icir.org 2008-07-08 16:17:48 UTC XORP CVS repository Modified files: . downloads.html html_src downloads.html Log message: Correct the date and tidy up the text. Revision Changes Path 1.78 +17 -12; commitid: 1b6b4873932a41a7; www/downloads.html 1.46 +9 -9; commitid: 1b6b4873932a41a7; www/html_src/downloads.html From bms at icir.org Tue Jul 8 10:10:24 2008 From: bms at icir.org (Bruce Simpson) Date: Tue, 8 Jul 2008 17:10:24 GMT Subject: [Xorp-cvs] XORP cvs commit: www/html_src Message-ID: <200807081710.m68HAOEd007720@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: www Changes by: bms at chum.icir.org 2008-07-08 17:10:24 UTC XORP CVS repository Modified files: html_src downloads.html Log message: Update MD5 signature Revision Changes Path 1.47 +1 -1; commitid: 1e1148739f7341a7; www/html_src/downloads.html From bms at icir.org Wed Jul 9 01:29:40 2008 From: bms at icir.org (Bruce Simpson) Date: Wed, 9 Jul 2008 08:29:40 GMT Subject: [Xorp-cvs] XORP cvs commit: www Message-ID: <200807090829.m698TerO015961@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: www Changes by: bms at chum.icir.org 2008-07-09 08:29:40 UTC XORP CVS repository Modified files: . downloads.html index.html livecd.html news.html Log message: Update auto-generated files. Revision Changes Path 1.79 +2 -2; commitid: 3e3c487476eb41a7; www/downloads.html 1.85 +6 -6; commitid: 3e3c487476eb41a7; www/index.html 1.60 +7 -7; commitid: 3e3c487476eb41a7; www/livecd.html 1.64 +2 -2; commitid: 3e3c487476eb41a7; www/news.html From bms at icir.org Wed Jul 9 01:40:41 2008 From: bms at icir.org (Bruce Simpson) Date: Wed, 9 Jul 2008 08:40:41 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/docs/kdoc Message-ID: <200807090840.m698efsq016090@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: bms at chum.icir.org 2008-07-09 08:40:41 UTC XORP CVS repository Modified files: docs/kdoc gen-kdoc.sh Log message: Add contrib/olsr to kdoc generation script. Requested by: Pavlin Radoslavov Revision Changes Path 1.27 +21 -2; commitid: 3ec34874796f41a7; xorp/docs/kdoc/gen-kdoc.sh From bms at icir.org Wed Jul 9 01:44:43 2008 From: bms at icir.org (Bruce Simpson) Date: Wed, 9 Jul 2008 08:44:43 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/contrib/olsr Message-ID: <200807090844.m698ihvZ016144@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: bms at chum.icir.org 2008-07-09 08:44:43 UTC XORP CVS repository Modified files: contrib/olsr test_routing1.py Log message: Comment out an OLSR test which occasionally fails, causing tinderbox hits. Without better debugging info, it isn't clear exactly why the cost of a non-MPR next-hop is not going back up when the MPR tuple expires. Requested by: Pavlin Radoslavov Revision Changes Path 1.4 +5 -3; commitid: 3eec48747a4541a7; xorp/contrib/olsr/test_routing1.py From bms at icir.org Wed Jul 9 07:47:18 2008 From: bms at icir.org (Bruce Simpson) Date: Wed, 9 Jul 2008 14:47:18 GMT Subject: [Xorp-cvs] XORP cvs commit: www/html_src Message-ID: <200807091447.m69ElIBY018813@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: www Changes by: bms at chum.icir.org 2008-07-09 14:47:18 UTC XORP CVS repository Modified files: html_src downloads.html Log message: Update for 1.5 Windows setup. Revision Changes Path 1.48 +2 -5; commitid: 49664874cf6d41a7; www/html_src/downloads.html From bms at icir.org Wed Jul 9 07:48:03 2008 From: bms at icir.org (Bruce Simpson) Date: Wed, 9 Jul 2008 14:48:03 GMT Subject: [Xorp-cvs] XORP cvs commit: www Message-ID: <200807091448.m69Em3Hi018864@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: www Changes by: bms at chum.icir.org 2008-07-09 14:48:03 UTC XORP CVS repository Modified files: . downloads.html Log message: Regen Revision Changes Path 1.80 +3 -6; commitid: 49994874cfa041a7; www/downloads.html From bms at icir.org Wed Jul 9 07:58:40 2008 From: bms at icir.org (Bruce Simpson) Date: Wed, 9 Jul 2008 14:58:40 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/contrib/win32/installer Message-ID: <200807091458.m69EweXm019014@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: bms at chum.icir.org 2008-07-09 14:58:40 UTC XORP CVS repository Modified files: contrib/win32/installer xorp.nsi Log message: Add OLSR components to Windows installer. Revision Changes Path 1.16 +22 -2; commitid: 4a2f4874d20941a7; xorp/contrib/win32/installer/xorp.nsi From pavlin at icir.org Wed Jul 9 09:26:55 2008 From: pavlin at icir.org (Pavlin Radoslavov) Date: Wed, 9 Jul 2008 16:26:55 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/devnotes Message-ID: <200807091626.m69GQtbm019850@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: pavlin at chum.icir.org 2008-07-09 16:26:55 UTC XORP CVS repository Modified files: devnotes release_process.txt Log message: Fixed some of the host names and the directory paths. Revision Changes Path 1.71 +5 -5; commitid: 4d734874e69741a7; xorp/devnotes/release_process.txt From pavlin at icir.org Wed Jul 9 19:16:54 2008 From: pavlin at icir.org (Pavlin Radoslavov) Date: Thu, 10 Jul 2008 02:16:54 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp Message-ID: <200807100216.m6A2Gs2W024352@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: pavlin at chum.icir.org 2008-07-10 02:16:54 UTC XORP CVS repository Modified files: . configure configure.in Log message: Bug fix: replace "1.5-WIP" leftover with "1.5-RC" Bug found by: Atanu Ghosh Revision Changes Path 1.286 +2 -2; commitid: 5eff487570cf41a7; xorp/configure 1.222 +3 -3; commitid: 5eff487570cf41a7; xorp/configure.in From pavlin at icir.org Thu Jul 10 00:38:39 2008 From: pavlin at icir.org (Pavlin Radoslavov) Date: Thu, 10 Jul 2008 07:38:39 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/contrib Message-ID: <200807100738.m6A7cdTK026427@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: pavlin at chum.icir.org 2008-07-10 07:38:39 UTC XORP CVS repository Modified files: contrib Jamfile Log message: Removed commented-out sub-directory. Revision Changes Path 1.5 +1 -2; commitid: 67244875bc7441a7; xorp/contrib/Jamfile From pavlin at icir.org Thu Jul 10 03:45:27 2008 From: pavlin at icir.org (Pavlin Radoslavov) Date: Thu, 10 Jul 2008 10:45:27 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/contrib/mld6igmp_lite Message-ID: <200807101045.m6AAjROk028286@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: pavlin at chum.icir.org 2008-07-10 10:45:27 UTC XORP CVS repository Log message: Directory /usr/local/www/data/cvs/xorp/contrib/mld6igmp_lite added to the repository From pavlin at icir.org Thu Jul 10 04:06:36 2008 From: pavlin at icir.org (Pavlin Radoslavov) Date: Thu, 10 Jul 2008 11:06:36 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp xorp/contrib xorp/contrib/mld6igmp_lite Message-ID: <200807101106.m6AB6aaT028622@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: pavlin at chum.icir.org 2008-07-10 11:06:36 UTC XORP CVS repository Modified files: . configure configure.in contrib Jamfile Added files: contrib/mld6igmp_lite .cvsignore Jamfile Makefile.am Makefile.in README TODO command_mld6igmp igmp.tp igmp_proto.h mld.tp mld6_proto.h mld6igmp_config.cc mld6igmp_group_record.cc mld6igmp_group_record.hh mld6igmp_module.h mld6igmp_node.cc mld6igmp_node.hh mld6igmp_node_cli.cc mld6igmp_node_cli.hh mld6igmp_proto.cc mld6igmp_source_record.cc mld6igmp_source_record.hh mld6igmp_vif.cc mld6igmp_vif.hh xorp_igmp.cc xorp_mld.cc xrl_mld6igmp_node.cc xrl_mld6igmp_node.hh xrl_mld6igmp_shell_funcs.sh Log message: Added LightWeight IGMP/MLD protocol implementation. The protocol is described in the following Internet Draft: draft-ietf-mboned-lightweight-igmpv3-mldv2-02 The LightWeight IGMP/MLD implementation can be used instead of the existing vanilla IGMP/MLD implementation and is enabled by: ./configure --with-mld6igmp_lite This closes Bugzilla entry #756. Bugzilla URL: http://bugzilla.xorp.org/bugzilla/show_bug.cgi?id=756 Submitted by: Beijing University of Posts and Telecommunications BNRC and Huawei company Submitted by: BinLi Revision Changes Path 1.287 +84 -25; commitid: 6eee4875e98541a7; xorp/configure 1.223 +39 -2; commitid: 6eee4875e98541a7; xorp/configure.in 1.6 +2 -1; commitid: 6eee4875e98541a7; xorp/contrib/Jamfile 1.1 +8 -0 xorp/contrib/mld6igmp_lite/.cvsignore (new) 1.1 +56 -0 xorp/contrib/mld6igmp_lite/Jamfile (new) 1.1 +76 -0 xorp/contrib/mld6igmp_lite/Makefile.am (new) 1.1 +687 -0 xorp/contrib/mld6igmp_lite/Makefile.in (new) 1.1 +62 -0 xorp/contrib/mld6igmp_lite/README (new) 1.1 +51 -0 xorp/contrib/mld6igmp_lite/TODO (new) 1.1 +67 -0 xorp/contrib/mld6igmp_lite/command_mld6igmp (new) 1.1 +159 -0 xorp/contrib/mld6igmp_lite/igmp.tp (new) 1.1 +285 -0 xorp/contrib/mld6igmp_lite/igmp_proto.h (new) 1.1 +159 -0 xorp/contrib/mld6igmp_lite/mld.tp (new) 1.1 +239 -0 xorp/contrib/mld6igmp_lite/mld6_proto.h (new) 1.1 +579 -0 xorp/contrib/mld6igmp_lite/mld6igmp_config.cc (new) 1.1 +1516 -0 xorp/contrib/mld6igmp_lite/mld6igmp_group_record.cc (new) 1.1 +508 -0 xorp/contrib/mld6igmp_lite/mld6igmp_group_record.hh (new) 1.1 +34 -0 xorp/contrib/mld6igmp_lite/mld6igmp_module.h (new) 1.1 +1549 -0 xorp/contrib/mld6igmp_lite/mld6igmp_node.cc (new) 1.1 +927 -0 xorp/contrib/mld6igmp_lite/mld6igmp_node.hh (new) 1.1 +448 -0 xorp/contrib/mld6igmp_lite/mld6igmp_node_cli.cc (new) 1.1 +120 -0 xorp/contrib/mld6igmp_lite/mld6igmp_node_cli.hh (new) 1.1 +1079 -0 xorp/contrib/mld6igmp_lite/mld6igmp_proto.cc (new) 1.1 +514 -0 xorp/contrib/mld6igmp_lite/mld6igmp_source_record.cc (new) 1.1 +303 -0 xorp/contrib/mld6igmp_lite/mld6igmp_source_record.hh (new) 1.1 +1873 -0 xorp/contrib/mld6igmp_lite/mld6igmp_vif.cc (new) 1.1 +739 -0 xorp/contrib/mld6igmp_lite/mld6igmp_vif.hh (new) 1.1 +206 -0 xorp/contrib/mld6igmp_lite/xorp_igmp.cc (new) 1.1 +215 -0 xorp/contrib/mld6igmp_lite/xorp_mld.cc (new) 1.1 +2524 -0 xorp/contrib/mld6igmp_lite/xrl_mld6igmp_node.cc (new) 1.1 +973 -0 xorp/contrib/mld6igmp_lite/xrl_mld6igmp_node.hh (new) 1.1 +443 -0 xorp/contrib/mld6igmp_lite/xrl_mld6igmp_shell_funcs.sh (new) From pavlin at icir.org Thu Jul 10 04:13:55 2008 From: pavlin at icir.org (Pavlin Radoslavov) Date: Thu, 10 Jul 2008 11:13:55 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/contrib/mld6igmp_lite Message-ID: <200807101113.m6ABDtHw028702@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: pavlin at chum.icir.org 2008-07-10 11:13:55 UTC XORP CVS repository Modified files: contrib/mld6igmp_lite mld6igmp_group_record.cc Log message: Moved the UNUSED() statements after the declaration of the local variables. Revision Changes Path 1.2 +4 -2; commitid: 70074875eee241a7; xorp/contrib/mld6igmp_lite/mld6igmp_group_record.cc From pavlin at icir.org Thu Jul 10 04:14:34 2008 From: pavlin at icir.org (Pavlin Radoslavov) Date: Thu, 10 Jul 2008 11:14:34 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/contrib/mld6igmp_lite Message-ID: <200807101114.m6ABEYlM028745@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: pavlin at chum.icir.org 2008-07-10 11:14:34 UTC XORP CVS repository Modified files: contrib/mld6igmp_lite README Log message: Minor edits. Revision Changes Path 1.2 +6 -3; commitid: 70324875ef1441a7; xorp/contrib/mld6igmp_lite/README From pavlin at ICSI.Berkeley.EDU Thu Jul 10 04:17:53 2008 From: pavlin at ICSI.Berkeley.EDU (Pavlin Radoslavov) Date: Thu, 10 Jul 2008 04:17:53 -0700 Subject: [Xorp-cvs] XORP cvs commit: xorp xorp/contrib xorp/contrib/mld6igmp_lite In-Reply-To: <200807101106.m6AB6aaT028622@chum.icir.org> References: <200807101106.m6AB6aaT028622@chum.icir.org> Message-ID: <200807101118.m6ABHrgo028025@fruitcake.ICSI.Berkeley.EDU> Forgot to add for the record: Approved by: Atanu Ghosh Pavlin Pavlin Radoslavov wrote: > CVSROOT: /usr/local/www/data/cvs > Module name: xorp > Changes by: pavlin at chum.icir.org 2008-07-10 11:06:36 UTC > > XORP CVS repository > > > Modified files: > . configure configure.in > contrib Jamfile > > Added files: > contrib/mld6igmp_lite .cvsignore Jamfile Makefile.am Makefile.in > README TODO command_mld6igmp igmp.tp > igmp_proto.h mld.tp mld6_proto.h > mld6igmp_config.cc mld6igmp_group_record.cc > mld6igmp_group_record.hh mld6igmp_module.h > mld6igmp_node.cc mld6igmp_node.hh > mld6igmp_node_cli.cc mld6igmp_node_cli.hh > mld6igmp_proto.cc mld6igmp_source_record.cc > mld6igmp_source_record.hh mld6igmp_vif.cc > mld6igmp_vif.hh xorp_igmp.cc xorp_mld.cc > xrl_mld6igmp_node.cc xrl_mld6igmp_node.hh > xrl_mld6igmp_shell_funcs.sh > > Log message: > Added LightWeight IGMP/MLD protocol implementation. > The protocol is described in the following Internet Draft: > draft-ietf-mboned-lightweight-igmpv3-mldv2-02 > > The LightWeight IGMP/MLD implementation can be used instead of the > existing vanilla IGMP/MLD implementation and is enabled by: > ./configure --with-mld6igmp_lite > > This closes Bugzilla entry #756. > > Bugzilla URL: http://bugzilla.xorp.org/bugzilla/show_bug.cgi?id=756 > Submitted by: Beijing University of Posts and Telecommunications BNRC and Huawei company > Submitted by: BinLi > > Revision Changes Path > 1.287 +84 -25; commitid: 6eee4875e98541a7; xorp/configure > 1.223 +39 -2; commitid: 6eee4875e98541a7; xorp/configure.in > 1.6 +2 -1; commitid: 6eee4875e98541a7; xorp/contrib/Jamfile > 1.1 +8 -0 xorp/contrib/mld6igmp_lite/.cvsignore (new) > 1.1 +56 -0 xorp/contrib/mld6igmp_lite/Jamfile (new) > 1.1 +76 -0 xorp/contrib/mld6igmp_lite/Makefile.am (new) > 1.1 +687 -0 xorp/contrib/mld6igmp_lite/Makefile.in (new) > 1.1 +62 -0 xorp/contrib/mld6igmp_lite/README (new) > 1.1 +51 -0 xorp/contrib/mld6igmp_lite/TODO (new) > 1.1 +67 -0 xorp/contrib/mld6igmp_lite/command_mld6igmp (new) > 1.1 +159 -0 xorp/contrib/mld6igmp_lite/igmp.tp (new) > 1.1 +285 -0 xorp/contrib/mld6igmp_lite/igmp_proto.h (new) > 1.1 +159 -0 xorp/contrib/mld6igmp_lite/mld.tp (new) > 1.1 +239 -0 xorp/contrib/mld6igmp_lite/mld6_proto.h (new) > 1.1 +579 -0 xorp/contrib/mld6igmp_lite/mld6igmp_config.cc (new) > 1.1 +1516 -0 xorp/contrib/mld6igmp_lite/mld6igmp_group_record.cc (new) > 1.1 +508 -0 xorp/contrib/mld6igmp_lite/mld6igmp_group_record.hh (new) > 1.1 +34 -0 xorp/contrib/mld6igmp_lite/mld6igmp_module.h (new) > 1.1 +1549 -0 xorp/contrib/mld6igmp_lite/mld6igmp_node.cc (new) > 1.1 +927 -0 xorp/contrib/mld6igmp_lite/mld6igmp_node.hh (new) > 1.1 +448 -0 xorp/contrib/mld6igmp_lite/mld6igmp_node_cli.cc (new) > 1.1 +120 -0 xorp/contrib/mld6igmp_lite/mld6igmp_node_cli.hh (new) > 1.1 +1079 -0 xorp/contrib/mld6igmp_lite/mld6igmp_proto.cc (new) > 1.1 +514 -0 xorp/contrib/mld6igmp_lite/mld6igmp_source_record.cc (new) > 1.1 +303 -0 xorp/contrib/mld6igmp_lite/mld6igmp_source_record.hh (new) > 1.1 +1873 -0 xorp/contrib/mld6igmp_lite/mld6igmp_vif.cc (new) > 1.1 +739 -0 xorp/contrib/mld6igmp_lite/mld6igmp_vif.hh (new) > 1.1 +206 -0 xorp/contrib/mld6igmp_lite/xorp_igmp.cc (new) > 1.1 +215 -0 xorp/contrib/mld6igmp_lite/xorp_mld.cc (new) > 1.1 +2524 -0 xorp/contrib/mld6igmp_lite/xrl_mld6igmp_node.cc (new) > 1.1 +973 -0 xorp/contrib/mld6igmp_lite/xrl_mld6igmp_node.hh (new) > 1.1 +443 -0 xorp/contrib/mld6igmp_lite/xrl_mld6igmp_shell_funcs.sh (new) > > _______________________________________________ > Xorp-cvs mailing list > Xorp-cvs at icir.org > http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-cvs From pavlin at icir.org Thu Jul 10 10:36:24 2008 From: pavlin at icir.org (Pavlin Radoslavov) Date: Thu, 10 Jul 2008 17:36:24 GMT Subject: [Xorp-cvs] XORP cvs commit: www www/html_src Message-ID: <200807101736.m6AHaOZx032060@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: www Changes by: pavlin at chum.icir.org 2008-07-10 17:36:24 UTC XORP CVS repository Modified files: . mirrors.html html_src mirrors.html Log message: Removed www13.xorp.org from the list of mirrors (per maintainer's request). Revision Changes Path 1.37 +4 -11; commitid: 7d124876485641a7; www/html_src/mirrors.html 1.50 +5 -12; commitid: 7d124876485641a7; www/mirrors.html From pavlin at icir.org Thu Jul 10 11:50:27 2008 From: pavlin at icir.org (Pavlin Radoslavov) Date: Thu, 10 Jul 2008 18:50:27 GMT Subject: [Xorp-cvs] XORP cvs commit: www www/html_src Message-ID: <200807101850.m6AIoRrR032763@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: www Changes by: pavlin at chum.icir.org 2008-07-10 18:50:27 UTC XORP CVS repository Modified files: . mirrors.html html_src mirrors.html Log message: Fix the change in the previous commit which accidentally removed www12.xorp.org instead of www13.xorp.org Revision Changes Path 1.38 +3 -3; commitid: 7fb9487659c041a7; www/html_src/mirrors.html 1.51 +4 -4; commitid: 7fb9487659c041a7; www/mirrors.html From pavlin at icir.org Mon Jul 14 08:59:49 2008 From: pavlin at icir.org (Pavlin Radoslavov) Date: Mon, 14 Jul 2008 15:59:49 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp Message-ID: <200807141559.m6EFxnU0074114@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: pavlin at chum.icir.org 2008-07-14 15:59:49 UTC XORP CVS repository Modified files: . configure configure.in Log message: Bug fix when file names are referred by using variable ${srcdir}. If we are not running the "configure" script directly from the source code directory, this variable is an absolute path name, otherwise is a relative path name. Submitted by: BinLi Revision Changes Path 1.288 +3 -3; commitid: 12169487b76f641a7; xorp/configure 1.224 +4 -4; commitid: 12169487b76f641a7; xorp/configure.in From pavlin at icir.org Tue Jul 15 14:33:17 2008 From: pavlin at icir.org (Pavlin Radoslavov) Date: Tue, 15 Jul 2008 21:33:17 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp Message-ID: <200807152133.m6FLXHuB087203@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: pavlin at chum.icir.org 2008-07-15 21:33:17 UTC XORP CVS repository Modified files: . README Log message: Updated the main development platform from FreeBSD-6.2 to FreeBSD-7.0. Revision Changes Path 1.56 +3 -3; commitid: 1547f487d178541a7; xorp/README From pavlin at icir.org Tue Jul 15 14:33:56 2008 From: pavlin at icir.org (Pavlin Radoslavov) Date: Tue, 15 Jul 2008 21:33:56 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/contrib/olsr Message-ID: <200807152133.m6FLXuBv087246@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: pavlin at chum.icir.org 2008-07-15 21:33:56 UTC XORP CVS repository Modified files: contrib/olsr README Log message: Minor editorial nit. Revision Changes Path 1.3 +2 -2; commitid: 154b7487d17b941a7; xorp/contrib/olsr/README From pavlin at icir.org Tue Jul 15 14:34:22 2008 From: pavlin at icir.org (Pavlin Radoslavov) Date: Tue, 15 Jul 2008 21:34:22 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/contrib/win32/installer Message-ID: <200807152134.m6FLYMY4087283@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: pavlin at chum.icir.org 2008-07-15 21:34:22 UTC XORP CVS repository Modified files: contrib/win32/installer README Log message: Removed extra empty lines. Revision Changes Path 1.5 +1 -3; commitid: 154dc487d17d741a7; xorp/contrib/win32/installer/README From pavlin at icir.org Tue Jul 15 14:35:56 2008 From: pavlin at icir.org (Pavlin Radoslavov) Date: Tue, 15 Jul 2008 21:35:56 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/libxipc Message-ID: <200807152135.m6FLZuFM087362@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: pavlin at chum.icir.org 2008-07-15 21:35:56 UTC XORP CVS repository Modified files: libxipc README Log message: Removed a statement that can be assumed to be implied. Revision Changes Path 1.9 +2 -3; commitid: 1552b487d181941a7; xorp/libxipc/README From pavlin at icir.org Tue Jul 15 14:37:31 2008 From: pavlin at icir.org (Pavlin Radoslavov) Date: Tue, 15 Jul 2008 21:37:31 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/cli xorp/fea xorp/libcomm xorp/pim Message-ID: <200807152137.m6FLbVdO087464@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: pavlin at chum.icir.org 2008-07-15 21:37:31 UTC XORP CVS repository Modified files: cli README fea README README.mfea libcomm README pim README Log message: Updated the README files in preparation for the forthcoming XORP-1.5 release. Revision Changes Path 1.15 +3 -3; commitid: 15556487d187641a7; xorp/cli/README 1.10 +20 -12; commitid: 15556487d187641a7; xorp/fea/README 1.21 +10 -19; commitid: 15556487d187641a7; xorp/fea/README.mfea 1.4 +3 -4; commitid: 15556487d187641a7; xorp/libcomm/README 1.34 +4 -3; commitid: 15556487d187641a7; xorp/pim/README From pavlin at icir.org Tue Jul 15 17:01:29 2008 From: pavlin at icir.org (Pavlin Radoslavov) Date: Wed, 16 Jul 2008 00:01:29 GMT Subject: [Xorp-cvs] XORP cvs commit: www www/html_src Message-ID: <200807160001.m6G01TO0088488@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: www Changes by: pavlin at chum.icir.org 2008-07-16 00:01:29 UTC XORP CVS repository Modified files: . contributing.html html_src contributing.html Log message: Removed contributing items that are already done: VLAN and packet capturing (pcap) support. Revision Changes Path 1.37 +1 -18; commitid: 1597e487d3a3441a7; www/contributing.html 1.11 +0 -17; commitid: 1597e487d3a3441a7; www/html_src/contributing.html From pavlin at icir.org Tue Jul 15 23:13:01 2008 From: pavlin at icir.org (Pavlin Radoslavov) Date: Wed, 16 Jul 2008 06:13:01 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/contrib/olsr Message-ID: <200807160613.m6G6D1qi090915@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: pavlin at chum.icir.org 2008-07-16 06:13:01 UTC XORP CVS repository Modified files: contrib/olsr olsr_types.hh Log message: Added brackets to clarify the evaluation logic. This fixes a compilation error on Fedora 9 with the following gcc compiler: gcc (GCC) 4.3.0 20080428 (Red Hat 4.3.0-8) Revision Changes Path 1.3 +3 -3; commitid: 1630c487d910541a7; xorp/contrib/olsr/olsr_types.hh From pavlin at icir.org Tue Jul 15 23:14:21 2008 From: pavlin at icir.org (Pavlin Radoslavov) Date: Wed, 16 Jul 2008 06:14:21 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/contrib/olsr Message-ID: <200807160614.m6G6ELJA090954@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: pavlin at chum.icir.org 2008-07-16 06:14:21 UTC XORP CVS repository Modified files: contrib/olsr message.hh neighbor.hh Log message: Removed unnecessary "const" clarifier for integer return values. This fixes a compilation error on Fedora 9 with the following gcc compiler: gcc (GCC) 4.3.0 20080428 (Red Hat 4.3.0-8) Revision Changes Path 1.2 +3 -3; commitid: 16331487d917a41a7; xorp/contrib/olsr/message.hh 1.2 +2 -2; commitid: 16331487d917a41a7; xorp/contrib/olsr/neighbor.hh From pavlin at icir.org Thu Jul 17 10:40:42 2008 From: pavlin at icir.org (Pavlin Radoslavov) Date: Thu, 17 Jul 2008 17:40:42 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp Message-ID: <200807171740.m6HHegs8001830@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: pavlin at chum.icir.org 2008-07-17 17:40:42 UTC XORP CVS repository Modified files: . BUILD_NOTES Log message: Updated the build nodes for a number of OS versions. Revision Changes Path 1.104 +47 -4; commitid: 6d9487f835341a7; xorp/BUILD_NOTES From pavlin at icir.org Thu Jul 17 10:42:56 2008 From: pavlin at icir.org (Pavlin Radoslavov) Date: Thu, 17 Jul 2008 17:42:56 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp Message-ID: <200807171742.m6HHguxm001873@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: pavlin at chum.icir.org 2008-07-17 17:42:56 UTC XORP CVS repository Modified files: . RELEASE_NOTES Log message: Added a number of newer OS versions to the list os OSs that XORP can be build on: DragonFlyBSD-1.12.2, FreeBSD-7.0, Linux Fedora 9, Linux Gentoo 2008.0, Linux Ubuntu-8.04.1, OpenBSD-4.3, Mac OS X 10.5.2, Mac OS 10.5.3, and Mac OS X 10.5.4. Revision Changes Path 1.204 +7 -4; commitid: 73a487f842f41a7; xorp/RELEASE_NOTES From pavlin at icir.org Thu Jul 17 15:53:34 2008 From: pavlin at icir.org (Pavlin Radoslavov) Date: Thu, 17 Jul 2008 22:53:34 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp Message-ID: <200807172253.m6HMrY9T009128@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: pavlin at chum.icir.org 2008-07-17 22:53:34 UTC XORP CVS repository Modified files: . ERRATA Log message: * Updated the names of the files referred in some of the ERRATA entries. * Added a pointer to the Netfilter Bugzilla entry regarding the C++ compilation issue with some of the Netfilter header files. Revision Changes Path 1.43 +14 -10; commitid: 2391487fcd0c41a7; xorp/ERRATA From pavlin at icir.org Thu Jul 17 16:19:41 2008 From: pavlin at icir.org (Pavlin Radoslavov) Date: Thu, 17 Jul 2008 23:19:41 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/docs/fea Message-ID: <200807172319.m6HNJf5W009359@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: pavlin at chum.icir.org 2008-07-17 23:19:41 UTC XORP CVS repository Modified files: docs/fea fea.tex Log message: Added a footnote that the FEA design document describes the FEA in XORP-1.4, and the document itself won't be updated until the current FEA internals redesign is finalized. Revision Changes Path 1.22 +5 -2; commitid: 2478487fd34941a7; xorp/docs/fea/fea.tex From pavlin at icir.org Thu Jul 17 16:25:59 2008 From: pavlin at icir.org (Pavlin Radoslavov) Date: Thu, 17 Jul 2008 23:25:59 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/docs/fea Message-ID: <200807172325.m6HNPxeE009469@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: pavlin at chum.icir.org 2008-07-17 23:25:59 UTC XORP CVS repository Modified files: docs/fea fea.tex Log message: Updated the version to 1.5 and the date. Revision Changes Path 1.23 +8 -5; commitid: 24e0487fd4e741a7; xorp/docs/fea/fea.tex From pavlin at icir.org Thu Jul 17 19:32:40 2008 From: pavlin at icir.org (Pavlin Radoslavov) Date: Fri, 18 Jul 2008 02:32:40 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/docs/rip Message-ID: <200807180232.m6I2Wekt011565@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: pavlin at chum.icir.org 2008-07-18 02:32:40 UTC XORP CVS repository Modified files: docs/rip design-talk.pdf design-talk.ps Log message: Re-generate. Revision Changes Path 1.3 +1036 -915; commitid: 2d14488000c141a7; xorp/docs/rip/design-talk.pdf 1.3 +19 -104; commitid: 2d14488000c141a7; xorp/docs/rip/design-talk.ps From pavlin at icir.org Thu Jul 17 19:34:56 2008 From: pavlin at icir.org (Pavlin Radoslavov) Date: Fri, 18 Jul 2008 02:34:56 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/pim xorp/docs/pim_testsuite xorp/docs/rib xorp/docs/rtrmgr ... Message-ID: <200807180234.m6I2Yuk4011905@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: pavlin at chum.icir.org 2008-07-18 02:34:56 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/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/xorpdev_101 xorpdev_101.tex Log message: * Rrepared for XORP Release 1.5 * Updated the "Modified History" section so it is more accurate. Revision Changes Path 1.26 +27 -17; commitid: 2d5c4880011b41a7; xorp/docs/bgp/bgp.tex 1.27 +26 -21; commitid: 2d5c4880011b41a7; xorp/docs/design_arch/design_arch.tex 1.43 +20 -12; commitid: 2d5c4880011b41a7; xorp/docs/design_arch/error_handling.tex 1.24 +26 -23; commitid: 2d5c4880011b41a7; xorp/docs/fea/fea.tex 1.20 +24 -14; commitid: 2d5c4880011b41a7; xorp/docs/libxipc/libxipc_overview.tex 1.25 +25 -15; commitid: 2d5c4880011b41a7; xorp/docs/libxipc/xrl_interfaces.tex 1.31 +30 -19; commitid: 2d5c4880011b41a7; xorp/docs/libxorp/libxorp_overview.tex 1.26 +28 -17; commitid: 2d5c4880011b41a7; xorp/docs/mfea/mfea_arch.tex 1.24 +27 -15; commitid: 2d5c4880011b41a7; xorp/docs/mld6igmp/mld6igmp_arch.tex 1.23 +26 -19; commitid: 2d5c4880011b41a7; xorp/docs/multicast/multicast_arch.tex 1.26 +31 -19; commitid: 2d5c4880011b41a7; xorp/docs/pim/pim_arch.tex 1.45 +4 -3; commitid: 2d5c4880011b41a7; xorp/docs/pim_testsuite/pim_testsuite.tex 1.25 +25 -17; commitid: 2d5c4880011b41a7; xorp/docs/rib/rib.tex 1.55 +25 -13; commitid: 2d5c4880011b41a7; xorp/docs/rtrmgr/rtrmgr.tex 1.29 +22 -11; commitid: 2d5c4880011b41a7; xorp/docs/snmp/snmp_overview.tex 1.38 +26 -15; commitid: 2d5c4880011b41a7; xorp/docs/test_harness/test_harness.tex 1.26 +14 -8; commitid: 2d5c4880011b41a7; xorp/docs/xorpdev_101/xorpdev_101.tex From bms at icir.org Fri Jul 18 04:32:50 2008 From: bms at icir.org (Bruce Simpson) Date: Fri, 18 Jul 2008 11:32:50 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp Message-ID: <200807181132.m6IBWo84019918@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: bms at chum.icir.org 2008-07-18 11:32:50 UTC XORP CVS repository Modified files: . RELEASE_NOTES Log message: Add OLSR to release notes. Revision Changes Path 1.205 +7 -1; commitid: 4db748807f5941a7; xorp/RELEASE_NOTES From bms at icir.org Fri Jul 18 04:39:53 2008 From: bms at icir.org (Bruce Simpson) Date: Fri, 18 Jul 2008 11:39:53 GMT Subject: [Xorp-cvs] XORP cvs commit: www www/html_src Message-ID: <200807181139.m6IBdrIc020027@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: www Changes by: bms at chum.icir.org 2008-07-18 11:39:53 UTC XORP CVS repository Modified files: . contributing.html getting_started.html html_src getting_started.html Log message: Update 'Getting Started' page to reflect the split of config.boot.sample in the source tree into several individual sample configuration files. Revision Changes Path 1.38 +1 -1; commitid: 4e0f488080cf41a7; www/contributing.html 1.80 +6 -7; commitid: 4e0f488080cf41a7; www/getting_started.html 1.47 +5 -6; commitid: 4e0f488080cf41a7; www/html_src/getting_started.html From pavlin at icir.org Fri Jul 18 09:43:54 2008 From: pavlin at icir.org (Pavlin Radoslavov) Date: Fri, 18 Jul 2008 16:43:54 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/docs/user_manual Message-ID: <200807181643.m6IGhsgn022174@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: pavlin at chum.icir.org 2008-07-18 16:43:54 UTC XORP CVS repository Modified files: docs/user_manual pimsm.tex Log message: Updated the "Configuring PIM-SM" section: kernel config "options PIM" is not needed for FreeBSD-7.0 and later. Revision Changes Path 1.32 +8 -2; commitid: 56874880c81e41a7; xorp/docs/user_manual/pimsm.tex From pavlin at icir.org Fri Jul 18 09:52:54 2008 From: pavlin at icir.org (Pavlin Radoslavov) Date: Fri, 18 Jul 2008 16:52:54 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/docs/user_manual Message-ID: <200807181652.m6IGqsct022272@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: pavlin at chum.icir.org 2008-07-18 16:52:54 UTC XORP CVS repository Modified files: docs/user_manual interfaces.tex Log message: Updated the VLAN-related footnote: VLANs are supported for all BSDs and Linux. Revision Changes Path 1.18 +2 -2; commitid: 56e94880ca4741a7; xorp/docs/user_manual/interfaces.tex From pavlin at icir.org Fri Jul 18 11:40:36 2008 From: pavlin at icir.org (Pavlin Radoslavov) Date: Fri, 18 Jul 2008 18:40:36 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/docs/user_manual Message-ID: <200807181840.m6IIeaj4023461@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: pavlin at chum.icir.org 2008-07-18 18:40:36 UTC XORP CVS repository Modified files: docs/user_manual pimsm.tex snmp.tex unicast_routing.tex Log message: Updated the date in preparation for the 1.5 release. Revision Changes Path 1.33 +2 -2; commitid: 5b8a4880e39341a7; xorp/docs/user_manual/pimsm.tex 1.9 +2 -2; commitid: 5b8a4880e39341a7; xorp/docs/user_manual/snmp.tex 1.13 +3 -3; commitid: 5b8a4880e39341a7; xorp/docs/user_manual/unicast_routing.tex From pavlin at icir.org Fri Jul 18 12:42:30 2008 From: pavlin at icir.org (Pavlin Radoslavov) Date: Fri, 18 Jul 2008 19:42:30 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/docs/user_manual Message-ID: <200807181942.m6IJgUmi023872@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: pavlin at chum.icir.org 2008-07-18 19:42:30 UTC XORP CVS repository Modified files: docs/user_manual ospf.tex Log message: Added missing new-line LaTeX marker. Revision Changes Path 1.15 +2 -2; commitid: 5d294880f21041a7; xorp/docs/user_manual/ospf.tex From pavlin at icir.org Fri Jul 18 16:04:34 2008 From: pavlin at icir.org (Pavlin Radoslavov) Date: Fri, 18 Jul 2008 23:04:34 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/docs/user_manual Message-ID: <200807182304.m6IN4Y8n025200@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: pavlin at chum.icir.org 2008-07-18 23:04:34 UTC XORP CVS repository Modified files: docs/user_manual interfaces.tex Log message: Fix a typo. Revision Changes Path 1.19 +2 -2; commitid: 62594881217d41a7; xorp/docs/user_manual/interfaces.tex From pavlin at icir.org Fri Jul 18 16:12:40 2008 From: pavlin at icir.org (Pavlin Radoslavov) Date: Fri, 18 Jul 2008 23:12:40 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/docs/user_manual Message-ID: <200807182312.m6INCe3n025312@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: pavlin at chum.icir.org 2008-07-18 23:12:40 UTC XORP CVS repository Modified files: docs/user_manual Makefile.am Makefile.in config_overview.tex user_manual.tex Added files: docs/user_manual firewall.tex Log message: * Added information how to configure firewall rules in the Configuration Overview chapter * Added a new Firewall chapter * Updated the document version to 1.5 Revision Changes Path 1.10 +2 -1; commitid: 62874881219c41a7; xorp/docs/user_manual/Makefile.am 1.26 +2 -2; commitid: 62874881219c41a7; xorp/docs/user_manual/Makefile.in 1.25 +55 -1; commitid: 62874881219c41a7; xorp/docs/user_manual/config_overview.tex 1.1 +267 -0 xorp/docs/user_manual/firewall.tex (new) 1.20 +4 -3; commitid: 62874881219c41a7; xorp/docs/user_manual/user_manual.tex From pavlin at icir.org Fri Jul 18 16:37:05 2008 From: pavlin at icir.org (Pavlin Radoslavov) Date: Fri, 18 Jul 2008 23:37:05 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp Message-ID: <200807182337.m6INb5kx025532@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: pavlin at chum.icir.org 2008-07-18 23:37:05 UTC XORP CVS repository Modified files: . RELEASE_NOTES Log message: Added Lightweight IGMP/MLD to the release notes. Revision Changes Path 1.206 +8 -1; commitid: 63a54881291241a7; xorp/RELEASE_NOTES From pavlin at icir.org Fri Jul 18 16:41:21 2008 From: pavlin at icir.org (Pavlin Radoslavov) Date: Fri, 18 Jul 2008 23:41:21 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/contrib/mld6igmp_lite Message-ID: <200807182341.m6INfL8F025599@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: pavlin at chum.icir.org 2008-07-18 23:41:21 UTC XORP CVS repository Modified files: contrib/mld6igmp_lite README Log message: Added information how to compile and configure Lightweight-MLD/IGMP. Revision Changes Path 1.3 +9 -1; commitid: 63e848812a0b41a7; xorp/contrib/mld6igmp_lite/README From pavlin at icir.org Fri Jul 18 17:52:45 2008 From: pavlin at icir.org (Pavlin Radoslavov) Date: Sat, 19 Jul 2008 00:52:45 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/fea/data_plane/io Message-ID: <200807190052.m6J0qjsQ026191@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: pavlin at chum.icir.org 2008-07-19 00:52:45 UTC XORP CVS repository Modified files: fea/data_plane/io io_ip_socket.cc Log message: Critical bug fix when transmitting IPv6 packets with Router Alert header included on a system that doesn't have support for the RFC 3542 API, and doesn't have IPv6 multicast routing. Bug found by: Ben Greear Approved by: Atanu Ghosh Revision Changes Path 1.21 +3 -3; commitid: 65ca488137bd41a7; xorp/fea/data_plane/io/io_ip_socket.cc From atanu at icir.org Fri Jul 18 18:12:39 2008 From: atanu at icir.org (Atanu Ghosh) Date: Sat, 19 Jul 2008 01:12:39 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/docs/user_manual Message-ID: <200807190112.m6J1CdSj026417@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: atanu at chum.icir.org 2008-07-19 01:12:39 UTC XORP CVS repository Modified files: docs/user_manual ospf.tex Log message: Update the OSPFv3 draft number and refer to the 1.4 release in the past tense. Revision Changes Path 1.16 +4 -4; commitid: 671848813f8641a7; xorp/docs/user_manual/ospf.tex From atanu at icir.org Fri Jul 18 18:21:40 2008 From: atanu at icir.org (Atanu Ghosh) Date: Sat, 19 Jul 2008 01:21:40 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/ospf Message-ID: <200807190121.m6J1LepO026525@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: atanu at chum.icir.org 2008-07-19 01:21:40 UTC XORP CVS repository Modified files: ospf README Log message: Update the date. Revision Changes Path 1.7 +2 -2; commitid: 6784488141a341a7; xorp/ospf/README From atanu at icir.org Fri Jul 18 18:29:02 2008 From: atanu at icir.org (Atanu Ghosh) Date: Sat, 19 Jul 2008 01:29:02 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/bgp Message-ID: <200807190129.m6J1T2Zl026608@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: atanu at chum.icir.org 2008-07-19 01:29:02 UTC XORP CVS repository Modified files: bgp README Log message: Note the support for four-octet AS number space. Revision Changes Path 1.15 +3 -2; commitid: 67d74881435d41a7; xorp/bgp/README From atanu at icir.org Fri Jul 18 18:46:01 2008 From: atanu at icir.org (Atanu Ghosh) Date: Sat, 19 Jul 2008 01:46:01 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp Message-ID: <200807190146.m6J1k17c026843@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: atanu at chum.icir.org 2008-07-19 01:46:01 UTC XORP CVS repository Modified files: . RELEASE_NOTES Log message: Update the OSPFv3 draft number. Revision Changes Path 1.207 +2 -2; commitid: 68c24881475841a7; xorp/RELEASE_NOTES From bms at icir.org Mon Jul 21 07:14:19 2008 From: bms at icir.org (Bruce Simpson) Date: Mon, 21 Jul 2008 14:14:19 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp xorp/contrib/win32/installer xorp/mibs Message-ID: <200807211414.m6LEEJdM052751@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: bms at chum.icir.org 2008-07-21 14:14:19 UTC XORP CVS repository Modified files: . README RELEASE_NOTES VERSION configure configure.in contrib/win32/installer xorp.nsi mibs configure configure.in Log message: Prepare XORP for release; update the version number Revision Changes Path 1.57 +2 -2; commitid: cdc84884993841a7; xorp/README 1.208 +3 -3; commitid: cdc84884993841a7; xorp/RELEASE_NOTES 1.19 +1 -1; commitid: cdc84884993841a7; xorp/VERSION 1.289 +11 -11; commitid: cdc84884993841a7; xorp/configure 1.225 +4 -4; commitid: cdc84884993841a7; xorp/configure.in 1.17 +2 -2; commitid: cdc84884993841a7; xorp/contrib/win32/installer/xorp.nsi 1.66 +1 -1; commitid: cdc84884993841a7; xorp/mibs/configure 1.31 +3 -3; commitid: cdc84884993841a7; xorp/mibs/configure.in From bms at icir.org Mon Jul 21 07:23:41 2008 From: bms at icir.org (Bruce Simpson) Date: Mon, 21 Jul 2008 14:23:41 GMT Subject: [Xorp-cvs] XORP cvs commit: www www/html_src Message-ID: <200807211423.m6LENfkR052880@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: www Changes by: bms at chum.icir.org 2008-07-21 14:23:41 UTC XORP CVS repository Modified files: . status.html html_src status.html Log message: Update date in status web page for release 1.5. Revision Changes Path 1.25 +1 -1; commitid: ce6648849be041a7; www/html_src/status.html 1.41 +2 -2; commitid: ce6648849be041a7; www/status.html From bms at icir.org Mon Jul 21 07:36:57 2008 From: bms at icir.org (Bruce Simpson) Date: Mon, 21 Jul 2008 14:36:57 GMT Subject: [Xorp-cvs] XORP cvs commit: www www/html_src Message-ID: <200807211436.m6LEavRe053092@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: www Changes by: bms at chum.icir.org 2008-07-21 14:36:57 UTC XORP CVS repository Modified files: . design_docs.html downloads.html index.html livecd.html news.html roadmap.html html_src design_docs.html downloads.html index.html livecd.html news.html roadmap.html Log message: Update web pages for 1.5 release. Revision Changes Path 1.27 +76 -76; commitid: cf2648849efb41a7; www/design_docs.html 1.81 +27 -14; commitid: cf2648849efb41a7; www/downloads.html 1.8 +75 -75; commitid: cf2648849efb41a7; www/html_src/design_docs.html 1.49 +26 -13; commitid: cf2648849efb41a7; www/html_src/downloads.html 1.28 +3 -3; commitid: cf2648849efb41a7; www/html_src/index.html 1.33 +5 -5; commitid: cf2648849efb41a7; www/html_src/livecd.html 1.30 +3 -3; commitid: cf2648849efb41a7; www/html_src/news.html 1.16 +1 -1; commitid: cf2648849efb41a7; www/html_src/roadmap.html 1.86 +4 -4; commitid: cf2648849efb41a7; www/index.html 1.61 +6 -6; commitid: cf2648849efb41a7; www/livecd.html 1.65 +4 -4; commitid: cf2648849efb41a7; www/news.html 1.24 +2 -2; commitid: cf2648849efb41a7; www/roadmap.html From bms at icir.org Mon Jul 21 07:54:14 2008 From: bms at icir.org (Bruce Simpson) Date: Mon, 21 Jul 2008 14:54:14 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/docs/olsr Message-ID: <200807211454.m6LEsELF053224@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: bms at chum.icir.org 2008-07-21 14:54:14 UTC XORP CVS repository Modified files: docs/olsr olsr_manual.tex Log message: Update document date. Revision Changes Path 1.2 +3 -3; commitid: cfd14884a30441a7; xorp/docs/olsr/olsr_manual.tex From bms at icir.org Tue Jul 22 02:18:59 2008 From: bms at icir.org (Bruce Simpson) Date: Tue, 22 Jul 2008 09:18:59 GMT Subject: [Xorp-cvs] XORP cvs commit: www www/html_src Message-ID: <200807220918.m6M9Ixg5061342@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: www Changes by: bms at chum.icir.org 2008-07-22 09:18:59 UTC XORP CVS repository Modified files: . livecd.html html_src livecd.html Log message: Update Live CD web page for new LiveCD. Requested by: pavlin Revision Changes Path 1.34 +36 -29; commitid: ef744885a5ec41a7; www/html_src/livecd.html 1.62 +37 -30; commitid: ef744885a5ec41a7; www/livecd.html From bms at icir.org Tue Jul 22 02:27:21 2008 From: bms at icir.org (Bruce Simpson) Date: Tue, 22 Jul 2008 09:27:21 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp Message-ID: <200807220927.m6M9RLCJ061445@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: bms at chum.icir.org 2008-07-22 09:27:21 UTC XORP CVS repository Modified files: . README Log message: Add contrib/ section. Add acknowledgement for CenGen. Revision Changes Path 1.58 +12 -3; commitid: efee4885a7ed41a7; xorp/README From bms at icir.org Tue Jul 22 02:49:44 2008 From: bms at icir.org (Bruce Simpson) Date: Tue, 22 Jul 2008 09:49:44 GMT Subject: [Xorp-cvs] XORP cvs commit: www www/html_src Message-ID: <200807220949.m6M9nicP061632@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: www Changes by: bms at chum.icir.org 2008-07-22 09:49:44 UTC XORP CVS repository Modified files: . livecd.html html_src livecd.html Log message: fix typo Revision Changes Path 1.35 +1 -1; commitid: f0964885ad3441a7; www/html_src/livecd.html 1.63 +2 -2; commitid: f0964885ad3441a7; www/livecd.html From bms at icir.org Tue Jul 22 03:51:48 2008 From: bms at icir.org (Bruce Simpson) Date: Tue, 22 Jul 2008 10:51:48 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/docs/user_manual xorp/docs/user_manual/figs Message-ID: <200807221051.m6MApm1w062456@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: bms at chum.icir.org 2008-07-22 10:51:47 UTC XORP CVS repository Modified files: docs/user_manual livecd.tex docs/user_manual/figs cd1.gif cd1.png cd2.gif cd2.png cd3.gif cd4.gif cd4.png Added files: docs/user_manual/figs cd_bootmenu.gif cd_bootmenu.png Removed files: docs/user_manual/figs cd1.ps cd2.ps cd3.ps cd4.ps Log message: Update user manual for new Live CD. Revision Changes Path 1.2 +17 -12; commitid: f3b64885bbb941a7; xorp/docs/user_manual/figs/cd1.gif 1.2 +8 -4; commitid: f3b64885bbb941a7; xorp/docs/user_manual/figs/cd1.png 1.2 +0 -614 xorp/docs/user_manual/figs/cd1.ps (dead) 1.2 +17 -15; commitid: f3b64885bbb941a7; xorp/docs/user_manual/figs/cd2.gif 1.2 +9 -8; commitid: f3b64885bbb941a7; xorp/docs/user_manual/figs/cd2.png 1.2 +0 -578 xorp/docs/user_manual/figs/cd2.ps (dead) 1.2 +2 -2; commitid: f3b64885bbb941a7; xorp/docs/user_manual/figs/cd3.gif 1.2 +0 -422 xorp/docs/user_manual/figs/cd3.ps (dead) 1.2 +29 -24; commitid: f3b64885bbb941a7; xorp/docs/user_manual/figs/cd4.gif 1.2 +14 -19; commitid: f3b64885bbb941a7; xorp/docs/user_manual/figs/cd4.png 1.2 +0 -897 xorp/docs/user_manual/figs/cd4.ps (dead) 1.1 +20 -0 xorp/docs/user_manual/figs/cd_bootmenu.gif (new) 1.1 +13 -0 xorp/docs/user_manual/figs/cd_bootmenu.png (new) 1.3 +37 -47; commitid: f3b64885bbb941a7; xorp/docs/user_manual/livecd.tex From bms at icir.org Tue Jul 22 04:03:08 2008 From: bms at icir.org (Bruce Simpson) Date: Tue, 22 Jul 2008 11:03:08 GMT Subject: [Xorp-cvs] XORP cvs commit: www www/html_src Message-ID: <200807221103.m6MB38il062596@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: www Changes by: bms at chum.icir.org 2008-07-22 11:03:07 UTC XORP CVS repository Modified files: . getting_started.html html_src getting_started.html Log message: add note about OSPFv3 instance ID. Requested by: pavlin Revision Changes Path 1.81 +5 -3; commitid: f45a4885be5e41a7; www/getting_started.html 1.48 +4 -2; commitid: f45a4885be5e41a7; www/html_src/getting_started.html From bms at icir.org Tue Jul 22 09:10:04 2008 From: bms at icir.org (Bruce Simpson) Date: Tue, 22 Jul 2008 16:10:04 GMT Subject: [Xorp-cvs] XORP cvs commit: www/images/livecd Message-ID: <200807221610.m6MGA46N064615@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: www Changes by: bms at chum.icir.org 2008-07-22 16:10:04 UTC XORP CVS repository Modified files: images/livecd cd1.gif cd2.gif cd3.gif cd4.gif Added files: images/livecd cd_bootmenu.gif Log message: Update WWW images for live cd. Revision Changes Path 1.2 +17 -12; commitid: fc414886065141a7; www/images/livecd/cd1.gif 1.2 +17 -15; commitid: fc414886065141a7; www/images/livecd/cd2.gif 1.2 +2 -2; commitid: fc414886065141a7; www/images/livecd/cd3.gif 1.2 +29 -24; commitid: fc414886065141a7; www/images/livecd/cd4.gif 1.1 +20 -0 www/images/livecd/cd_bootmenu.gif (new) From bms at icir.org Tue Jul 22 09:11:52 2008 From: bms at icir.org (Bruce Simpson) Date: Tue, 22 Jul 2008 16:11:52 GMT Subject: [Xorp-cvs] XORP cvs commit: www www/html_src Message-ID: <200807221611.m6MGBqv3064703@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: www Changes by: bms at chum.icir.org 2008-07-22 16:11:52 UTC XORP CVS repository Modified files: . livecd.html html_src livecd.html Log message: Fix a reference to an image which is no longer valid. Revision Changes Path 1.36 +1 -5; commitid: fc95488606b841a7; www/html_src/livecd.html 1.64 +2 -6; commitid: fc95488606b841a7; www/livecd.html From pavlin at icir.org Tue Jul 22 09:50:51 2008 From: pavlin at icir.org (Pavlin Radoslavov) Date: Tue, 22 Jul 2008 16:50:51 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp Message-ID: <200807221650.m6MGopMm065021@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: pavlin at chum.icir.org 2008-07-22 16:50:51 UTC XORP CVS repository Modified files: . README Log message: Updated the text for MLD/IGMPv3-Lite. Revision Changes Path 1.59 +4 -2; commitid: fde648860fdd41a7; xorp/README From pavlin at ICSI.Berkeley.EDU Tue Jul 22 10:05:03 2008 From: pavlin at ICSI.Berkeley.EDU (Pavlin Radoslavov) Date: Tue, 22 Jul 2008 10:05:03 -0700 Subject: [Xorp-cvs] XORP cvs commit: xorp/docs/user_manual xorp/docs/user_manual/figs In-Reply-To: <200807221051.m6MApm1w062456@chum.icir.org> References: <200807221051.m6MApm1w062456@chum.icir.org> Message-ID: <200807221705.m6MH5304026444@fruitcake.ICSI.Berkeley.EDU> Bruce Simpson wrote: > CVSROOT: /usr/local/www/data/cvs > Module name: xorp > Changes by: bms at chum.icir.org 2008-07-22 10:51:47 UTC > > XORP CVS repository > > > Modified files: > docs/user_manual livecd.tex > docs/user_manual/figs cd1.gif cd1.png cd2.gif cd2.png cd3.gif ~~~~~~~ Bruce, The cd3.gif and cd3.png files appear to be floppy-related: "The floppy does not contain a XORP file manifest. ..." Were they added intentionally, or was this the actual message from the new LiveCD? Pavlin > cd4.gif cd4.png > > Added files: > docs/user_manual/figs cd_bootmenu.gif cd_bootmenu.png > > Removed files: > docs/user_manual/figs cd1.ps cd2.ps cd3.ps cd4.ps > > Log message: > Update user manual for new Live CD. > > Revision Changes Path > 1.2 +17 -12; commitid: f3b64885bbb941a7; xorp/docs/user_manual/figs/cd1.gif > 1.2 +8 -4; commitid: f3b64885bbb941a7; xorp/docs/user_manual/figs/cd1.png > 1.2 +0 -614 xorp/docs/user_manual/figs/cd1.ps (dead) > 1.2 +17 -15; commitid: f3b64885bbb941a7; xorp/docs/user_manual/figs/cd2.gif > 1.2 +9 -8; commitid: f3b64885bbb941a7; xorp/docs/user_manual/figs/cd2.png > 1.2 +0 -578 xorp/docs/user_manual/figs/cd2.ps (dead) > 1.2 +2 -2; commitid: f3b64885bbb941a7; xorp/docs/user_manual/figs/cd3.gif > 1.2 +0 -422 xorp/docs/user_manual/figs/cd3.ps (dead) > 1.2 +29 -24; commitid: f3b64885bbb941a7; xorp/docs/user_manual/figs/cd4.gif > 1.2 +14 -19; commitid: f3b64885bbb941a7; xorp/docs/user_manual/figs/cd4.png > 1.2 +0 -897 xorp/docs/user_manual/figs/cd4.ps (dead) > 1.1 +20 -0 xorp/docs/user_manual/figs/cd_bootmenu.gif (new) > 1.1 +13 -0 xorp/docs/user_manual/figs/cd_bootmenu.png (new) > 1.3 +37 -47; commitid: f3b64885bbb941a7; xorp/docs/user_manual/livecd.tex > > _______________________________________________ > Xorp-cvs mailing list > Xorp-cvs at icir.org > http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-cvs From bms at icir.org Tue Jul 22 14:17:04 2008 From: bms at icir.org (Bruce M. Simpson) Date: Tue, 22 Jul 2008 22:17:04 +0100 Subject: [Xorp-cvs] XORP cvs commit: xorp/docs/user_manual xorp/docs/user_manual/figs In-Reply-To: <200807221705.m6MH5304026444@fruitcake.ICSI.Berkeley.EDU> References: <200807221051.m6MApm1w062456@chum.icir.org> <200807221705.m6MH5304026444@fruitcake.ICSI.Berkeley.EDU> Message-ID: <48864E50.7010904@icir.org> Just rehashing, ended up not using them. From pavlin at icir.org Tue Jul 22 15:01:24 2008 From: pavlin at icir.org (Pavlin Radoslavov) Date: Tue, 22 Jul 2008 22:01:24 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/docs/user_manual/figs Message-ID: <200807222201.m6MM1OlY068402@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: pavlin at chum.icir.org 2008-07-22 22:01:24 UTC XORP CVS repository Added files: docs/user_manual/figs cd1.ps cd2.ps cd3.ps cd4.ps Log message: Added-back *.ps versions of the new *.gif files, because the *.ps files are needed by the LaTeX document generation mechanism. The corresponding *.ps files are generated using the following mechanism: - cd docs/user_manual/figs - xv cd1.gif - Right-click with the mouse on the image to open the xv controls menu - Click "Save" - Select Format: PostScript - Click "OK" - Select "compress" - Click "OK" to save the file Revision Changes Path 1.3 +851 -0 xorp/docs/user_manual/figs/cd1.ps (new) 1.3 +807 -0 xorp/docs/user_manual/figs/cd2.ps (new) 1.3 +422 -0 xorp/docs/user_manual/figs/cd3.ps (new) 1.3 +891 -0 xorp/docs/user_manual/figs/cd4.ps (new) From pavlin at icir.org Tue Jul 22 15:24:18 2008 From: pavlin at icir.org (Pavlin Radoslavov) Date: Tue, 22 Jul 2008 22:24:18 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/docs/user_manual Message-ID: <200807222224.m6MMOIbD068651@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: pavlin at chum.icir.org 2008-07-22 22:24:18 UTC XORP CVS repository Modified files: docs/user_manual glossary.tex Log message: Added a footnote to differenciate the generic EGP term from the now historic protocol with same name (RFC 904). Requested by: Kristian Larsson Revision Changes Path 1.6 +4 -2; commitid: 10c1448865da241a7; xorp/docs/user_manual/glossary.tex From pavlin at icir.org Tue Jul 22 15:30:33 2008 From: pavlin at icir.org (Pavlin Radoslavov) Date: Tue, 22 Jul 2008 22:30:33 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/docs/user_manual Message-ID: <200807222230.m6MMUXZu068742@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: pavlin at chum.icir.org 2008-07-22 22:30:33 UTC XORP CVS repository Modified files: docs/user_manual firewall.tex Log message: Fixed typos: mist -> must Bug found by: Kristian Larsson Revision Changes Path 1.2 +3 -3; commitid: 10c6f48865f7241a7; xorp/docs/user_manual/firewall.tex From pavlin at icir.org Tue Jul 22 15:32:35 2008 From: pavlin at icir.org (Pavlin Radoslavov) Date: Tue, 22 Jul 2008 22:32:35 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/docs/user_manual Message-ID: <200807222232.m6MMWZCN068779@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: pavlin at chum.icir.org 2008-07-22 22:32:35 UTC XORP CVS repository Modified files: docs/user_manual forwarding.tex Log message: Fixed a typo: then -> them Bug found by: Kristian Larsson Revision Changes Path 1.14 +2 -2; commitid: 10c9448865ff041a7; xorp/docs/user_manual/forwarding.tex From pavlin at icir.org Tue Jul 22 16:08:09 2008 From: pavlin at icir.org (Pavlin Radoslavov) Date: Tue, 22 Jul 2008 23:08:09 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/contrib/mld6igmp_lite Message-ID: <200807222308.m6MN89VO069144@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: pavlin at chum.icir.org 2008-07-22 23:08:09 UTC XORP CVS repository Modified files: contrib/mld6igmp_lite mld6igmp_proto.cc Log message: Added a missing empty line (needed for clarity). Revision Changes Path 1.2 +2 -1; commitid: 10e014886683541a7; xorp/contrib/mld6igmp_lite/mld6igmp_proto.cc From atanu at icir.org Tue Jul 22 19:24:56 2008 From: atanu at icir.org (Atanu Ghosh) Date: Wed, 23 Jul 2008 02:24:56 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/docs/user_manual Message-ID: <200807230224.m6N2OuX3070899@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: atanu at chum.icir.org 2008-07-23 02:24:56 UTC XORP CVS repository Modified files: docs/user_manual config_overview.tex ospf.tex Log message: Clarified the setting of the router-id. Requested by: Kristian Larsson Revision Changes Path 1.26 +4 -4; commitid: 114d84886967741a7; xorp/docs/user_manual/config_overview.tex 1.17 +5 -5; commitid: 114d84886967741a7; xorp/docs/user_manual/ospf.tex From pavlin at icir.org Tue Jul 22 19:38:59 2008 From: pavlin at icir.org (Pavlin Radoslavov) Date: Wed, 23 Jul 2008 02:38:59 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp xorp/contrib/mld6igmp_lite Message-ID: <200807230238.m6N2cxfm071061@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: pavlin at chum.icir.org 2008-07-23 02:38:59 UTC XORP CVS repository Modified files: . LICENSE.other contrib/mld6igmp_lite mld6igmp_group_record.cc mld6igmp_group_record.hh mld6igmp_node_cli.cc mld6igmp_vif.cc Log message: Updated the copyright for the Lightweight IGMP/MLD changes. Requested by: libin020989 AT gmail.com Revision Changes Path 1.4 +16 -3; commitid: 115654886995341a7; xorp/LICENSE.other 1.3 +8 -1; commitid: 115654886995341a7; xorp/contrib/mld6igmp_lite/mld6igmp_group_record.cc 1.2 +8 -1; commitid: 115654886995341a7; xorp/contrib/mld6igmp_lite/mld6igmp_group_record.hh 1.2 +8 -1; commitid: 115654886995341a7; xorp/contrib/mld6igmp_lite/mld6igmp_node_cli.cc 1.2 +8 -1; commitid: 115654886995341a7; xorp/contrib/mld6igmp_lite/mld6igmp_vif.cc From atanu at icir.org Tue Jul 22 20:01:39 2008 From: atanu at icir.org (Atanu Ghosh) Date: Wed, 23 Jul 2008 03:01:39 GMT Subject: [Xorp-cvs] XORP cvs commit: www/images/mad Message-ID: <200807230301.m6N31dYp071418@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: www Changes by: atanu at chum.icir.org 2008-07-23 03:01:39 UTC XORP CVS repository Log message: Directory /usr/local/www/data/cvs/www/images/mad added to the repository From pavlin at icir.org Tue Jul 22 20:32:05 2008 From: pavlin at icir.org (Pavlin Radoslavov) Date: Wed, 23 Jul 2008 03:32:05 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/docs/kdoc Message-ID: <200807230332.m6N3W5he071748@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: pavlin at chum.icir.org 2008-07-23 03:32:05 UTC XORP CVS repository Modified files: docs/kdoc gen-kdoc.sh Log message: Updated the logo URL. Revision Changes Path 1.28 +2 -2; commitid: 1182d4886a62941a7; xorp/docs/kdoc/gen-kdoc.sh From atanu at icir.org Tue Jul 22 20:44:40 2008 From: atanu at icir.org (Atanu Ghosh) Date: Wed, 23 Jul 2008 03:44:40 GMT Subject: [Xorp-cvs] XORP cvs commit: www www/html_src www/images/mad www/scripts Message-ID: <200807230344.m6N3iehI072073@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: www Changes by: atanu at chum.icir.org 2008-07-23 03:44:40 UTC XORP CVS repository Modified files: . GNUmakefile about.html advisories.html contributing.html cvs.html design_docs.html downloads.html empty.html faq.html getting_started.html index.html license.html livecd.html mailing_lists.html mirror_operation.html mirrors.html news.html papers.html people.html porting.html roadmap.html snmp.html xorp.css xorp_vision.html html_src about.html contributing.html cvs.html downloads.html empty.html index.html license.html livecd.html mirrors.html news.html snmp.html xorp_vision.html scripts XorpOrgGenerator.py Added files: . architecture.html html_src architecture.html images/mad BGshadow-xorp_org.gif bottom.gif dotLine3.gif lines3.gif logo-xorp_org.gif network-art.gif vStroke.gif Removed files: . status.html html_src status.html Log message: Update the web site. Revision Changes Path 1.2 +2 -2; commitid: 118df4886a92141a7; www/GNUmakefile 1.5 +33 -57; commitid: 118df4886a92141a7; www/about.html 1.8 +20 -27; commitid: 118df4886a92141a7; www/advisories.html 1.1 +70 -0 www/architecture.html (new) 1.39 +20 -59; commitid: 118df4886a92141a7; www/contributing.html 1.37 +70 -54; commitid: 118df4886a92141a7; www/cvs.html 1.28 +20 -27; commitid: 118df4886a92141a7; www/design_docs.html 1.82 +20 -38; commitid: 118df4886a92141a7; www/downloads.html 1.21 +25 -29; commitid: 118df4886a92141a7; www/empty.html 1.32 +20 -27; commitid: 118df4886a92141a7; www/faq.html 1.82 +20 -27; commitid: 118df4886a92141a7; www/getting_started.html 1.2 +13 -30; commitid: 118df4886a92141a7; www/html_src/about.html 1.1 +6 -0 www/html_src/architecture.html (new) 1.12 +0 -32; commitid: 118df4886a92141a7; www/html_src/contributing.html 1.7 +49 -26; commitid: 118df4886a92141a7; www/html_src/cvs.html 1.50 +0 -11; commitid: 118df4886a92141a7; www/html_src/downloads.html 1.2 +5 -2; commitid: 118df4886a92141a7; www/html_src/empty.html 1.29 +47 -67; commitid: 118df4886a92141a7; www/html_src/index.html 1.8 +8 -6; commitid: 118df4886a92141a7; www/html_src/license.html 1.37 +70 -65; commitid: 118df4886a92141a7; www/html_src/livecd.html 1.39 +2 -2; commitid: 118df4886a92141a7; www/html_src/mirrors.html 1.31 +8 -3; commitid: 118df4886a92141a7; www/html_src/news.html 1.7 +2 -2; commitid: 118df4886a92141a7; www/html_src/snmp.html 1.26 +0 -121 www/html_src/status.html (dead) 1.8 +36 -36; commitid: 118df4886a92141a7; www/html_src/xorp_vision.html 1.1 +5 -0 www/images/mad/BGshadow-xorp_org.gif (new) 1.1 +3 -0 www/images/mad/bottom.gif (new) 1.1 +4 -0 www/images/mad/dotLine3.gif (new) 1.1 +8 -0 www/images/mad/lines3.gif (new) 1.1 +12 -0 www/images/mad/logo-xorp_org.gif (new) 1.1 +119 -0 www/images/mad/network-art.gif (new) 1.1 +1 -0 www/images/mad/vStroke.gif (new) 1.87 +67 -96; commitid: 118df4886a92141a7; www/index.html 1.35 +28 -33; commitid: 118df4886a92141a7; www/license.html 1.65 +90 -92; commitid: 118df4886a92141a7; www/livecd.html 1.27 +20 -27; commitid: 118df4886a92141a7; www/mailing_lists.html 1.15 +20 -27; commitid: 118df4886a92141a7; www/mirror_operation.html 1.52 +22 -29; commitid: 118df4886a92141a7; www/mirrors.html 1.66 +28 -30; commitid: 118df4886a92141a7; www/news.html 1.25 +20 -27; commitid: 118df4886a92141a7; www/papers.html 1.35 +20 -27; commitid: 118df4886a92141a7; www/people.html 1.19 +20 -27; commitid: 118df4886a92141a7; www/porting.html 1.25 +20 -27; commitid: 118df4886a92141a7; www/roadmap.html 1.18 +59 -37; commitid: 118df4886a92141a7; www/scripts/XorpOrgGenerator.py 1.19 +22 -29; commitid: 118df4886a92141a7; www/snmp.html 1.42 +0 -192 www/status.html (dead) 1.10 +232 -97; commitid: 118df4886a92141a7; www/xorp.css 1.19 +56 -63; commitid: 118df4886a92141a7; www/xorp_vision.html From atanu at icir.org Tue Jul 22 20:55:20 2008 From: atanu at icir.org (Atanu Ghosh) Date: Wed, 23 Jul 2008 03:55:20 GMT Subject: [Xorp-cvs] XORP cvs commit: www/html_src Message-ID: <200807230355.m6N3tKBZ072288@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: www Changes by: atanu at chum.icir.org 2008-07-23 03:55:20 UTC XORP CVS repository Modified files: html_src contributing.html Log message: Update the web site. Revision Changes Path 1.13 +3 -9; commitid: 11a474886aba741a7; www/html_src/contributing.html From pavlin at icir.org Tue Jul 22 21:42:55 2008 From: pavlin at icir.org (Pavlin Radoslavov) Date: Wed, 23 Jul 2008 04:42:55 GMT Subject: [Xorp-cvs] XORP cvs commit: other/LiveCD/tools/tools/nanobsd/Files/usr/local/etc other/tinderbox/scripts Message-ID: <200807230442.m6N4gtfj072756@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: other Changes by: pavlin at chum.icir.org 2008-07-23 04:42:55 UTC XORP CVS repository Modified files: LiveCD/tools/tools/nanobsd/Files/usr/local/etc xorp-makeconfig.sh tinderbox/scripts build_xorp.sh co_xorp.sh config filter-error.awk make_tinderbox_master.sh make_tinderbox_slave.sh remote_xorp_copy.sh tinderbox.sh Log message: Updated the copyright message. Revision Changes Path 1.2 +2 -2; commitid: 11bfb4886b67a41a7; other/LiveCD/tools/tools/nanobsd/Files/usr/local/etc/xorp-makeconfig.sh 1.14 +2 -2; commitid: 11bfb4886b67a41a7; other/tinderbox/scripts/build_xorp.sh 1.8 +2 -2; commitid: 11bfb4886b67a41a7; other/tinderbox/scripts/co_xorp.sh 1.41 +2 -2; commitid: 11bfb4886b67a41a7; other/tinderbox/scripts/config 1.8 +2 -2; commitid: 11bfb4886b67a41a7; other/tinderbox/scripts/filter-error.awk 1.9 +2 -2; commitid: 11bfb4886b67a41a7; other/tinderbox/scripts/make_tinderbox_master.sh 1.4 +2 -2; commitid: 11bfb4886b67a41a7; other/tinderbox/scripts/make_tinderbox_slave.sh 1.15 +2 -2; commitid: 11bfb4886b67a41a7; other/tinderbox/scripts/remote_xorp_copy.sh 1.26 +2 -2; commitid: 11bfb4886b67a41a7; other/tinderbox/scripts/tinderbox.sh From pavlin at icir.org Tue Jul 22 22:12:14 2008 From: pavlin at icir.org (Pavlin Radoslavov) Date: Wed, 23 Jul 2008 05:12:14 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/mld6igmp_lite xorp/contrib/olsr xorp/contrib/olsr/tools xorp/contrib/packages/debian xorp/contrib/win32/installer xorp/contrib/win32/xorprtm ... Message-ID: <200807230512.m6N5CEwb077433@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: pavlin at chum.icir.org 2008-07-23 05:12:14 UTC XORP CVS repository Modified files: . LICENSE LICENSE.other bgp aspath.cc aspath.hh aspath_test.cc attribute_manager.cc attribute_manager.hh bgp.cc bgp.hh bgp_module.h bgp_trie.cc bgp_trie.hh bgp_varrw.cc bgp_varrw.hh bgp_varrw_export.cc bgp_varrw_export.hh crash_dump.cc crash_dump.hh damping.cc damping.hh dummy_main.cc dummy_next_hop_resolver.cc dummy_next_hop_resolver.hh dump_iterators.cc dump_iterators.hh exceptions.hh internal_message.cc internal_message.hh iptuple.cc iptuple.hh local_data.cc local_data.hh main.cc next_hop_resolver.cc next_hop_resolver.hh notification_packet.cc open_packet.cc packet.cc packet.hh parameter.cc parameter.hh path_attribute.cc path_attribute.hh peer.cc peer.hh peer_data.cc peer_data.hh peer_handler.cc peer_handler.hh peer_handler_debug.cc peer_handler_debug.hh peer_list.cc peer_list.hh peer_route_pair.hh plumbing.cc plumbing.hh process_watch.cc process_watch.hh profile_vars.cc profile_vars.hh rib_ipc_handler.cc rib_ipc_handler.hh route_queue.cc route_queue.hh route_table_aggregation.cc route_table_aggregation.hh route_table_base.cc route_table_base.hh route_table_cache.cc route_table_cache.hh route_table_damping.cc route_table_damping.hh route_table_debug.cc route_table_debug.hh route_table_decision.cc route_table_decision.hh route_table_deletion.cc route_table_deletion.hh route_table_dump.cc route_table_dump.hh route_table_fanout.cc route_table_fanout.hh route_table_filter.cc route_table_filter.hh route_table_nhlookup.cc route_table_nhlookup.hh route_table_policy.cc route_table_policy.hh route_table_policy_ex.cc route_table_policy_ex.hh route_table_policy_im.cc route_table_policy_im.hh route_table_policy_sm.cc route_table_policy_sm.hh route_table_reader.cc route_table_reader.hh route_table_ribin.cc route_table_ribin.hh route_table_ribout.cc route_table_ribout.hh socket.cc socket.hh subnet_route.cc subnet_route.hh test_cache.cc test_decision.cc test_deletion.cc test_dump.cc test_fanout.cc test_filter.cc test_main.cc test_next_hop_resolver.cc test_next_hop_resolver.hh test_nhlookup.cc test_packet.cc test_packet.hh test_packet_coding.cc test_peer_data.cc test_plumbing.cc test_plumbing.hh test_policy.cc test_ribin.cc test_ribout.cc test_subnet_route.cc timer_const.hh update_attrib.cc update_attrib.hh update_packet.cc update_test.cc xrl_target.cc xrl_target.hh bgp/harness bgppp.cc bgppp.hh command.cc command.hh coord.cc coord.hh peer.cc peer.hh real_trie.hh test_peer.cc test_peer.hh test_trie.cc trie.cc trie.hh trie_payload.hh bgp/tools bgptools_module.h print_peer.cc print_peer.hh print_peers.cc print_routes.cc print_routes.hh print_routes_main.cc xorpsh_print_peers.cc xorpsh_print_routes.cc cli cli_client.cc cli_client.hh cli_command.cc cli_command.hh cli_command_pipe.cc cli_command_pipe.hh cli_module.h cli_node.cc cli_node.hh cli_node_internal_commands.cc cli_node_net.cc cli_private.hh test_cli.cc xrl_cli_node.cc xrl_cli_node.hh cli/libtecla nettest_libtecla.c cli/tools send_cli_processor_xrl.cc contrib/mld6igmp_lite igmp_proto.h mld6_proto.h mld6igmp_config.cc mld6igmp_group_record.cc mld6igmp_group_record.hh mld6igmp_module.h mld6igmp_node.cc mld6igmp_node.hh mld6igmp_node_cli.cc mld6igmp_node_cli.hh mld6igmp_proto.cc mld6igmp_source_record.cc mld6igmp_source_record.hh mld6igmp_vif.cc mld6igmp_vif.hh xorp_igmp.cc xorp_mld.cc xrl_mld6igmp_node.cc xrl_mld6igmp_node.hh contrib/olsr debug_io.cc debug_io.hh emulate_net.cc emulate_net.hh exceptions.hh external.cc external.hh face.cc face.hh face_manager.cc face_manager.hh io.hh link.cc link.hh message.cc message.hh neighbor.cc neighbor.hh neighborhood.cc neighborhood.hh olsr.cc olsr.hh olsr_module.h olsr_types.cc olsr_types.hh policy_varrw.cc policy_varrw.hh profile_vars.cc profile_vars.hh route_manager.cc route_manager.hh test_args.hh test_common.hh test_faces.cc test_message.cc test_olsr_types.cc test_routing1.py test_simulator.cc topology.cc topology.hh trace.hh twohop.cc twohop.hh vertex.hh xorp_olsr.cc xrl_io.cc xrl_io.hh xrl_port.cc xrl_port.hh xrl_queue.cc xrl_queue.hh xrl_target.cc xrl_target.hh contrib/olsr/tools clear_database.cc print_databases.cc contrib/packages/debian copyright contrib/win32/installer LICENSE xorp.nsi contrib/win32/xorprtm bsdroute.h defs.h list.h loadprotocol.c mibmgr.c mibmgr.h pchsample.h print_rtmsg.c rmapi.c rmapi.h sync.c sync.h test_monitor.c test_routeadd.c test_routeadddelete.c test_routeaddwait.c utils.c utils.h xorprtm.c xorprtm.h xorprtm_internal.h devnotes release_process.txt template.c template.cc template.h template.hh template.py template.sh update_copyright.sh 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/man xorp_rtrmgr.8 xorp_rtrmgr.sgml xorpsh.1 xorpsh.sgml docs/mfea mfea_arch.tex docs/mld6igmp mld6igmp_arch.tex docs/multicast multicast_arch.tex docs/olsr olsr_manual.tex preface.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 preface.tex user_manual.tex docs/xorpdev_101 xorpdev_101.tex fea fea_data_plane_manager.cc fea_data_plane_manager.hh fea_io.cc fea_io.hh fea_module.h fea_node.cc fea_node.hh fibconfig.cc fibconfig.hh fibconfig_entry_get.hh fibconfig_entry_observer.hh fibconfig_entry_set.hh fibconfig_forwarding.cc fibconfig_forwarding.hh fibconfig_table_get.hh fibconfig_table_observer.hh fibconfig_table_set.hh fibconfig_transaction.cc fibconfig_transaction.hh firewall_entry.cc firewall_entry.hh firewall_get.hh firewall_manager.cc firewall_manager.hh firewall_set.hh firewall_transaction.cc firewall_transaction.hh fte.hh ifconfig.cc ifconfig.hh ifconfig_get.hh ifconfig_observer.hh ifconfig_property.cc ifconfig_property.hh ifconfig_reporter.cc ifconfig_reporter.hh ifconfig_set.hh ifconfig_transaction.cc ifconfig_transaction.hh ifconfig_vlan_get.hh ifconfig_vlan_set.hh iftree.cc iftree.hh io_ip.cc io_ip.hh io_ip_manager.cc io_ip_manager.hh io_link.cc io_link.hh io_link_manager.cc io_link_manager.hh io_tcpudp.cc io_tcpudp.hh io_tcpudp_manager.cc io_tcpudp_manager.hh libfeaclient_bridge.cc libfeaclient_bridge.hh mfea_config.cc mfea_dataflow.cc mfea_dataflow.hh mfea_kernel_messages.hh mfea_module.h mfea_mrouter.cc mfea_mrouter.hh mfea_node.cc mfea_node.hh mfea_node_cli.cc mfea_node_cli.hh mfea_osdep.hh mfea_vif.cc mfea_vif.hh nexthop_port_mapper.cc nexthop_port_mapper.hh profile_vars.cc profile_vars.hh test_fea_rawlink.cc test_xrl_sockets4_tcp.cc test_xrl_sockets4_udp.cc xorp_fea.cc xrl_fea_io.cc xrl_fea_io.hh xrl_fea_node.cc xrl_fea_node.hh xrl_fea_target.cc xrl_fea_target.hh xrl_fib_client_manager.cc xrl_fib_client_manager.hh xrl_io_ip_manager.cc xrl_io_ip_manager.hh xrl_io_link_manager.cc xrl_io_link_manager.hh xrl_io_tcpudp_manager.cc xrl_io_tcpudp_manager.hh xrl_mfea_node.cc xrl_mfea_node.hh fea/data_plane/control_socket click_socket.cc click_socket.hh netlink_socket.cc netlink_socket.hh netlink_socket_utilities.cc netlink_socket_utilities.hh routing_socket.cc routing_socket.hh routing_socket_utilities.cc routing_socket_utilities.hh system_utilities.hh windows_routing_socket.h windows_rras_support.cc windows_rras_support.hh windows_rtm_pipe.cc windows_rtm_pipe.hh fea/data_plane/fibconfig fibconfig_entry_get_click.cc fibconfig_entry_get_click.hh fibconfig_entry_get_dummy.cc fibconfig_entry_get_dummy.hh fibconfig_entry_get_iphelper.cc fibconfig_entry_get_iphelper.hh fibconfig_entry_get_netlink_socket.cc fibconfig_entry_get_netlink_socket.hh fibconfig_entry_get_routing_socket.cc fibconfig_entry_get_routing_socket.hh fibconfig_entry_get_rtmv2.cc fibconfig_entry_get_rtmv2.hh fibconfig_entry_observer_dummy.cc fibconfig_entry_observer_dummy.hh fibconfig_entry_observer_iphelper.cc fibconfig_entry_observer_iphelper.hh fibconfig_entry_observer_netlink_socket.cc fibconfig_entry_observer_netlink_socket.hh fibconfig_entry_observer_routing_socket.cc fibconfig_entry_observer_routing_socket.hh fibconfig_entry_observer_rtmv2.cc fibconfig_entry_observer_rtmv2.hh fibconfig_entry_parse_netlink_socket.cc fibconfig_entry_parse_routing_socket.cc fibconfig_entry_set_click.cc fibconfig_entry_set_click.hh fibconfig_entry_set_dummy.cc fibconfig_entry_set_dummy.hh fibconfig_entry_set_iphelper.cc fibconfig_entry_set_iphelper.hh fibconfig_entry_set_netlink_socket.cc fibconfig_entry_set_netlink_socket.hh fibconfig_entry_set_routing_socket.cc fibconfig_entry_set_routing_socket.hh fibconfig_entry_set_rtmv2.cc fibconfig_entry_set_rtmv2.hh fibconfig_forwarding_dummy.cc fibconfig_forwarding_dummy.hh fibconfig_forwarding_proc_linux.cc fibconfig_forwarding_proc_linux.hh fibconfig_forwarding_solaris.cc fibconfig_forwarding_solaris.hh fibconfig_forwarding_sysctl.cc fibconfig_forwarding_sysctl.hh fibconfig_forwarding_windows.cc fibconfig_forwarding_windows.hh fibconfig_table_get_click.cc fibconfig_table_get_click.hh fibconfig_table_get_dummy.cc fibconfig_table_get_dummy.hh fibconfig_table_get_iphelper.cc fibconfig_table_get_iphelper.hh fibconfig_table_get_netlink_socket.cc fibconfig_table_get_netlink_socket.hh fibconfig_table_get_sysctl.cc fibconfig_table_get_sysctl.hh fibconfig_table_observer_dummy.cc fibconfig_table_observer_dummy.hh fibconfig_table_observer_iphelper.cc fibconfig_table_observer_iphelper.hh fibconfig_table_observer_netlink_socket.cc fibconfig_table_observer_netlink_socket.hh fibconfig_table_observer_routing_socket.cc fibconfig_table_observer_routing_socket.hh fibconfig_table_observer_rtmv2.cc fibconfig_table_observer_rtmv2.hh fibconfig_table_parse_netlink_socket.cc fibconfig_table_parse_routing_socket.cc fibconfig_table_set_click.cc fibconfig_table_set_click.hh fibconfig_table_set_dummy.cc fibconfig_table_set_dummy.hh fibconfig_table_set_iphelper.cc fibconfig_table_set_iphelper.hh fibconfig_table_set_netlink_socket.cc fibconfig_table_set_netlink_socket.hh fibconfig_table_set_routing_socket.cc fibconfig_table_set_routing_socket.hh fibconfig_table_set_rtmv2.cc fibconfig_table_set_rtmv2.hh fea/data_plane/firewall firewall_get_dummy.cc firewall_get_dummy.hh firewall_get_ipfw2.cc firewall_get_ipfw2.hh firewall_get_netfilter.cc firewall_get_netfilter.hh firewall_get_pf.cc firewall_get_pf.hh firewall_set_dummy.cc firewall_set_dummy.hh firewall_set_ipfw2.cc firewall_set_ipfw2.hh firewall_set_netfilter.cc firewall_set_netfilter.hh firewall_set_pf.cc firewall_set_pf.hh fea/data_plane/ifconfig ifconfig_get_click.cc ifconfig_get_click.hh ifconfig_get_dummy.cc ifconfig_get_dummy.hh ifconfig_get_getifaddrs.cc ifconfig_get_getifaddrs.hh ifconfig_get_ioctl.cc ifconfig_get_ioctl.hh ifconfig_get_iphelper.cc ifconfig_get_iphelper.hh ifconfig_get_netlink_socket.cc ifconfig_get_netlink_socket.hh ifconfig_get_proc_linux.cc ifconfig_get_proc_linux.hh ifconfig_get_sysctl.cc ifconfig_get_sysctl.hh ifconfig_media.cc ifconfig_media.hh ifconfig_observer_dummy.cc ifconfig_observer_dummy.hh ifconfig_observer_iphelper.cc ifconfig_observer_iphelper.hh ifconfig_observer_netlink_socket.cc ifconfig_observer_netlink_socket.hh ifconfig_observer_routing_socket.cc ifconfig_observer_routing_socket.hh ifconfig_parse_getifaddrs.cc ifconfig_parse_ioctl.cc ifconfig_parse_netlink_socket.cc ifconfig_parse_routing_socket.cc ifconfig_property_bsd.cc ifconfig_property_bsd.hh ifconfig_property_dummy.cc ifconfig_property_dummy.hh ifconfig_property_linux.cc ifconfig_property_linux.hh ifconfig_property_solaris.cc ifconfig_property_solaris.hh ifconfig_property_windows.cc ifconfig_property_windows.hh ifconfig_set.cc ifconfig_set_click.cc ifconfig_set_click.hh ifconfig_set_dummy.cc ifconfig_set_dummy.hh ifconfig_set_ioctl.cc ifconfig_set_ioctl.hh ifconfig_set_iphelper.cc ifconfig_set_iphelper.hh ifconfig_set_netlink_socket.cc ifconfig_set_netlink_socket.hh ifconfig_vlan_get_bsd.cc ifconfig_vlan_get_bsd.hh ifconfig_vlan_get_dummy.cc ifconfig_vlan_get_dummy.hh ifconfig_vlan_get_linux.cc ifconfig_vlan_get_linux.hh ifconfig_vlan_set_bsd.cc ifconfig_vlan_set_bsd.hh ifconfig_vlan_set_dummy.cc ifconfig_vlan_set_dummy.hh ifconfig_vlan_set_linux.cc ifconfig_vlan_set_linux.hh fea/data_plane/io io_ip_dummy.cc io_ip_dummy.hh io_ip_socket.cc io_ip_socket.hh io_link_dummy.cc io_link_dummy.hh io_link_pcap.cc io_link_pcap.hh io_tcpudp_dummy.cc io_tcpudp_dummy.hh io_tcpudp_socket.cc io_tcpudp_socket.hh fea/data_plane/managers fea_data_plane_manager_bsd.cc fea_data_plane_manager_bsd.hh fea_data_plane_manager_click.cc fea_data_plane_manager_click.hh fea_data_plane_manager_dummy.cc fea_data_plane_manager_dummy.hh fea_data_plane_manager_linux.cc fea_data_plane_manager_linux.hh fea_data_plane_manager_windows.cc fea_data_plane_manager_windows.hh fea/tools show_interfaces.cc show_interfaces.hh fib2mrib fib2mrib_module.h fib2mrib_node.cc fib2mrib_node.hh fib2mrib_varrw.cc fib2mrib_varrw.hh xorp_fib2mrib.cc xrl_fib2mrib_node.cc xrl_fib2mrib_node.hh libcomm comm_module.h test_comm.c test_connect.cc libfeaclient ifmgr_atoms.cc ifmgr_atoms.hh ifmgr_cmd_base.hh ifmgr_cmd_queue.cc ifmgr_cmd_queue.hh ifmgr_cmds.cc ifmgr_cmds.hh ifmgr_xrl_mirror.cc ifmgr_xrl_mirror.hh ifmgr_xrl_replicator.cc ifmgr_xrl_replicator.hh libfeaclient_module.h overview.hh test_local_copy.cc test_remote_copy.cc libproto checksum.c checksum.h config_node_id.hh libproto_module.h packet.cc packet.hh proto_node.hh proto_node_cli.cc proto_node_cli.hh proto_state.cc proto_state.hh proto_unit.cc proto_unit.hh spt.cc spt.hh test_checksum.cc test_config_node_id.cc test_packet.cc test_spt.cc libxipc call_xrl.cc finder.cc finder.hh finder_client.cc finder_client.hh finder_client_observer.cc finder_client_observer.hh finder_client_xrl_target.cc finder_client_xrl_target.hh finder_constants.hh finder_main.cc finder_messenger.cc finder_messenger.hh finder_module.h finder_msgs.cc finder_msgs.hh finder_server.cc finder_server.hh finder_tcp.cc finder_tcp.hh finder_tcp_messenger.cc finder_tcp_messenger.hh finder_xrl_queue.cc finder_xrl_queue.hh finder_xrl_target.cc finder_xrl_target.hh header.cc header.hh hmac.cc hmac.hh ipc_module.h permits.cc permits.hh sockutil.cc sockutil.hh test_finder.cc test_finder_events.cc test_finder_messenger.cc test_finder_msgs.cc test_finder_tcp.cc test_finder_to.cc test_header.cc test_inproc.cc test_lemming.cc test_stcp.cc test_stcppf.cc test_sudp.cc test_xrl.cc test_xrl_args.cc test_xrl_atom.cc test_xrl_error.cc test_xrl_parser.cc test_xrl_receiver.cc test_xrl_router.cc test_xrl_sender.cc xrl.cc xrl.hh xrl_args.cc xrl_args.hh xrl_atom.cc xrl_atom.hh xrl_atom_encoding.cc xrl_atom_encoding.hh xrl_atom_list.cc xrl_atom_list.hh xrl_cmd_map.cc xrl_cmd_map.hh xrl_dispatcher.cc xrl_dispatcher.hh xrl_error.cc xrl_error.hh xrl_module.h xrl_parser.cc xrl_parser.hh xrl_parser_input.cc xrl_parser_input.hh xrl_pf.cc xrl_pf.hh xrl_pf_factory.cc xrl_pf_factory.hh xrl_pf_inproc.cc xrl_pf_inproc.hh xrl_pf_kill.cc xrl_pf_kill.hh xrl_pf_stcp.cc xrl_pf_stcp.hh xrl_pf_stcp_ph.cc xrl_pf_stcp_ph.hh xrl_pf_sudp.cc xrl_pf_sudp.hh xrl_router.cc xrl_router.hh xrl_sender.hh xrl_std_router.cc xrl_std_router.hh xrl_tokens.cc xrl_tokens.hh xuid.cc xuid.hh libxorp asnum.hh asyncio.cc asyncio.hh buffer.hh buffered_asyncio.cc buffered_asyncio.hh c_format.cc c_format.hh callback-gen.py callback.cc callback.hh callback_debug.hh callback_nodebug.hh clock.cc clock.hh config_param.hh daemon.h debug.c debug.h ether_compat.c ether_compat.h eventloop.cc eventloop.hh exceptions.cc exceptions.hh gai_strerror.c getopt.c heap.cc heap.hh ioevents.hh ipnet.cc ipnet.hh ipv4.cc ipv4.hh ipv4net.hh ipv6.cc ipv6.hh ipv6net.hh ipvx.cc ipvx.hh ipvxnet.hh libxorp_module.h mac.cc mac.hh minitraits.hh nexthop.cc nexthop.hh old_trie.hh popen.cc popen.hh profile.cc profile.hh random.c random.h range.hh ref_ptr.cc ref_ptr.hh ref_trie.hh round_robin.cc round_robin.hh run_command.cc run_command.hh safe_callback_obj.cc safe_callback_obj.hh selector.cc selector.hh service.cc service.hh status_codes.h strptime.c task.cc task.hh test_asyncio.cc test_callback.cc test_config_param.cc test_heap.cc test_ipnet.cc test_ipv4.cc test_ipv4net.cc test_ipv6.cc test_ipv6net.cc test_ipvx.cc test_ipvxnet.cc test_mac.cc test_main.hh test_observers.cc test_profile.cc test_ref_ptr.cc test_ref_trie.cc test_run_command.cc test_service.cc test_task.cc test_test_main.cc test_time_slice.cc test_timer.cc test_timeval.cc test_trie.cc test_types.cc test_utils.cc test_vif.cc time_slice.cc time_slice.hh timer.cc timer.hh timespent.hh timeval.hh tlv.hh token.cc token.hh tokenize.hh transaction.cc transaction.hh trie.hh utility.c utility.h utils.cc utils.hh vif.cc vif.hh win_dispatcher.cc win_dispatcher.hh win_io.c win_io.h xlog.c xlog.h xorp.h xorp_osdep_begin.h xorp_osdep_end.h xorp_osdep_mid.h xorpfd.hh mibs bgp4_mib_1657.cc bgp4_mib_1657.hh bgp4_mib_1657_bgp4pathattrtable.cc bgp4_mib_1657_bgp4pathattrtable.hh bgp4_mib_1657_bgpidentifier.cc bgp4_mib_1657_bgpidentifier.hh bgp4_mib_1657_bgplocalas.cc bgp4_mib_1657_bgplocalas.hh bgp4_mib_1657_bgppeertable.cc bgp4_mib_1657_bgppeertable.hh bgp4_mib_1657_bgpversion.cc bgp4_mib_1657_bgpversion.hh bgp4_mib_module.h bgp4_mib_xrl_target.cc bgp4_mib_xrl_target.hh fixconfigs.h ospf_mib_1850.cc ospf_mib_1850.hh test_xorpevents.cc xorp_if_mib_module.cc xorp_if_mib_module.hh xorp_if_mib_xrl_target.cc xorp_if_mib_xrl_target.hh xorp_if_module.h xorp_netsnmp_module.h xorpevents.cc xorpevents.hh mld6igmp igmp_proto.h mld6_proto.h mld6igmp_config.cc mld6igmp_group_record.cc mld6igmp_group_record.hh mld6igmp_module.h mld6igmp_node.cc mld6igmp_node.hh mld6igmp_node_cli.cc mld6igmp_node_cli.hh mld6igmp_proto.cc mld6igmp_source_record.cc mld6igmp_source_record.hh mld6igmp_vif.cc mld6igmp_vif.hh xorp_igmp.cc xorp_mld.cc xrl_mld6igmp_node.cc xrl_mld6igmp_node.hh mrt buffer.c buffer.h max_vifs.h mifset.cc mifset.hh mrib_table.cc mrib_table.hh mrt.hh mrt_module.h multicast_defs.h netstream_access.h test_mrib.cc test_mrt.cc mrt/include ip_mroute.h ospf area_router.cc area_router.hh auth.cc auth.hh debug_io.hh delay_queue.hh exceptions.hh external.cc external.hh fletcher_checksum.cc fletcher_checksum.hh io.hh lsa.cc lsa.hh ospf.cc ospf.hh ospf_module.h packet.cc packet.hh peer.cc peer.hh peer_manager.cc peer_manager.hh policy_varrw.cc policy_varrw.hh routing_table.cc routing_table.hh test_args.hh test_build_lsa.cc test_build_lsa.hh test_build_lsa_main.cc test_checksum.cc test_common.hh test_packet.cc test_peering.cc test_routing.cc test_routing1.py test_routing_database.cc test_routing_interactive.cc test_routing_table.cc trace.hh transmit.hh vertex.hh vlink.cc vlink.hh xorp_ospfv2.cc xorp_ospfv3.cc xrl_io.cc xrl_io.hh xrl_target.cc xrl_target.hh ospf/tools clear_database.cc print_lsas.cc print_neighbours.cc pim pim_bsr.cc pim_bsr.hh pim_config.cc pim_mfc.cc pim_mfc.hh pim_module.h pim_mre.cc pim_mre.hh pim_mre_assert.cc pim_mre_data.cc pim_mre_join_prune.cc pim_mre_register.cc pim_mre_rpf.cc pim_mre_task.cc pim_mre_task.hh pim_mre_track_state.cc pim_mre_track_state.hh pim_mrib_table.cc pim_mrib_table.hh pim_mrt.cc pim_mrt.hh pim_mrt_mfc.cc pim_mrt_task.cc pim_nbr.cc pim_nbr.hh pim_node.cc pim_node.hh pim_node_cli.cc pim_node_cli.hh pim_proto.h pim_proto_assert.cc pim_proto_assert.hh pim_proto_bootstrap.cc pim_proto_cand_rp_adv.cc pim_proto_graft.cc pim_proto_graft_ack.cc pim_proto_hello.cc pim_proto_join_prune.cc pim_proto_join_prune_message.cc pim_proto_join_prune_message.hh pim_proto_register.cc pim_proto_register_stop.cc pim_rp.cc pim_rp.hh pim_scope_zone_table.cc pim_scope_zone_table.hh pim_vif.cc pim_vif.hh xorp_pimsm4.cc xorp_pimsm6.cc xrl_pim_node.hh policy code.cc code.hh code_generator.cc code_generator.hh code_list.cc code_list.hh configuration.cc configuration.hh dependancy.hh export_code_generator.cc export_code_generator.hh filter_manager.cc filter_manager.hh filter_manager_base.hh node.hh node_base.hh parser.cc parser.hh policy_list.cc policy_list.hh policy_map.cc policy_map.hh policy_module.h policy_parser.hh policy_statement.cc policy_statement.hh policy_target.cc policy_target.hh process_watch.cc process_watch.hh process_watch_base.hh protocol_map.cc protocol_map.hh pw_notifier.hh semantic_varrw.cc semantic_varrw.hh set_map.cc set_map.hh source_match_code_generator.cc source_match_co