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_code_generator.hh term.cc term.hh var_map.cc var_map.hh visitor.hh visitor_printer.cc visitor_printer.hh visitor_semantic.cc visitor_semantic.hh visitor_setdep.cc visitor_setdep.hh xorp_policy.cc xrl_target.cc xrl_target.hh policy/backend filter_base.hh instr_visitor.hh instruction.hh instruction_base.hh iv_exec.cc iv_exec.hh policy_backend_parser.hh policy_filter.cc policy_filter.hh policy_filters.cc policy_filters.hh policy_instr.hh policy_redist_map.cc policy_redist_map.hh policytags.cc policytags.hh set_manager.cc set_manager.hh single_varrw.cc single_varrw.hh term_instr.hh version_filter.cc version_filter.hh version_filters.cc version_filters.hh policy/common dispatcher.cc dispatcher.hh elem_bgp.hh elem_filter.hh elem_null.hh elem_set.cc elem_set.hh element.cc element.hh element_base.hh element_factory.cc element_factory.hh filter.cc filter.hh operator.cc operator.hh operator_base.hh policy_exception.hh policy_utils.cc policy_utils.hh register_elements.cc register_elements.hh register_operations.cc register_operations.hh varrw.cc varrw.hh policy/test compilepolicy.cc compilepolicy.hh execpolicy.cc file_varrw.cc file_varrw.hh filter_manager_fake.cc filter_manager_fake.hh process_watch_fake.cc process_watch_fake.hh rib add_route.cc dummy_register_server.cc dummy_register_server.hh main_rib.cc main_routemap.cc parser.cc parser.hh parser_direct_cmds.hh parser_xrl_cmds.hh profile_vars.cc profile_vars.hh protocol.cc protocol.hh redist_policy.hh redist_xrl.cc redist_xrl.hh register_server.cc register_server.hh rib.cc rib.hh rib_manager.cc rib_manager.hh rib_module.h rib_varrw.cc rib_varrw.hh route.cc route.hh routemap.cc routemap.hh rt_tab_base.cc rt_tab_base.hh rt_tab_deletion.cc rt_tab_deletion.hh rt_tab_expect.cc rt_tab_expect.hh rt_tab_extint.cc rt_tab_extint.hh rt_tab_log.cc rt_tab_log.hh rt_tab_merged.cc rt_tab_merged.hh rt_tab_origin.cc rt_tab_origin.hh rt_tab_pol_conn.cc rt_tab_pol_conn.hh rt_tab_pol_redist.cc rt_tab_pol_redist.hh rt_tab_redist.cc rt_tab_redist.hh rt_tab_register.cc rt_tab_register.hh test_deletion.cc test_redist.cc test_register.cc test_register_xrls.cc test_rib_direct.cc test_rib_xrls.cc vifmanager.cc vifmanager.hh xrl_target.cc xrl_target.hh rib/tools show_distances.cc show_routes.cc rip auth.cc auth.hh constants.hh output.hh output_table.cc output_table.hh output_updates.cc output_updates.hh packet_assembly.hh packet_queue.cc packet_queue.hh packets.hh peer.cc peer.hh port.cc port.hh port_io.hh port_manager.hh port_vars.hh redist.cc redist.hh rib_notifier_base.cc rib_notifier_base.hh rip_module.h rip_varrw.cc rip_varrw.hh route_db.cc route_db.hh route_entry.cc route_entry.hh system.hh test_auth.cc test_outputs.cc test_packets.cc test_request.cc test_route_walk.cc test_timers.cc test_update_queue.cc test_utils.hh update_queue.cc update_queue.hh xorp_rip_main.cc xrl_config.cc xrl_config.hh xrl_port_io.cc xrl_port_io.hh xrl_port_manager.cc xrl_port_manager.hh xrl_process_spy.cc xrl_process_spy.hh xrl_redist_manager.cc xrl_redist_manager.hh xrl_rib_notifier.cc xrl_rib_notifier.hh xrl_target_common.hh xrl_target_rip.cc xrl_target_rip.hh xrl_target_ripng.cc xrl_target_ripng.hh rip/tools common.cc common.hh rip_announcer.cc ripng_announcer.cc show_peer_stats.cc show_stats.cc rtrmgr cli.cc cli.hh command_tree.cc command_tree.hh conf_tree.cc conf_tree.hh conf_tree_node.cc conf_tree_node.hh config_operators.cc config_operators.hh generic_module_manager.cc generic_module_manager.hh main_rtrmgr.cc main_rtrmgr.hh master_conf_tree.cc master_conf_tree.hh master_conf_tree_node.cc master_conf_tree_node.hh master_template_tree.cc master_template_tree.hh master_template_tree_node.cc master_template_tree_node.hh module_command.cc module_command.hh module_manager.cc module_manager.hh op_commands.cc op_commands.hh path_segment.hh profiler.cc randomness.cc randomness.hh rtrmgr_error.hh rtrmgr_module.h slave_conf_tree.cc slave_conf_tree.hh slave_conf_tree_node.cc slave_conf_tree_node.hh slave_module_manager.cc slave_module_manager.hh task.cc task.hh template_base_command.cc template_base_command.hh template_commands.cc template_commands.hh template_tree.cc template_tree.hh template_tree_node.cc template_tree_node.hh test_module_manager.cc test_module_manager.hh test_sample_config.cc test_sample_config.hh test_templates.cc unexpanded_program.cc unexpanded_program.hh unexpanded_xrl.cc unexpanded_xrl.hh userdb.cc userdb.hh util.cc util.hh xorp_client.cc xorp_client.hh xorpsh_base.hh xorpsh_main.cc xorpsh_main.hh xrl_rtrmgr_interface.cc xrl_rtrmgr_interface.hh xrl_xorpsh_interface.cc xrl_xorpsh_interface.hh xrldb.cc xrldb.hh static_routes static_routes_module.h static_routes_node.cc static_routes_node.hh static_routes_varrw.cc static_routes_varrw.hh xorp_static_routes.cc xrl_static_routes_node.cc xrl_static_routes_node.hh tests install_templates.sh test_builddir.py test_call_xrl.py test_main.py test_process.py test_start.py test_stop.py test_xorpsh.py tests/bgp test_bgp_config.py test_bgp_dump1.py test_bgp_policy1.py test_bgp_reports1.py test_unh1.py utils runit.cc xrl/interfaces bgp_mib_traps_xif.cc bgp_mib_traps_xif.hh bgp_xif.cc bgp_xif.hh cli_manager_xif.cc cli_manager_xif.hh cli_processor_xif.cc cli_processor_xif.hh common_xif.cc common_xif.hh coord_xif.cc coord_xif.hh datain_xif.cc datain_xif.hh fea_click_xif.cc fea_click_xif.hh fea_fib_client_xif.cc fea_fib_client_xif.hh fea_fib_xif.cc fea_fib_xif.hh fea_firewall_xif.cc fea_firewall_xif.hh fea_ifmgr_mirror_xif.cc fea_ifmgr_mirror_xif.hh fea_ifmgr_replicator_xif.cc fea_ifmgr_replicator_xif.hh fea_ifmgr_xif.cc fea_ifmgr_xif.hh fea_rawlink_client_xif.cc fea_rawlink_client_xif.hh fea_rawlink_xif.cc fea_rawlink_xif.hh fea_rawpkt4_client_xif.cc fea_rawpkt4_client_xif.hh fea_rawpkt4_xif.cc fea_rawpkt4_xif.hh fea_rawpkt6_client_xif.cc fea_rawpkt6_client_xif.hh fea_rawpkt6_xif.cc fea_rawpkt6_xif.hh fib2mrib_xif.cc fib2mrib_xif.hh finder_client_xif.cc finder_client_xif.hh finder_event_notifier_xif.cc finder_event_notifier_xif.hh finder_event_observer_xif.cc finder_event_observer_xif.hh finder_xif.cc finder_xif.hh fti_xif.cc fti_xif.hh mfea_client_xif.cc mfea_client_xif.hh mfea_xif.cc mfea_xif.hh mld6igmp_client_xif.cc mld6igmp_client_xif.hh mld6igmp_xif.cc mld6igmp_xif.hh olsr4_xif.cc olsr4_xif.hh ospfv2_xif.cc ospfv2_xif.hh ospfv3_xif.cc ospfv3_xif.hh pim_xif.cc pim_xif.hh policy_backend_xif.cc policy_backend_xif.hh policy_redist4_xif.cc policy_redist4_xif.hh policy_redist6_xif.cc policy_redist6_xif.hh policy_xif.cc policy_xif.hh profile_client_xif.cc profile_client_xif.hh profile_xif.cc profile_xif.hh redist4_xif.cc redist4_xif.hh redist6_xif.cc redist6_xif.hh redist_transaction4_xif.cc redist_transaction4_xif.hh redist_transaction6_xif.cc redist_transaction6_xif.hh rib_client_xif.cc rib_client_xif.hh rib_xif.cc rib_xif.hh rip_xif.cc rip_xif.hh ripng_xif.cc ripng_xif.hh rtrmgr_client_xif.cc rtrmgr_client_xif.hh rtrmgr_xif.cc rtrmgr_xif.hh socket4_user_xif.cc socket4_user_xif.hh socket4_xif.cc socket4_xif.hh socket6_user_xif.cc socket6_user_xif.hh socket6_xif.cc socket6_xif.hh static_routes_xif.cc static_routes_xif.hh test_peer_xif.cc test_peer_xif.hh test_xif.cc test_xif.hh test_xrls_xif.cc test_xrls_xif.hh xorp_if_mib_xif.cc xorp_if_mib_xif.hh xrl/scripts/Xif util.py xrl/targets bgp.xrls bgp4_mib.xrls bgp4_mib_base.cc bgp4_mib_base.hh bgp_base.cc bgp_base.hh cli.xrls cli_base.cc cli_base.hh coord.xrls coord_base.cc coord_base.hh fea.xrls fea_base.cc fea_base.hh fea_ifmgr_mirror.xrls fea_ifmgr_mirror_base.cc fea_ifmgr_mirror_base.hh fib2mrib.xrls fib2mrib_base.cc fib2mrib_base.hh finder.xrls finder_base.cc finder_base.hh finder_client.xrls finder_client_base.cc finder_client_base.hh mfea.xrls mfea_base.cc mfea_base.hh mld6igmp.xrls mld6igmp_base.cc mld6igmp_base.hh olsr4.xrls olsr4_base.cc olsr4_base.hh ospfv2.xrls ospfv2_base.cc ospfv2_base.hh ospfv3.xrls ospfv3_base.cc ospfv3_base.hh pim.xrls pim_base.cc pim_base.hh policy.xrls policy_base.cc policy_base.hh profiler.xrls profiler_base.cc profiler_base.hh rib.xrls rib_base.cc rib_base.hh ribclient.xrls ribclient_base.cc ribclient_base.hh rip.xrls rip_base.cc rip_base.hh ripng.xrls ripng_base.cc ripng_base.hh rtrmgr.xrls rtrmgr_base.cc rtrmgr_base.hh show_distances.xrls show_distances_base.cc show_distances_base.hh show_routes.xrls show_routes_base.cc show_routes_base.hh static_routes.xrls static_routes_base.cc static_routes_base.hh test.xrls test_base.cc test_base.hh test_fea_ifmgr_mirror.xrls test_fea_ifmgr_mirror_base.cc test_fea_ifmgr_mirror_base.hh test_fea_rawlink.xrls test_fea_rawlink_base.cc test_fea_rawlink_base.hh test_finder_events.xrls test_finder_events_base.cc test_finder_events_base.hh test_peer.xrls test_peer_base.cc test_peer_base.hh test_socket4.xrls test_socket4_base.cc test_socket4_base.hh test_socket6.xrls test_socket6_base.cc test_socket6_base.hh test_xrls.xrls test_xrls_base.cc test_xrls_base.hh xorp_if_mib.xrls xorp_if_mib_base.cc xorp_if_mib_base.hh xorpsh.xrls xorpsh_base.cc xorpsh_base.hh xrl/tests test_generated.cc test_tgt.cc test_tgt.hh test_xifs.cc test_xifs.hh Log message: Updated the copyright message. Revision Changes Path 1.10 +2 -2; commitid: 11ce64886bc4741a7; xorp/LICENSE 1.5 +4 -4; commitid: 11ce64886bc4741a7; xorp/LICENSE.other 1.43 +2 -2; commitid: 11ce64886bc4741a7; xorp/bgp/aspath.cc 1.32 +2 -2; commitid: 11ce64886bc4741a7; xorp/bgp/aspath.hh 1.20 +2 -2; commitid: 11ce64886bc4741a7; xorp/bgp/aspath_test.cc 1.16 +2 -2; commitid: 11ce64886bc4741a7; xorp/bgp/attribute_manager.cc 1.10 +2 -2; commitid: 11ce64886bc4741a7; xorp/bgp/attribute_manager.hh 1.93 +2 -2; commitid: 11ce64886bc4741a7; xorp/bgp/bgp.cc 1.71 +2 -2; commitid: 11ce64886bc4741a7; xorp/bgp/bgp.hh 1.10 +2 -2; commitid: 11ce64886bc4741a7; xorp/bgp/bgp_module.h 1.24 +2 -2; commitid: 11ce64886bc4741a7; xorp/bgp/bgp_trie.cc 1.20 +2 -2; commitid: 11ce64886bc4741a7; xorp/bgp/bgp_trie.hh 1.35 +2 -2; commitid: 11ce64886bc4741a7; xorp/bgp/bgp_varrw.cc 1.22 +2 -2; commitid: 11ce64886bc4741a7; xorp/bgp/bgp_varrw.hh 1.8 +2 -2; commitid: 11ce64886bc4741a7; xorp/bgp/bgp_varrw_export.cc 1.6 +2 -2; commitid: 11ce64886bc4741a7; xorp/bgp/bgp_varrw_export.hh 1.7 +2 -2; commitid: 11ce64886bc4741a7; xorp/bgp/crash_dump.cc 1.6 +2 -2; commitid: 11ce64886bc4741a7; xorp/bgp/crash_dump.hh 1.10 +2 -2; commitid: 11ce64886bc4741a7; xorp/bgp/damping.cc 1.6 +2 -2; commitid: 11ce64886bc4741a7; xorp/bgp/damping.hh 1.24 +2 -2; commitid: 11ce64886bc4741a7; xorp/bgp/dummy_main.cc 1.18 +2 -2; commitid: 11ce64886bc4741a7; xorp/bgp/dummy_next_hop_resolver.cc 1.13 +2 -2; commitid: 11ce64886bc4741a7; xorp/bgp/dummy_next_hop_resolver.hh 1.35 +2 -2; commitid: 11ce64886bc4741a7; xorp/bgp/dump_iterators.cc 1.20 +2 -2; commitid: 11ce64886bc4741a7; xorp/bgp/dump_iterators.hh 1.14 +2 -2; commitid: 11ce64886bc4741a7; xorp/bgp/exceptions.hh 1.17 +2 -2; commitid: 11ce64886bc4741a7; xorp/bgp/harness/bgppp.cc 1.9 +2 -2; commitid: 11ce64886bc4741a7; xorp/bgp/harness/bgppp.hh 1.27 +2 -2; commitid: 11ce64886bc4741a7; xorp/bgp/harness/command.cc 1.17 +2 -2; commitid: 11ce64886bc4741a7; xorp/bgp/harness/command.hh 1.31 +2 -2; commitid: 11ce64886bc4741a7; xorp/bgp/harness/coord.cc 1.13 +2 -2; commitid: 11ce64886bc4741a7; xorp/bgp/harness/coord.hh 1.86 +2 -2; commitid: 11ce64886bc4741a7; xorp/bgp/harness/peer.cc 1.24 +2 -2; commitid: 11ce64886bc4741a7; xorp/bgp/harness/peer.hh 1.12 +2 -2; commitid: 11ce64886bc4741a7; xorp/bgp/harness/real_trie.hh 1.52 +2 -2; commitid: 11ce64886bc4741a7; xorp/bgp/harness/test_peer.cc 1.19 +2 -2; commitid: 11ce64886bc4741a7; xorp/bgp/harness/test_peer.hh 1.27 +2 -2; commitid: 11ce64886bc4741a7; xorp/bgp/harness/test_trie.cc 1.23 +2 -2; commitid: 11ce64886bc4741a7; xorp/bgp/harness/trie.cc 1.18 +2 -2; commitid: 11ce64886bc4741a7; xorp/bgp/harness/trie.hh 1.13 +2 -2; commitid: 11ce64886bc4741a7; xorp/bgp/harness/trie_payload.hh 1.15 +2 -2; commitid: 11ce64886bc4741a7; xorp/bgp/internal_message.cc 1.12 +2 -2; commitid: 11ce64886bc4741a7; xorp/bgp/internal_message.hh 1.24 +2 -2; commitid: 11ce64886bc4741a7; xorp/bgp/iptuple.cc 1.15 +2 -2; commitid: 11ce64886bc4741a7; xorp/bgp/iptuple.hh 1.16 +2 -2; commitid: 11ce64886bc4741a7; xorp/bgp/local_data.cc 1.24 +2 -2; commitid: 11ce64886bc4741a7; xorp/bgp/local_data.hh 1.50 +2 -2; commitid: 11ce64886bc4741a7; xorp/bgp/main.cc 1.52 +2 -2; commitid: 11ce64886bc4741a7; xorp/bgp/next_hop_resolver.cc 1.35 +2 -2; commitid: 11ce64886bc4741a7; xorp/bgp/next_hop_resolver.hh 1.35 +2 -2; commitid: 11ce64886bc4741a7; xorp/bgp/notification_packet.cc 1.32 +2 -2; commitid: 11ce64886bc4741a7; xorp/bgp/open_packet.cc 1.18 +2 -2; commitid: 11ce64886bc4741a7; xorp/bgp/packet.cc 1.46 +2 -2; commitid: 11ce64886bc4741a7; xorp/bgp/packet.hh 1.37 +2 -2; commitid: 11ce64886bc4741a7; xorp/bgp/parameter.cc 1.26 +2 -2; commitid: 11ce64886bc4741a7; xorp/bgp/parameter.hh 1.93 +2 -2; commitid: 11ce64886bc4741a7; xorp/bgp/path_attribute.cc 1.51 +2 -2; commitid: 11ce64886bc4741a7; xorp/bgp/path_attribute.hh 1.148 +2 -2; commitid: 11ce64886bc4741a7; xorp/bgp/peer.cc 1.50 +2 -2; commitid: 11ce64886bc4741a7; xorp/bgp/peer.hh 1.36 +2 -2; commitid: 11ce64886bc4741a7; xorp/bgp/peer_data.cc 1.26 +2 -2; commitid: 11ce64886bc4741a7; xorp/bgp/peer_data.hh 1.48 +2 -2; commitid: 11ce64886bc4741a7; xorp/bgp/peer_handler.cc 1.29 +2 -2; commitid: 11ce64886bc4741a7; xorp/bgp/peer_handler.hh 1.14 +2 -2; commitid: 11ce64886bc4741a7; xorp/bgp/peer_handler_debug.cc 1.10 +2 -2; commitid: 11ce64886bc4741a7; xorp/bgp/peer_handler_debug.hh 1.28 +2 -2; commitid: 11ce64886bc4741a7; xorp/bgp/peer_list.cc 1.13 +2 -2; commitid: 11ce64886bc4741a7; xorp/bgp/peer_list.hh 1.20 +2 -2; commitid: 11ce64886bc4741a7; xorp/bgp/peer_route_pair.hh 1.103 +2 -2; commitid: 11ce64886bc4741a7; xorp/bgp/plumbing.cc 1.44 +2 -2; commitid: 11ce64886bc4741a7; xorp/bgp/plumbing.hh 1.18 +2 -2; commitid: 11ce64886bc4741a7; xorp/bgp/process_watch.cc 1.15 +2 -2; commitid: 11ce64886bc4741a7; xorp/bgp/process_watch.hh 1.20 +2 -2; commitid: 11ce64886bc4741a7; xorp/bgp/profile_vars.cc 1.14 +2 -2; commitid: 11ce64886bc4741a7; xorp/bgp/profile_vars.hh 1.78 +2 -2; commitid: 11ce64886bc4741a7; xorp/bgp/rib_ipc_handler.cc 1.49 +2 -2; commitid: 11ce64886bc4741a7; xorp/bgp/rib_ipc_handler.hh 1.15 +2 -2; commitid: 11ce64886bc4741a7; xorp/bgp/route_queue.cc 1.16 +2 -2; commitid: 11ce64886bc4741a7; xorp/bgp/route_queue.hh 1.27 +2 -2; commitid: 11ce64886bc4741a7; xorp/bgp/route_table_aggregation.cc 1.17 +2 -2; commitid: 11ce64886bc4741a7; xorp/bgp/route_table_aggregation.hh 1.13 +2 -2; commitid: 11ce64886bc4741a7; xorp/bgp/route_table_base.cc 1.19 +2 -2; commitid: 11ce64886bc4741a7; xorp/bgp/route_table_base.hh 1.42 +2 -2; commitid: 11ce64886bc4741a7; xorp/bgp/route_table_cache.cc 1.30 +2 -2; commitid: 11ce64886bc4741a7; xorp/bgp/route_table_cache.hh 1.11 +1 -1; commitid: 11ce64886bc4741a7; xorp/bgp/route_table_damping.cc 1.6 +2 -2; commitid: 11ce64886bc4741a7; xorp/bgp/route_table_damping.hh 1.17 +2 -2; commitid: 11ce64886bc4741a7; xorp/bgp/route_table_debug.cc 1.14 +2 -2; commitid: 11ce64886bc4741a7; xorp/bgp/route_table_debug.hh 1.49 +2 -2; commitid: 11ce64886bc4741a7; xorp/bgp/route_table_decision.cc 1.27 +2 -2; commitid: 11ce64886bc4741a7; xorp/bgp/route_table_decision.hh 1.28 +2 -2; commitid: 11ce64886bc4741a7; xorp/bgp/route_table_deletion.cc 1.23 +2 -2; commitid: 11ce64886bc4741a7; xorp/bgp/route_table_deletion.hh 1.42 +2 -2; commitid: 11ce64886bc4741a7; xorp/bgp/route_table_dump.cc 1.25 +2 -2; commitid: 11ce64886bc4741a7; xorp/bgp/route_table_dump.hh 1.64 +2 -2; commitid: 11ce64886bc4741a7; xorp/bgp/route_table_fanout.cc 1.25 +2 -2; commitid: 11ce64886bc4741a7; xorp/bgp/route_table_fanout.hh 1.55 +2 -2; commitid: 11ce64886bc4741a7; xorp/bgp/route_table_filter.cc 1.31 +2 -2; commitid: 11ce64886bc4741a7; xorp/bgp/route_table_filter.hh 1.30 +2 -2; commitid: 11ce64886bc4741a7; xorp/bgp/route_table_nhlookup.cc 1.18 +2 -2; commitid: 11ce64886bc4741a7; xorp/bgp/route_table_nhlookup.hh 1.25 +2 -2; commitid: 11ce64886bc4741a7; xorp/bgp/route_table_policy.cc 1.11 +2 -2; commitid: 11ce64886bc4741a7; xorp/bgp/route_table_policy.hh 1.7 +2 -2; commitid: 11ce64886bc4741a7; xorp/bgp/route_table_policy_ex.cc 1.6 +2 -2; commitid: 11ce64886bc4741a7; xorp/bgp/route_table_policy_ex.hh 1.18 +2 -2; commitid: 11ce64886bc4741a7; xorp/bgp/route_table_policy_im.cc 1.7 +2 -2; commitid: 11ce64886bc4741a7; xorp/bgp/route_table_policy_im.hh 1.13 +2 -2; commitid: 11ce64886bc4741a7; xorp/bgp/route_table_policy_sm.cc 1.12 +2 -2; commitid: 11ce64886bc4741a7; xorp/bgp/route_table_policy_sm.hh 1.12 +2 -2; commitid: 11ce64886bc4741a7; xorp/bgp/route_table_reader.cc 1.14 +2 -2; commitid: 11ce64886bc4741a7; xorp/bgp/route_table_reader.hh 1.52 +2 -2; commitid: 11ce64886bc4741a7; xorp/bgp/route_table_ribin.cc 1.29 +2 -2; commitid: 11ce64886bc4741a7; xorp/bgp/route_table_ribin.hh 1.36 +2 -2; commitid: 11ce64886bc4741a7; xorp/bgp/route_table_ribout.cc 1.19 +2 -2; commitid: 11ce64886bc4741a7; xorp/bgp/route_table_ribout.hh 1.56 +2 -2; commitid: 11ce64886bc4741a7; xorp/bgp/socket.cc 1.23 +2 -2; commitid: 11ce64886bc4741a7; xorp/bgp/socket.hh 1.25 +2 -2; commitid: 11ce64886bc4741a7; xorp/bgp/subnet_route.cc 1.26 +2 -2; commitid: 11ce64886bc4741a7; xorp/bgp/subnet_route.hh 1.36 +2 -2; commitid: 11ce64886bc4741a7; xorp/bgp/test_cache.cc 1.45 +2 -2; commitid: 11ce64886bc4741a7; xorp/bgp/test_decision.cc 1.35 +2 -2; commitid: 11ce64886bc4741a7; xorp/bgp/test_deletion.cc 1.59 +2 -2; commitid: 11ce64886bc4741a7; xorp/bgp/test_dump.cc 1.38 +2 -2; commitid: 11ce64886bc4741a7; xorp/bgp/test_fanout.cc 1.44 +2 -2; commitid: 11ce64886bc4741a7; xorp/bgp/test_filter.cc 1.25 +2 -2; commitid: 11ce64886bc4741a7; xorp/bgp/test_main.cc 1.31 +2 -2; commitid: 11ce64886bc4741a7; xorp/bgp/test_next_hop_resolver.cc 1.9 +2 -2; commitid: 11ce64886bc4741a7; xorp/bgp/test_next_hop_resolver.hh 1.38 +2 -2; commitid: 11ce64886bc4741a7; xorp/bgp/test_nhlookup.cc 1.18 +2 -2; commitid: 11ce64886bc4741a7; xorp/bgp/test_packet.cc 1.10 +2 -2; commitid: 11ce64886bc4741a7; xorp/bgp/test_packet.hh 1.22 +2 -2; commitid: 11ce64886bc4741a7; xorp/bgp/test_packet_coding.cc 1.20 +2 -2; commitid: 11ce64886bc4741a7; xorp/bgp/test_peer_data.cc 1.26 +2 -2; commitid: 11ce64886bc4741a7; xorp/bgp/test_plumbing.cc 1.11 +2 -2; commitid: 11ce64886bc4741a7; xorp/bgp/test_plumbing.hh 1.11 +2 -2; commitid: 11ce64886bc4741a7; xorp/bgp/test_policy.cc 1.41 +2 -2; commitid: 11ce64886bc4741a7; xorp/bgp/test_ribin.cc 1.36 +2 -2; commitid: 11ce64886bc4741a7; xorp/bgp/test_ribout.cc 1.12 +2 -2; commitid: 11ce64886bc4741a7; xorp/bgp/test_subnet_route.cc 1.9 +2 -2; commitid: 11ce64886bc4741a7; xorp/bgp/timer_const.hh 1.10 +2 -2; commitid: 11ce64886bc4741a7; xorp/bgp/tools/bgptools_module.h 1.22 +2 -2; commitid: 11ce64886bc4741a7; xorp/bgp/tools/print_peer.cc 1.18 +2 -2; commitid: 11ce64886bc4741a7; xorp/bgp/tools/print_peer.hh 1.10 +2 -2; commitid: 11ce64886bc4741a7; xorp/bgp/tools/print_peers.cc 1.23 +2 -2; commitid: 11ce64886bc4741a7; xorp/bgp/tools/print_routes.cc 1.24 +2 -2; commitid: 11ce64886bc4741a7; xorp/bgp/tools/print_routes.hh 1.13 +2 -2; commitid: 11ce64886bc4741a7; xorp/bgp/tools/print_routes_main.cc 1.8 +2 -2; commitid: 11ce64886bc4741a7; xorp/bgp/tools/xorpsh_print_peers.cc 1.17 +2 -2; commitid: 11ce64886bc4741a7; xorp/bgp/tools/xorpsh_print_routes.cc 1.23 +2 -2; commitid: 11ce64886bc4741a7; xorp/bgp/update_attrib.cc 1.15 +2 -2; commitid: 11ce64886bc4741a7; xorp/bgp/update_attrib.hh 1.47 +2 -2; commitid: 11ce64886bc4741a7; xorp/bgp/update_packet.cc 1.20 +2 -2; commitid: 11ce64886bc4741a7; xorp/bgp/update_test.cc 1.68 +2 -2; commitid: 11ce64886bc4741a7; xorp/bgp/xrl_target.cc 1.45 +2 -2; commitid: 11ce64886bc4741a7; xorp/bgp/xrl_target.hh 1.62 +2 -2; commitid: 11ce64886bc4741a7; xorp/cli/cli_client.cc 1.37 +2 -2; commitid: 11ce64886bc4741a7; xorp/cli/cli_client.hh 1.34 +2 -2; commitid: 11ce64886bc4741a7; xorp/cli/cli_command.cc 1.29 +2 -2; commitid: 11ce64886bc4741a7; xorp/cli/cli_command.hh 1.16 +2 -2; commitid: 11ce64886bc4741a7; xorp/cli/cli_command_pipe.cc 1.17 +2 -2; commitid: 11ce64886bc4741a7; xorp/cli/cli_command_pipe.hh 1.10 +2 -2; commitid: 11ce64886bc4741a7; xorp/cli/cli_module.h 1.42 +2 -2; commitid: 11ce64886bc4741a7; xorp/cli/cli_node.cc 1.34 +2 -2; commitid: 11ce64886bc4741a7; xorp/cli/cli_node.hh 1.19 +2 -2; commitid: 11ce64886bc4741a7; xorp/cli/cli_node_internal_commands.cc 1.68 +2 -2; commitid: 11ce64886bc4741a7; xorp/cli/cli_node_net.cc 1.11 +2 -2; commitid: 11ce64886bc4741a7; xorp/cli/cli_private.hh 1.9 +2 -2; commitid: 11ce64886bc4741a7; xorp/cli/libtecla/nettest_libtecla.c 1.46 +2 -2; commitid: 11ce64886bc4741a7; xorp/cli/test_cli.cc 1.13 +2 -2; commitid: 11ce64886bc4741a7; xorp/cli/tools/send_cli_processor_xrl.cc 1.34 +2 -2; commitid: 11ce64886bc4741a7; xorp/cli/xrl_cli_node.cc 1.24 +2 -2; commitid: 11ce64886bc4741a7; xorp/cli/xrl_cli_node.hh 1.2 +2 -2; commitid: 11ce64886bc4741a7; xorp/contrib/mld6igmp_lite/igmp_proto.h 1.2 +2 -2; commitid: 11ce64886bc4741a7; xorp/contrib/mld6igmp_lite/mld6_proto.h 1.2 +2 -2; commitid: 11ce64886bc4741a7; xorp/contrib/mld6igmp_lite/mld6igmp_config.cc 1.4 +2 -2; commitid: 11ce64886bc4741a7; xorp/contrib/mld6igmp_lite/mld6igmp_group_record.cc 1.3 +2 -2; commitid: 11ce64886bc4741a7; xorp/contrib/mld6igmp_lite/mld6igmp_group_record.hh 1.2 +2 -2; commitid: 11ce64886bc4741a7; xorp/contrib/mld6igmp_lite/mld6igmp_module.h 1.2 +2 -2; commitid: 11ce64886bc4741a7; xorp/contrib/mld6igmp_lite/mld6igmp_node.cc 1.2 +2 -2; commitid: 11ce64886bc4741a7; xorp/contrib/mld6igmp_lite/mld6igmp_node.hh 1.3 +2 -2; commitid: 11ce64886bc4741a7; xorp/contrib/mld6igmp_lite/mld6igmp_node_cli.cc 1.2 +2 -2; commitid: 11ce64886bc4741a7; xorp/contrib/mld6igmp_lite/mld6igmp_node_cli.hh 1.3 +2 -2; commitid: 11ce64886bc4741a7; xorp/contrib/mld6igmp_lite/mld6igmp_proto.cc 1.2 +2 -2; commitid: 11ce64886bc4741a7; xorp/contrib/mld6igmp_lite/mld6igmp_source_record.cc 1.2 +2 -2; commitid: 11ce64886bc4741a7; xorp/contrib/mld6igmp_lite/mld6igmp_source_record.hh 1.3 +2 -2; commitid: 11ce64886bc4741a7; xorp/contrib/mld6igmp_lite/mld6igmp_vif.cc 1.2 +2 -2; commitid: 11ce64886bc4741a7; xorp/contrib/mld6igmp_lite/mld6igmp_vif.hh 1.2 +2 -2; commitid: 11ce64886bc4741a7; xorp/contrib/mld6igmp_lite/xorp_igmp.cc 1.2 +2 -2; commitid: 11ce64886bc4741a7; xorp/contrib/mld6igmp_lite/xorp_mld.cc 1.2 +2 -2; commitid: 11ce64886bc4741a7; xorp/contrib/mld6igmp_lite/xrl_mld6igmp_node.cc 1.2 +2 -2; commitid: 11ce64886bc4741a7; xorp/contrib/mld6igmp_lite/xrl_mld6igmp_node.hh 1.3 +2 -2; commitid: 11ce64886bc4741a7; xorp/contrib/olsr/debug_io.cc 1.3 +2 -2; commitid: 11ce64886bc4741a7; xorp/contrib/olsr/debug_io.hh 1.2 +2 -2; commitid: 11ce64886bc4741a7; xorp/contrib/olsr/emulate_net.cc 1.2 +2 -2; commitid: 11ce64886bc4741a7; xorp/contrib/olsr/emulate_net.hh 1.2 +2 -2; commitid: 11ce64886bc4741a7; xorp/contrib/olsr/exceptions.hh 1.2 +2 -2; commitid: 11ce64886bc4741a7; xorp/contrib/olsr/external.cc 1.2 +2 -2; commitid: 11ce64886bc4741a7; xorp/contrib/olsr/external.hh 1.2 +2 -2; commitid: 11ce64886bc4741a7; xorp/contrib/olsr/face.cc 1.2 +2 -2; commitid: 11ce64886bc4741a7; xorp/contrib/olsr/face.hh 1.2 +2 -2; commitid: 11ce64886bc4741a7; xorp/contrib/olsr/face_manager.cc 1.2 +2 -2; commitid: 11ce64886bc4741a7; xorp/contrib/olsr/face_manager.hh 1.2 +2 -2; commitid: 11ce64886bc4741a7; xorp/contrib/olsr/io.hh 1.2 +2 -2; commitid: 11ce64886bc4741a7; xorp/contrib/olsr/link.cc 1.2 +2 -2; commitid: 11ce64886bc4741a7; xorp/contrib/olsr/link.hh 1.2 +2 -2; commitid: 11ce64886bc4741a7; xorp/contrib/olsr/message.cc 1.3 +2 -2; commitid: 11ce64886bc4741a7; xorp/contrib/olsr/message.hh 1.2 +2 -2; commitid: 11ce64886bc4741a7; xorp/contrib/olsr/neighbor.cc 1.3 +2 -2; commitid: 11ce64886bc4741a7; xorp/contrib/olsr/neighbor.hh 1.2 +2 -2; commitid: 11ce64886bc4741a7; xorp/contrib/olsr/neighborhood.cc 1.2 +2 -2; commitid: 11ce64886bc4741a7; xorp/contrib/olsr/neighborhood.hh 1.2 +2 -2; commitid: 11ce64886bc4741a7; xorp/contrib/olsr/olsr.cc 1.2 +2 -2; commitid: 11ce64886bc4741a7; xorp/contrib/olsr/olsr.hh 1.2 +2 -2; commitid: 11ce64886bc4741a7; xorp/contrib/olsr/olsr_module.h 1.3 +2 -2; commitid: 11ce64886bc4741a7; xorp/contrib/olsr/olsr_types.cc 1.4 +2 -2; commitid: 11ce64886bc4741a7; xorp/contrib/olsr/olsr_types.hh 1.2 +2 -2; commitid: 11ce64886bc4741a7; xorp/contrib/olsr/policy_varrw.cc 1.2 +2 -2; commitid: 11ce64886bc4741a7; xorp/contrib/olsr/policy_varrw.hh 1.2 +2 -2; commitid: 11ce64886bc4741a7; xorp/contrib/olsr/profile_vars.cc 1.2 +2 -2; commitid: 11ce64886bc4741a7; xorp/contrib/olsr/profile_vars.hh 1.2 +2 -2; commitid: 11ce64886bc4741a7; xorp/contrib/olsr/route_manager.cc 1.2 +2 -2; commitid: 11ce64886bc4741a7; xorp/contrib/olsr/route_manager.hh 1.2 +2 -2; commitid: 11ce64886bc4741a7; xorp/contrib/olsr/test_args.hh 1.2 +2 -2; commitid: 11ce64886bc4741a7; xorp/contrib/olsr/test_common.hh 1.2 +2 -2; commitid: 11ce64886bc4741a7; xorp/contrib/olsr/test_faces.cc 1.2 +2 -2; commitid: 11ce64886bc4741a7; xorp/contrib/olsr/test_message.cc 1.2 +2 -2; commitid: 11ce64886bc4741a7; xorp/contrib/olsr/test_olsr_types.cc 1.5 +2 -2; commitid: 11ce64886bc4741a7; xorp/contrib/olsr/test_routing1.py 1.3 +2 -2; commitid: 11ce64886bc4741a7; xorp/contrib/olsr/test_simulator.cc 1.2 +2 -2; commitid: 11ce64886bc4741a7; xorp/contrib/olsr/tools/clear_database.cc 1.2 +2 -2; commitid: 11ce64886bc4741a7; xorp/contrib/olsr/tools/print_databases.cc 1.3 +2 -2; commitid: 11ce64886bc4741a7; xorp/contrib/olsr/topology.cc 1.2 +2 -2; commitid: 11ce64886bc4741a7; xorp/contrib/olsr/topology.hh 1.2 +2 -2; commitid: 11ce64886bc4741a7; xorp/contrib/olsr/trace.hh 1.2 +2 -2; commitid: 11ce64886bc4741a7; xorp/contrib/olsr/twohop.cc 1.2 +2 -2; commitid: 11ce64886bc4741a7; xorp/contrib/olsr/twohop.hh 1.2 +2 -2; commitid: 11ce64886bc4741a7; xorp/contrib/olsr/vertex.hh 1.2 +2 -2; commitid: 11ce64886bc4741a7; xorp/contrib/olsr/xorp_olsr.cc 1.3 +2 -2; commitid: 11ce64886bc4741a7; xorp/contrib/olsr/xrl_io.cc 1.2 +2 -2; commitid: 11ce64886bc4741a7; xorp/contrib/olsr/xrl_io.hh 1.2 +2 -2; commitid: 11ce64886bc4741a7; xorp/contrib/olsr/xrl_port.cc 1.2 +2 -2; commitid: 11ce64886bc4741a7; xorp/contrib/olsr/xrl_port.hh 1.2 +2 -2; commitid: 11ce64886bc4741a7; xorp/contrib/olsr/xrl_queue.cc 1.2 +2 -2; commitid: 11ce64886bc4741a7; xorp/contrib/olsr/xrl_queue.hh 1.2 +2 -2; commitid: 11ce64886bc4741a7; xorp/contrib/olsr/xrl_target.cc 1.2 +2 -2; commitid: 11ce64886bc4741a7; xorp/contrib/olsr/xrl_target.hh 1.5 +2 -2; commitid: 11ce64886bc4741a7; xorp/contrib/packages/debian/copyright 1.5 +2 -2; commitid: 11ce64886bc4741a7; xorp/contrib/win32/installer/LICENSE 1.18 +3 -3; commitid: 11ce64886bc4741a7; xorp/contrib/win32/installer/xorp.nsi 1.5 +2 -2; commitid: 11ce64886bc4741a7; xorp/contrib/win32/xorprtm/bsdroute.h 1.5 +2 -2; commitid: 11ce64886bc4741a7; xorp/contrib/win32/xorprtm/defs.h 1.5 +2 -2; commitid: 11ce64886bc4741a7; xorp/contrib/win32/xorprtm/list.h 1.5 +2 -2; commitid: 11ce64886bc4741a7; xorp/contrib/win32/xorprtm/loadprotocol.c 1.5 +2 -2; commitid: 11ce64886bc4741a7; xorp/contrib/win32/xorprtm/mibmgr.c 1.5 +2 -2; commitid: 11ce64886bc4741a7; xorp/contrib/win32/xorprtm/mibmgr.h 1.5 +2 -2; commitid: 11ce64886bc4741a7; xorp/contrib/win32/xorprtm/pchsample.h 1.6 +2 -2; commitid: 11ce64886bc4741a7; xorp/contrib/win32/xorprtm/print_rtmsg.c 1.5 +2 -2; commitid: 11ce64886bc4741a7; xorp/contrib/win32/xorprtm/rmapi.c 1.5 +2 -2; commitid: 11ce64886bc4741a7; xorp/contrib/win32/xorprtm/rmapi.h 1.5 +2 -2; commitid: 11ce64886bc4741a7; xorp/contrib/win32/xorprtm/sync.c 1.5 +2 -2; commitid: 11ce64886bc4741a7; xorp/contrib/win32/xorprtm/sync.h 1.5 +2 -2; commitid: 11ce64886bc4741a7; xorp/contrib/win32/xorprtm/test_monitor.c 1.5 +2 -2; commitid: 11ce64886bc4741a7; xorp/contrib/win32/xorprtm/test_routeadd.c 1.5 +2 -2; commitid: 11ce64886bc4741a7; xorp/contrib/win32/xorprtm/test_routeadddelete.c 1.5 +2 -2; commitid: 11ce64886bc4741a7; xorp/contrib/win32/xorprtm/test_routeaddwait.c 1.5 +2 -2; commitid: 11ce64886bc4741a7; xorp/contrib/win32/xorprtm/utils.c 1.5 +2 -2; commitid: 11ce64886bc4741a7; xorp/contrib/win32/xorprtm/utils.h 1.5 +2 -2; commitid: 11ce64886bc4741a7; xorp/contrib/win32/xorprtm/xorprtm.c 1.5 +2 -2; commitid: 11ce64886bc4741a7; xorp/contrib/win32/xorprtm/xorprtm.h 1.5 +2 -2; commitid: 11ce64886bc4741a7; xorp/contrib/win32/xorprtm/xorprtm_internal.h 1.72 +2 -2; commitid: 11ce64886bc4741a7; xorp/devnotes/release_process.txt 1.10 +2 -2; commitid: 11ce64886bc4741a7; xorp/devnotes/template.c 1.11 +2 -2; commitid: 11ce64886bc4741a7; xorp/devnotes/template.cc 1.10 +2 -2; commitid: 11ce64886bc4741a7; xorp/devnotes/template.h 1.10 +2 -2; commitid: 11ce64886bc4741a7; xorp/devnotes/template.hh 1.6 +2 -2; commitid: 11ce64886bc4741a7; xorp/devnotes/template.py 1.6 +2 -2; commitid: 11ce64886bc4741a7; xorp/devnotes/template.sh 1.9 +2 -2; commitid: 11ce64886bc4741a7; xorp/devnotes/update_copyright.sh 1.27 +2 -4; commitid: 11ce64886bc4741a7; xorp/docs/bgp/bgp.tex 1.28 +2 -4; commitid: 11ce64886bc4741a7; xorp/docs/design_arch/design_arch.tex 1.44 +2 -4; commitid: 11ce64886bc4741a7; xorp/docs/design_arch/error_handling.tex 1.25 +2 -4; commitid: 11ce64886bc4741a7; xorp/docs/fea/fea.tex 1.21 +2 -4; commitid: 11ce64886bc4741a7; xorp/docs/libxipc/libxipc_overview.tex 1.26 +2 -4; commitid: 11ce64886bc4741a7; xorp/docs/libxipc/xrl_interfaces.tex 1.32 +2 -4; commitid: 11ce64886bc4741a7; xorp/docs/libxorp/libxorp_overview.tex 1.2 +1 -1; commitid: 11ce64886bc4741a7; xorp/docs/man/xorp_rtrmgr.8 1.2 +1 -2; commitid: 11ce64886bc4741a7; xorp/docs/man/xorp_rtrmgr.sgml 1.2 +1 -2; commitid: 11ce64886bc4741a7; xorp/docs/man/xorpsh.1 1.2 +1 -2; commitid: 11ce64886bc4741a7; xorp/docs/man/xorpsh.sgml 1.27 +2 -4; commitid: 11ce64886bc4741a7; xorp/docs/mfea/mfea_arch.tex 1.25 +2 -4; commitid: 11ce64886bc4741a7; xorp/docs/mld6igmp/mld6igmp_arch.tex 1.24 +2 -4; commitid: 11ce64886bc4741a7; xorp/docs/multicast/multicast_arch.tex 1.3 +2 -4; commitid: 11ce64886bc4741a7; xorp/docs/olsr/olsr_manual.tex 1.2 +2 -2; commitid: 11ce64886bc4741a7; xorp/docs/olsr/preface.tex 1.27 +2 -4; commitid: 11ce64886bc4741a7; xorp/docs/pim/pim_arch.tex 1.46 +3 -5; commitid: 11ce64886bc4741a7; xorp/docs/pim_testsuite/pim_testsuite.tex 1.26 +2 -4; commitid: 11ce64886bc4741a7; xorp/docs/rib/rib.tex 1.56 +2 -4; commitid: 11ce64886bc4741a7; xorp/docs/rtrmgr/rtrmgr.tex 1.30 +2 -4; commitid: 11ce64886bc4741a7; xorp/docs/snmp/snmp_overview.tex 1.39 +2 -4; commitid: 11ce64886bc4741a7; xorp/docs/test_harness/test_harness.tex 1.9 +2 -2; commitid: 11ce64886bc4741a7; xorp/docs/user_manual/preface.tex 1.21 +2 -4; commitid: 11ce64886bc4741a7; xorp/docs/user_manual/user_manual.tex 1.27 +2 -4; commitid: 11ce64886bc4741a7; xorp/docs/xorpdev_101/xorpdev_101.tex 1.5 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/control_socket/click_socket.cc 1.5 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/control_socket/click_socket.hh 1.5 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/control_socket/netlink_socket.cc 1.6 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/control_socket/netlink_socket.hh 1.15 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/control_socket/netlink_socket_utilities.cc 1.6 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/control_socket/netlink_socket_utilities.hh 1.5 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/control_socket/routing_socket.cc 1.6 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/control_socket/routing_socket.hh 1.18 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/control_socket/routing_socket_utilities.cc 1.5 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/control_socket/routing_socket_utilities.hh 1.5 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/control_socket/system_utilities.hh 1.5 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/control_socket/windows_routing_socket.h 1.4 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/control_socket/windows_rras_support.cc 1.4 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/control_socket/windows_rras_support.hh 1.4 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/control_socket/windows_rtm_pipe.cc 1.6 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/control_socket/windows_rtm_pipe.hh 1.11 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/fibconfig/fibconfig_entry_get_click.cc 1.8 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/fibconfig/fibconfig_entry_get_click.hh 1.11 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/fibconfig/fibconfig_entry_get_dummy.cc 1.8 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/fibconfig/fibconfig_entry_get_dummy.hh 1.13 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/fibconfig/fibconfig_entry_get_iphelper.cc 1.8 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/fibconfig/fibconfig_entry_get_iphelper.hh 1.19 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/fibconfig/fibconfig_entry_get_netlink_socket.cc 1.8 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/fibconfig/fibconfig_entry_get_netlink_socket.hh 1.16 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/fibconfig/fibconfig_entry_get_routing_socket.cc 1.8 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/fibconfig/fibconfig_entry_get_routing_socket.hh 1.18 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/fibconfig/fibconfig_entry_get_rtmv2.cc 1.8 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/fibconfig/fibconfig_entry_get_rtmv2.hh 1.10 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/fibconfig/fibconfig_entry_observer_dummy.cc 1.6 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/fibconfig/fibconfig_entry_observer_dummy.hh 1.9 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/fibconfig/fibconfig_entry_observer_iphelper.cc 1.6 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/fibconfig/fibconfig_entry_observer_iphelper.hh 1.12 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/fibconfig/fibconfig_entry_observer_netlink_socket.cc 1.6 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/fibconfig/fibconfig_entry_observer_netlink_socket.hh 1.10 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/fibconfig/fibconfig_entry_observer_routing_socket.cc 1.6 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/fibconfig/fibconfig_entry_observer_routing_socket.hh 1.11 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/fibconfig/fibconfig_entry_observer_rtmv2.cc 1.6 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/fibconfig/fibconfig_entry_observer_rtmv2.hh 1.13 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/fibconfig/fibconfig_entry_parse_netlink_socket.cc 1.15 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/fibconfig/fibconfig_entry_parse_routing_socket.cc 1.13 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/fibconfig/fibconfig_entry_set_click.cc 1.8 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/fibconfig/fibconfig_entry_set_click.hh 1.11 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/fibconfig/fibconfig_entry_set_dummy.cc 1.8 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/fibconfig/fibconfig_entry_set_dummy.hh 1.14 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/fibconfig/fibconfig_entry_set_iphelper.cc 1.8 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/fibconfig/fibconfig_entry_set_iphelper.hh 1.19 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/fibconfig/fibconfig_entry_set_netlink_socket.cc 1.8 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/fibconfig/fibconfig_entry_set_netlink_socket.hh 1.19 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/fibconfig/fibconfig_entry_set_routing_socket.cc 1.8 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/fibconfig/fibconfig_entry_set_routing_socket.hh 1.20 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/fibconfig/fibconfig_entry_set_rtmv2.cc 1.8 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/fibconfig/fibconfig_entry_set_rtmv2.hh 1.5 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/fibconfig/fibconfig_forwarding_dummy.cc 1.5 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/fibconfig/fibconfig_forwarding_dummy.hh 1.5 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/fibconfig/fibconfig_forwarding_proc_linux.cc 1.5 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/fibconfig/fibconfig_forwarding_proc_linux.hh 1.5 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/fibconfig/fibconfig_forwarding_solaris.cc 1.5 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/fibconfig/fibconfig_forwarding_solaris.hh 1.4 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/fibconfig/fibconfig_forwarding_sysctl.cc 1.5 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/fibconfig/fibconfig_forwarding_sysctl.hh 1.6 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/fibconfig/fibconfig_forwarding_windows.cc 1.5 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/fibconfig/fibconfig_forwarding_windows.hh 1.11 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/fibconfig/fibconfig_table_get_click.cc 1.8 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/fibconfig/fibconfig_table_get_click.hh 1.11 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/fibconfig/fibconfig_table_get_dummy.cc 1.8 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/fibconfig/fibconfig_table_get_dummy.hh 1.15 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/fibconfig/fibconfig_table_get_iphelper.cc 1.8 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/fibconfig/fibconfig_table_get_iphelper.hh 1.15 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/fibconfig/fibconfig_table_get_netlink_socket.cc 1.8 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/fibconfig/fibconfig_table_get_netlink_socket.hh 1.16 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/fibconfig/fibconfig_table_get_sysctl.cc 1.8 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/fibconfig/fibconfig_table_get_sysctl.hh 1.10 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/fibconfig/fibconfig_table_observer_dummy.cc 1.6 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/fibconfig/fibconfig_table_observer_dummy.hh 1.9 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/fibconfig/fibconfig_table_observer_iphelper.cc 1.6 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/fibconfig/fibconfig_table_observer_iphelper.hh 1.16 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/fibconfig/fibconfig_table_observer_netlink_socket.cc 1.6 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/fibconfig/fibconfig_table_observer_netlink_socket.hh 1.16 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/fibconfig/fibconfig_table_observer_routing_socket.cc 1.6 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/fibconfig/fibconfig_table_observer_routing_socket.hh 1.17 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/fibconfig/fibconfig_table_observer_rtmv2.cc 1.6 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/fibconfig/fibconfig_table_observer_rtmv2.hh 1.12 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/fibconfig/fibconfig_table_parse_netlink_socket.cc 1.15 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/fibconfig/fibconfig_table_parse_routing_socket.cc 1.11 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/fibconfig/fibconfig_table_set_click.cc 1.8 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/fibconfig/fibconfig_table_set_click.hh 1.11 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/fibconfig/fibconfig_table_set_dummy.cc 1.8 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/fibconfig/fibconfig_table_set_dummy.hh 1.11 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/fibconfig/fibconfig_table_set_iphelper.cc 1.8 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/fibconfig/fibconfig_table_set_iphelper.hh 1.10 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/fibconfig/fibconfig_table_set_netlink_socket.cc 1.8 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/fibconfig/fibconfig_table_set_netlink_socket.hh 1.10 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/fibconfig/fibconfig_table_set_routing_socket.cc 1.8 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/fibconfig/fibconfig_table_set_routing_socket.hh 1.10 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/fibconfig/fibconfig_table_set_rtmv2.cc 1.8 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/fibconfig/fibconfig_table_set_rtmv2.hh 1.2 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/firewall/firewall_get_dummy.cc 1.2 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/firewall/firewall_get_dummy.hh 1.4 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/firewall/firewall_get_ipfw2.cc 1.2 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/firewall/firewall_get_ipfw2.hh 1.2 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/firewall/firewall_get_netfilter.cc 1.2 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/firewall/firewall_get_netfilter.hh 1.2 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/firewall/firewall_get_pf.cc 1.2 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/firewall/firewall_get_pf.hh 1.4 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/firewall/firewall_set_dummy.cc 1.4 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/firewall/firewall_set_dummy.hh 1.5 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/firewall/firewall_set_ipfw2.cc 1.4 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/firewall/firewall_set_ipfw2.hh 1.4 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/firewall/firewall_set_netfilter.cc 1.4 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/firewall/firewall_set_netfilter.hh 1.4 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/firewall/firewall_set_pf.cc 1.4 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/firewall/firewall_set_pf.hh 1.11 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/ifconfig/ifconfig_get_click.cc 1.9 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/ifconfig/ifconfig_get_click.hh 1.13 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/ifconfig/ifconfig_get_dummy.cc 1.9 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/ifconfig/ifconfig_get_dummy.hh 1.12 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/ifconfig/ifconfig_get_getifaddrs.cc 1.10 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/ifconfig/ifconfig_get_getifaddrs.hh 1.16 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/ifconfig/ifconfig_get_ioctl.cc 1.10 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/ifconfig/ifconfig_get_ioctl.hh 1.14 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/ifconfig/ifconfig_get_iphelper.cc 1.9 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/ifconfig/ifconfig_get_iphelper.hh 1.18 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/ifconfig/ifconfig_get_netlink_socket.cc 1.10 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/ifconfig/ifconfig_get_netlink_socket.hh 1.24 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/ifconfig/ifconfig_get_proc_linux.cc 1.9 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/ifconfig/ifconfig_get_proc_linux.hh 1.13 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/ifconfig/ifconfig_get_sysctl.cc 1.9 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/ifconfig/ifconfig_get_sysctl.hh 1.8 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/ifconfig/ifconfig_media.cc 1.5 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/ifconfig/ifconfig_media.hh 1.10 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/ifconfig/ifconfig_observer_dummy.cc 1.8 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/ifconfig/ifconfig_observer_dummy.hh 1.10 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/ifconfig/ifconfig_observer_iphelper.cc 1.8 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/ifconfig/ifconfig_observer_iphelper.hh 1.17 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/ifconfig/ifconfig_observer_netlink_socket.cc 1.8 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/ifconfig/ifconfig_observer_netlink_socket.hh 1.16 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/ifconfig/ifconfig_observer_routing_socket.cc 1.8 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/ifconfig/ifconfig_observer_routing_socket.hh 1.20 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/ifconfig/ifconfig_parse_getifaddrs.cc 1.19 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/ifconfig/ifconfig_parse_ioctl.cc 1.22 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/ifconfig/ifconfig_parse_netlink_socket.cc 1.24 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/ifconfig/ifconfig_parse_routing_socket.cc 1.3 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/ifconfig/ifconfig_property_bsd.cc 1.4 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/ifconfig/ifconfig_property_bsd.hh 1.3 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/ifconfig/ifconfig_property_dummy.cc 1.4 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/ifconfig/ifconfig_property_dummy.hh 1.3 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/ifconfig/ifconfig_property_linux.cc 1.4 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/ifconfig/ifconfig_property_linux.hh 1.3 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/ifconfig/ifconfig_property_solaris.cc 1.4 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/ifconfig/ifconfig_property_solaris.hh 1.3 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/ifconfig/ifconfig_property_windows.cc 1.5 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/ifconfig/ifconfig_property_windows.hh 1.24 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/ifconfig/ifconfig_set.cc 1.21 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/ifconfig/ifconfig_set_click.cc 1.12 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/ifconfig/ifconfig_set_click.hh 1.19 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/ifconfig/ifconfig_set_dummy.cc 1.14 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/ifconfig/ifconfig_set_dummy.hh 1.18 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/ifconfig/ifconfig_set_ioctl.cc 1.12 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/ifconfig/ifconfig_set_ioctl.hh 1.18 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/ifconfig/ifconfig_set_iphelper.cc 1.12 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/ifconfig/ifconfig_set_iphelper.hh 1.21 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/ifconfig/ifconfig_set_netlink_socket.cc 1.12 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/ifconfig/ifconfig_set_netlink_socket.hh 1.9 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/ifconfig/ifconfig_vlan_get_bsd.cc 1.5 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/ifconfig/ifconfig_vlan_get_bsd.hh 1.4 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/ifconfig/ifconfig_vlan_get_dummy.cc 1.5 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/ifconfig/ifconfig_vlan_get_dummy.hh 1.6 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/ifconfig/ifconfig_vlan_get_linux.cc 1.4 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/ifconfig/ifconfig_vlan_get_linux.hh 1.11 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/ifconfig/ifconfig_vlan_set_bsd.cc 1.9 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/ifconfig/ifconfig_vlan_set_bsd.hh 1.7 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/ifconfig/ifconfig_vlan_set_dummy.cc 1.9 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/ifconfig/ifconfig_vlan_set_dummy.hh 1.9 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/ifconfig/ifconfig_vlan_set_linux.cc 1.5 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/ifconfig/ifconfig_vlan_set_linux.hh 1.3 +1 -1; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/io/io_ip_dummy.cc 1.4 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/io/io_ip_dummy.hh 1.22 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/io/io_ip_socket.cc 1.11 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/io/io_ip_socket.hh 1.3 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/io/io_link_dummy.cc 1.4 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/io/io_link_dummy.hh 1.13 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/io/io_link_pcap.cc 1.10 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/io/io_link_pcap.hh 1.7 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/io/io_tcpudp_dummy.cc 1.9 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/io/io_tcpudp_dummy.hh 1.25 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/io/io_tcpudp_socket.cc 1.13 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/io/io_tcpudp_socket.hh 1.10 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/managers/fea_data_plane_manager_bsd.cc 1.7 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/managers/fea_data_plane_manager_bsd.hh 1.9 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/managers/fea_data_plane_manager_click.cc 1.10 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/managers/fea_data_plane_manager_click.hh 1.11 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/managers/fea_data_plane_manager_dummy.cc 1.9 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/managers/fea_data_plane_manager_dummy.hh 1.10 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/managers/fea_data_plane_manager_linux.cc 1.7 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/managers/fea_data_plane_manager_linux.hh 1.9 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/managers/fea_data_plane_manager_windows.cc 1.8 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/data_plane/managers/fea_data_plane_manager_windows.hh 1.11 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/fea_data_plane_manager.cc 1.12 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/fea_data_plane_manager.hh 1.6 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/fea_io.cc 1.6 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/fea_io.hh 1.10 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/fea_module.h 1.19 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/fea_node.cc 1.16 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/fea_node.hh 1.20 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/fibconfig.cc 1.20 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/fibconfig.hh 1.16 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/fibconfig_entry_get.hh 1.11 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/fibconfig_entry_observer.hh 1.16 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/fibconfig_entry_set.hh 1.4 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/fibconfig_forwarding.cc 1.5 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/fibconfig_forwarding.hh 1.16 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/fibconfig_table_get.hh 1.13 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/fibconfig_table_observer.hh 1.15 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/fibconfig_table_set.hh 1.7 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/fibconfig_transaction.cc 1.8 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/fibconfig_transaction.hh 1.2 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/firewall_entry.cc 1.2 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/firewall_entry.hh 1.2 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/firewall_get.hh 1.6 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/firewall_manager.cc 1.5 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/firewall_manager.hh 1.4 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/firewall_set.hh 1.2 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/firewall_transaction.cc 1.4 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/firewall_transaction.hh 1.25 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/fte.hh 1.84 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/ifconfig.cc 1.80 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/ifconfig.hh 1.48 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/ifconfig_get.hh 1.31 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/ifconfig_observer.hh 1.3 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/ifconfig_property.cc 1.4 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/ifconfig_property.hh 1.8 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/ifconfig_reporter.cc 1.8 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/ifconfig_reporter.hh 1.62 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/ifconfig_set.hh 1.5 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/ifconfig_transaction.cc 1.21 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/ifconfig_transaction.hh 1.5 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/ifconfig_vlan_get.hh 1.10 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/ifconfig_vlan_set.hh 1.64 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/iftree.cc 1.67 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/iftree.hh 1.3 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/io_ip.cc 1.4 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/io_ip.hh 1.13 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/io_ip_manager.cc 1.14 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/io_ip_manager.hh 1.3 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/io_link.cc 1.4 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/io_link.hh 1.9 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/io_link_manager.cc 1.10 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/io_link_manager.hh 1.6 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/io_tcpudp.cc 1.11 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/io_tcpudp.hh 1.10 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/io_tcpudp_manager.cc 1.12 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/io_tcpudp_manager.hh 1.37 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/libfeaclient_bridge.cc 1.17 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/libfeaclient_bridge.hh 1.23 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/mfea_config.cc 1.10 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/mfea_dataflow.cc 1.9 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/mfea_dataflow.hh 1.8 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/mfea_kernel_messages.hh 1.9 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/mfea_module.h 1.63 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/mfea_mrouter.cc 1.24 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/mfea_mrouter.hh 1.91 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/mfea_node.cc 1.50 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/mfea_node.hh 1.25 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/mfea_node_cli.cc 1.9 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/mfea_node_cli.hh 1.13 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/mfea_osdep.hh 1.20 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/mfea_vif.cc 1.12 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/mfea_vif.hh 1.13 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/nexthop_port_mapper.cc 1.14 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/nexthop_port_mapper.hh 1.8 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/profile_vars.cc 1.7 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/profile_vars.hh 1.4 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/test_fea_rawlink.cc 1.18 +1 -1; commitid: 11ce64886bc4741a7; xorp/fea/test_xrl_sockets4_tcp.cc 1.25 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/test_xrl_sockets4_udp.cc 1.29 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/tools/show_interfaces.cc 1.10 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/tools/show_interfaces.hh 1.5 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/xorp_fea.cc 1.6 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/xrl_fea_io.cc 1.6 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/xrl_fea_io.hh 1.19 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/xrl_fea_node.cc 1.14 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/xrl_fea_node.hh 1.47 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/xrl_fea_target.cc 1.34 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/xrl_fea_target.hh 1.5 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/xrl_fib_client_manager.cc 1.6 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/xrl_fib_client_manager.hh 1.6 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/xrl_io_ip_manager.cc 1.5 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/xrl_io_ip_manager.hh 1.5 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/xrl_io_link_manager.cc 1.4 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/xrl_io_link_manager.hh 1.6 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/xrl_io_tcpudp_manager.cc 1.5 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/xrl_io_tcpudp_manager.hh 1.65 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/xrl_mfea_node.cc 1.39 +2 -2; commitid: 11ce64886bc4741a7; xorp/fea/xrl_mfea_node.hh 1.9 +2 -2; commitid: 11ce64886bc4741a7; xorp/fib2mrib/fib2mrib_module.h 1.39 +2 -2; commitid: 11ce64886bc4741a7; xorp/fib2mrib/fib2mrib_node.cc 1.23 +2 -2; commitid: 11ce64886bc4741a7; xorp/fib2mrib/fib2mrib_node.hh 1.10 +2 -2; commitid: 11ce64886bc4741a7; xorp/fib2mrib/fib2mrib_varrw.cc 1.9 +2 -2; commitid: 11ce64886bc4741a7; xorp/fib2mrib/fib2mrib_varrw.hh 1.14 +2 -2; commitid: 11ce64886bc4741a7; xorp/fib2mrib/xorp_fib2mrib.cc 1.42 +2 -2; commitid: 11ce64886bc4741a7; xorp/fib2mrib/xrl_fib2mrib_node.cc 1.23 +2 -2; commitid: 11ce64886bc4741a7; xorp/fib2mrib/xrl_fib2mrib_node.hh 1.9 +2 -2; commitid: 11ce64886bc4741a7; xorp/libcomm/comm_module.h 1.19 +2 -2; commitid: 11ce64886bc4741a7; xorp/libcomm/test_comm.c 1.8 +2 -2; commitid: 11ce64886bc4741a7; xorp/libcomm/test_connect.cc 1.28 +2 -2; commitid: 11ce64886bc4741a7; xorp/libfeaclient/ifmgr_atoms.cc 1.38 +2 -2; commitid: 11ce64886bc4741a7; xorp/libfeaclient/ifmgr_atoms.hh 1.7 +2 -2; commitid: 11ce64886bc4741a7; xorp/libfeaclient/ifmgr_cmd_base.hh 1.24 +2 -2; commitid: 11ce64886bc4741a7; xorp/libfeaclient/ifmgr_cmd_queue.cc 1.14 +2 -2; commitid: 11ce64886bc4741a7; xorp/libfeaclient/ifmgr_cmd_queue.hh 1.30 +2 -2; commitid: 11ce64886bc4741a7; xorp/libfeaclient/ifmgr_cmds.cc 1.25 +2 -2; commitid: 11ce64886bc4741a7; xorp/libfeaclient/ifmgr_cmds.hh 1.32 +2 -2; commitid: 11ce64886bc4741a7; xorp/libfeaclient/ifmgr_xrl_mirror.cc 1.20 +2 -2; commitid: 11ce64886bc4741a7; xorp/libfeaclient/ifmgr_xrl_mirror.hh 1.17 +2 -2; commitid: 11ce64886bc4741a7; xorp/libfeaclient/ifmgr_xrl_replicator.cc 1.14 +2 -2; commitid: 11ce64886bc4741a7; xorp/libfeaclient/ifmgr_xrl_replicator.hh 1.10 +2 -2; commitid: 11ce64886bc4741a7; xorp/libfeaclient/libfeaclient_module.h 1.8 +2 -2; commitid: 11ce64886bc4741a7; xorp/libfeaclient/overview.hh 1.20 +2 -2; commitid: 11ce64886bc4741a7; xorp/libfeaclient/test_local_copy.cc 1.25 +2 -2; commitid: 11ce64886bc4741a7; xorp/libfeaclient/test_remote_copy.cc 1.4 +2 -2; commitid: 11ce64886bc4741a7; xorp/libproto/checksum.c 1.5 +2 -2; commitid: 11ce64886bc4741a7; xorp/libproto/checksum.h 1.11 +2 -2; commitid: 11ce64886bc4741a7; xorp/libproto/config_node_id.hh 1.10 +2 -2; commitid: 11ce64886bc4741a7; xorp/libproto/libproto_module.h 1.6 +2 -2; commitid: 11ce64886bc4741a7; xorp/libproto/packet.cc 1.13 +2 -2; commitid: 11ce64886bc4741a7; xorp/libproto/packet.hh 1.45 +2 -2; commitid: 11ce64886bc4741a7; xorp/libproto/proto_node.hh 1.11 +2 -2; commitid: 11ce64886bc4741a7; xorp/libproto/proto_node_cli.cc 1.10 +2 -2; commitid: 11ce64886bc4741a7; xorp/libproto/proto_node_cli.hh 1.17 +2 -2; commitid: 11ce64886bc4741a7; xorp/libproto/proto_state.cc 1.11 +2 -2; commitid: 11ce64886bc4741a7; xorp/libproto/proto_state.hh 1.15 +2 -2; commitid: 11ce64886bc4741a7; xorp/libproto/proto_unit.cc 1.13 +2 -2; commitid: 11ce64886bc4741a7; xorp/libproto/proto_unit.hh 1.11 +2 -2; commitid: 11ce64886bc4741a7; xorp/libproto/spt.cc 1.22 +2 -2; commitid: 11ce64886bc4741a7; xorp/libproto/spt.hh 1.7 +2 -2; commitid: 11ce64886bc4741a7; xorp/libproto/test_checksum.cc 1.11 +2 -2; commitid: 11ce64886bc4741a7; xorp/libproto/test_config_node_id.cc 1.5 +2 -2; commitid: 11ce64886bc4741a7; xorp/libproto/test_packet.cc 1.20 +2 -2; commitid: 11ce64886bc4741a7; xorp/libproto/test_spt.cc 1.39 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxipc/call_xrl.cc 1.28 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxipc/finder.cc 1.25 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxipc/finder.hh 1.37 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxipc/finder_client.cc 1.24 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxipc/finder_client.hh 1.12 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxipc/finder_client_observer.cc 1.7 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxipc/finder_client_observer.hh 1.12 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxipc/finder_client_xrl_target.cc 1.14 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxipc/finder_client_xrl_target.hh 1.12 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxipc/finder_constants.hh 1.26 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxipc/finder_main.cc 1.15 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxipc/finder_messenger.cc 1.21 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxipc/finder_messenger.hh 1.14 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxipc/finder_module.h 1.11 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxipc/finder_msgs.cc 1.11 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxipc/finder_msgs.hh 1.17 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxipc/finder_server.cc 1.19 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxipc/finder_server.hh 1.37 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxipc/finder_tcp.cc 1.24 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxipc/finder_tcp.hh 1.34 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxipc/finder_tcp_messenger.cc 1.22 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxipc/finder_tcp_messenger.hh 1.11 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxipc/finder_xrl_queue.cc 1.16 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxipc/finder_xrl_queue.hh 1.31 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxipc/finder_xrl_target.cc 1.19 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxipc/finder_xrl_target.hh 1.14 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxipc/header.cc 1.15 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxipc/header.hh 1.9 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxipc/hmac.cc 1.11 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxipc/hmac.hh 1.10 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxipc/ipc_module.h 1.8 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxipc/permits.cc 1.8 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxipc/permits.hh 1.29 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxipc/sockutil.cc 1.15 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxipc/sockutil.hh 1.26 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxipc/test_finder.cc 1.29 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxipc/test_finder_events.cc 1.22 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxipc/test_finder_messenger.cc 1.14 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxipc/test_finder_msgs.cc 1.27 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxipc/test_finder_tcp.cc 1.16 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxipc/test_finder_to.cc 1.11 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxipc/test_header.cc 1.20 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxipc/test_inproc.cc 1.22 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxipc/test_lemming.cc 1.23 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxipc/test_stcp.cc 1.14 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxipc/test_stcppf.cc 1.18 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxipc/test_sudp.cc 1.16 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxipc/test_xrl.cc 1.19 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxipc/test_xrl_args.cc 1.18 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxipc/test_xrl_atom.cc 1.10 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxipc/test_xrl_error.cc 1.13 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxipc/test_xrl_parser.cc 1.17 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxipc/test_xrl_receiver.cc 1.20 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxipc/test_xrl_router.cc 1.21 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxipc/test_xrl_sender.cc 1.15 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxipc/xrl.cc 1.17 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxipc/xrl.hh 1.18 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxipc/xrl_args.cc 1.22 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxipc/xrl_args.hh 1.32 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxipc/xrl_atom.cc 1.17 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxipc/xrl_atom.hh 1.19 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxipc/xrl_atom_encoding.cc 1.13 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxipc/xrl_atom_encoding.hh 1.11 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxipc/xrl_atom_list.cc 1.11 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxipc/xrl_atom_list.hh 1.18 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxipc/xrl_cmd_map.cc 1.20 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxipc/xrl_cmd_map.hh 1.13 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxipc/xrl_dispatcher.cc 1.9 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxipc/xrl_dispatcher.hh 1.16 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxipc/xrl_error.cc 1.20 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxipc/xrl_error.hh 1.10 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxipc/xrl_module.h 1.16 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxipc/xrl_parser.cc 1.11 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxipc/xrl_parser.hh 1.15 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxipc/xrl_parser_input.cc 1.11 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxipc/xrl_parser_input.hh 1.7 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxipc/xrl_pf.cc 1.31 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxipc/xrl_pf.hh 1.19 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxipc/xrl_pf_factory.cc 1.14 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxipc/xrl_pf_factory.hh 1.34 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxipc/xrl_pf_inproc.cc 1.21 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxipc/xrl_pf_inproc.hh 1.13 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxipc/xrl_pf_kill.cc 1.9 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxipc/xrl_pf_kill.hh 1.62 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxipc/xrl_pf_stcp.cc 1.30 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxipc/xrl_pf_stcp.hh 1.18 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxipc/xrl_pf_stcp_ph.cc 1.16 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxipc/xrl_pf_stcp_ph.hh 1.52 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxipc/xrl_pf_sudp.cc 1.25 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxipc/xrl_pf_sudp.hh 1.58 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxipc/xrl_router.cc 1.41 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxipc/xrl_router.hh 1.9 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxipc/xrl_sender.hh 1.13 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxipc/xrl_std_router.cc 1.18 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxipc/xrl_std_router.hh 1.9 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxipc/xrl_tokens.cc 1.11 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxipc/xrl_tokens.hh 1.14 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxipc/xuid.cc 1.9 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxipc/xuid.hh 1.19 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxorp/asnum.hh 1.42 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxorp/asyncio.cc 1.31 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxorp/asyncio.hh 1.9 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxorp/buffer.hh 1.15 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxorp/buffered_asyncio.cc 1.9 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxorp/buffered_asyncio.hh 1.14 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxorp/c_format.cc 1.12 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxorp/c_format.hh 1.21 +1 -1; commitid: 11ce64886bc4741a7; xorp/libxorp/callback-gen.py 1.12 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxorp/callback.cc 1.22 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxorp/callback.hh 1.16 +1 -1; commitid: 11ce64886bc4741a7; xorp/libxorp/callback_debug.hh 1.14 +1 -1; commitid: 11ce64886bc4741a7; xorp/libxorp/callback_nodebug.hh 1.8 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxorp/clock.cc 1.8 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxorp/clock.hh 1.16 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxorp/config_param.hh 1.2 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxorp/daemon.h 1.13 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxorp/debug.c 1.12 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxorp/debug.h 1.14 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxorp/ether_compat.c 1.18 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxorp/ether_compat.h 1.27 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxorp/eventloop.cc 1.30 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxorp/eventloop.hh 1.9 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxorp/exceptions.cc 1.10 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxorp/exceptions.hh 1.8 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxorp/gai_strerror.c 1.7 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxorp/getopt.c 1.22 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxorp/heap.cc 1.17 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxorp/heap.hh 1.6 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxorp/ioevents.hh 1.8 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxorp/ipnet.cc 1.36 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxorp/ipnet.hh 1.34 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxorp/ipv4.cc 1.41 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxorp/ipv4.hh 1.8 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxorp/ipv4net.hh 1.34 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxorp/ipv6.cc 1.40 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxorp/ipv6.hh 1.8 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxorp/ipv6net.hh 1.35 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxorp/ipvx.cc 1.33 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxorp/ipvx.hh 1.21 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxorp/ipvxnet.hh 1.10 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxorp/libxorp_module.h 1.27 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxorp/mac.cc 1.29 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxorp/mac.hh 1.9 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxorp/minitraits.hh 1.12 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxorp/nexthop.cc 1.10 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxorp/nexthop.hh 1.9 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxorp/old_trie.hh 1.23 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxorp/popen.cc 1.10 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxorp/popen.hh 1.11 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxorp/profile.cc 1.13 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxorp/profile.hh 1.18 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxorp/random.c 1.8 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxorp/random.h 1.10 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxorp/range.hh 1.15 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxorp/ref_ptr.cc 1.25 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxorp/ref_ptr.hh 1.33 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxorp/ref_trie.hh 1.7 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxorp/round_robin.cc 1.7 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxorp/round_robin.hh 1.34 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxorp/run_command.cc 1.18 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxorp/run_command.hh 1.10 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxorp/safe_callback_obj.cc 1.10 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxorp/safe_callback_obj.hh 1.42 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxorp/selector.cc 1.27 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxorp/selector.hh 1.12 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxorp/service.cc 1.13 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxorp/service.hh 1.13 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxorp/status_codes.h 1.18 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxorp/strptime.c 1.10 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxorp/task.cc 1.12 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxorp/task.hh 1.21 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxorp/test_asyncio.cc 1.11 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxorp/test_callback.cc 1.14 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxorp/test_config_param.cc 1.11 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxorp/test_heap.cc 1.19 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxorp/test_ipnet.cc 1.32 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxorp/test_ipv4.cc 1.25 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxorp/test_ipv4net.cc 1.32 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxorp/test_ipv6.cc 1.20 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxorp/test_ipv6net.cc 1.33 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxorp/test_ipvx.cc 1.24 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxorp/test_ipvxnet.cc 1.20 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxorp/test_mac.cc 1.19 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxorp/test_main.hh 1.13 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxorp/test_observers.cc 1.10 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxorp/test_profile.cc 1.13 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxorp/test_ref_ptr.cc 1.17 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxorp/test_ref_trie.cc 1.21 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxorp/test_run_command.cc 1.16 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxorp/test_service.cc 1.7 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxorp/test_task.cc 1.16 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxorp/test_test_main.cc 1.13 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxorp/test_time_slice.cc 1.18 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxorp/test_timer.cc 1.13 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxorp/test_timeval.cc 1.14 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxorp/test_trie.cc 1.8 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxorp/test_types.cc 1.9 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxorp/test_utils.cc 1.21 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxorp/test_vif.cc 1.11 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxorp/time_slice.cc 1.12 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxorp/time_slice.hh 1.42 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxorp/timer.cc 1.37 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxorp/timer.hh 1.14 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxorp/timespent.hh 1.35 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxorp/timeval.hh 1.8 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxorp/tlv.hh 1.14 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxorp/token.cc 1.10 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxorp/token.hh 1.6 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxorp/tokenize.hh 1.12 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxorp/transaction.cc 1.13 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxorp/transaction.hh 1.27 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxorp/trie.hh 1.11 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxorp/utility.c 1.19 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxorp/utility.h 1.13 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxorp/utils.cc 1.22 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxorp/utils.hh 1.26 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxorp/vif.cc 1.22 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxorp/vif.hh 1.21 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxorp/win_dispatcher.cc 1.22 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxorp/win_dispatcher.hh 1.11 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxorp/win_io.c 1.9 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxorp/win_io.h 1.28 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxorp/xlog.c 1.19 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxorp/xlog.h 1.18 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxorp/xorp.h 1.6 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxorp/xorp_osdep_begin.h 1.6 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxorp/xorp_osdep_end.h 1.13 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxorp/xorp_osdep_mid.h 1.10 +2 -2; commitid: 11ce64886bc4741a7; xorp/libxorp/xorpfd.hh 1.22 +2 -2; commitid: 11ce64886bc4741a7; xorp/mibs/bgp4_mib_1657.cc 1.17 +2 -2; commitid: 11ce64886bc4741a7; xorp/mibs/bgp4_mib_1657.hh 1.25 +2 -2; commitid: 11ce64886bc4741a7; xorp/mibs/bgp4_mib_1657_bgp4pathattrtable.cc 1.14 +2 -2; commitid: 11ce64886bc4741a7; xorp/mibs/bgp4_mib_1657_bgp4pathattrtable.hh 1.10 +2 -2; commitid: 11ce64886bc4741a7; xorp/mibs/bgp4_mib_1657_bgpidentifier.cc 1.8 +1 -1; commitid: 11ce64886bc4741a7; xorp/mibs/bgp4_mib_1657_bgpidentifier.hh 1.11 +2 -2; commitid: 11ce64886bc4741a7; xorp/mibs/bgp4_mib_1657_bgplocalas.cc 1.8 +2 -2; commitid: 11ce64886bc4741a7; xorp/mibs/bgp4_mib_1657_bgplocalas.hh 1.23 +2 -2; commitid: 11ce64886bc4741a7; xorp/mibs/bgp4_mib_1657_bgppeertable.cc 1.9 +1 -1; commitid: 11ce64886bc4741a7; xorp/mibs/bgp4_mib_1657_bgppeertable.hh 1.17 +2 -2; commitid: 11ce64886bc4741a7; xorp/mibs/bgp4_mib_1657_bgpversion.cc 1.9 +2 -2; commitid: 11ce64886bc4741a7; xorp/mibs/bgp4_mib_1657_bgpversion.hh 1.10 +2 -2; commitid: 11ce64886bc4741a7; xorp/mibs/bgp4_mib_module.h 1.12 +2 -2; commitid: 11ce64886bc4741a7; xorp/mibs/bgp4_mib_xrl_target.cc 1.11 +2 -2; commitid: 11ce64886bc4741a7; xorp/mibs/bgp4_mib_xrl_target.hh 1.9 +2 -2; commitid: 11ce64886bc4741a7; xorp/mibs/fixconfigs.h 1.10 +2 -2; commitid: 11ce64886bc4741a7; xorp/mibs/ospf_mib_1850.cc 1.8 +2 -2; commitid: 11ce64886bc4741a7; xorp/mibs/ospf_mib_1850.hh 1.20 +2 -2; commitid: 11ce64886bc4741a7; xorp/mibs/test_xorpevents.cc 1.14 +2 -2; commitid: 11ce64886bc4741a7; xorp/mibs/xorp_if_mib_module.cc 1.10 +2 -2; commitid: 11ce64886bc4741a7; xorp/mibs/xorp_if_mib_module.hh 1.11 +2 -2; commitid: 11ce64886bc4741a7; xorp/mibs/xorp_if_mib_xrl_target.cc 1.9 +2 -2; commitid: 11ce64886bc4741a7; xorp/mibs/xorp_if_mib_xrl_target.hh 1.10 +2 -2; commitid: 11ce64886bc4741a7; xorp/mibs/xorp_if_module.h 1.9 +2 -2; commitid: 11ce64886bc4741a7; xorp/mibs/xorp_netsnmp_module.h 1.20 +2 -2; commitid: 11ce64886bc4741a7; xorp/mibs/xorpevents.cc 1.20 +2 -2; commitid: 11ce64886bc4741a7; xorp/mibs/xorpevents.hh 1.19 +2 -2; commitid: 11ce64886bc4741a7; xorp/mld6igmp/igmp_proto.h 1.22 +2 -2; commitid: 11ce64886bc4741a7; xorp/mld6igmp/mld6_proto.h 1.21 +2 -2; commitid: 11ce64886bc4741a7; xorp/mld6igmp/mld6igmp_config.cc 1.33 +2 -2; commitid: 11ce64886bc4741a7; xorp/mld6igmp/mld6igmp_group_record.cc 1.22 +2 -2; commitid: 11ce64886bc4741a7; xorp/mld6igmp/mld6igmp_group_record.hh 1.10 +2 -2; commitid: 11ce64886bc4741a7; xorp/mld6igmp/mld6igmp_module.h 1.59 +2 -2; commitid: 11ce64886bc4741a7; xorp/mld6igmp/mld6igmp_node.cc 1.36 +2 -2; commitid: 11ce64886bc4741a7; xorp/mld6igmp/mld6igmp_node.hh 1.33 +2 -2; commitid: 11ce64886bc4741a7; xorp/mld6igmp/mld6igmp_node_cli.cc 1.11 +2 -2; commitid: 11ce64886bc4741a7; xorp/mld6igmp/mld6igmp_node_cli.hh 1.49 +2 -2; commitid: 11ce64886bc4741a7; xorp/mld6igmp/mld6igmp_proto.cc 1.14 +2 -2; commitid: 11ce64886bc4741a7; xorp/mld6igmp/mld6igmp_source_record.cc 1.13 +2 -2; commitid: 11ce64886bc4741a7; xorp/mld6igmp/mld6igmp_source_record.hh 1.89 +2 -2; commitid: 11ce64886bc4741a7; xorp/mld6igmp/mld6igmp_vif.cc 1.50 +2 -2; commitid: 11ce64886bc4741a7; xorp/mld6igmp/mld6igmp_vif.hh 1.16 +2 -2; commitid: 11ce64886bc4741a7; xorp/mld6igmp/xorp_igmp.cc 1.17 +2 -2; commitid: 11ce64886bc4741a7; xorp/mld6igmp/xorp_mld.cc 1.69 +2 -2; commitid: 11ce64886bc4741a7; xorp/mld6igmp/xrl_mld6igmp_node.cc 1.48 +2 -2; commitid: 11ce64886bc4741a7; xorp/mld6igmp/xrl_mld6igmp_node.hh 1.8 +2 -2; commitid: 11ce64886bc4741a7; xorp/mrt/buffer.c 1.10 +2 -2; commitid: 11ce64886bc4741a7; xorp/mrt/buffer.h 1.19 +2 -2; commitid: 11ce64886bc4741a7; xorp/mrt/include/ip_mroute.h 1.13 +2 -2; commitid: 11ce64886bc4741a7; xorp/mrt/max_vifs.h 1.10 +2 -2; commitid: 11ce64886bc4741a7; xorp/mrt/mifset.cc 1.10 +2 -2; commitid: 11ce64886bc4741a7; xorp/mrt/mifset.hh 1.23 +2 -2; commitid: 11ce64886bc4741a7; xorp/mrt/mrib_table.cc 1.16 +2 -2; commitid: 11ce64886bc4741a7; xorp/mrt/mrib_table.hh 1.13 +2 -2; commitid: 11ce64886bc4741a7; xorp/mrt/mrt.hh 1.9 +2 -2; commitid: 11ce64886bc4741a7; xorp/mrt/mrt_module.h 1.10 +2 -2; commitid: 11ce64886bc4741a7; xorp/mrt/multicast_defs.h 1.9 +2 -2; commitid: 11ce64886bc4741a7; xorp/mrt/netstream_access.h 1.11 +2 -2; commitid: 11ce64886bc4741a7; xorp/mrt/test_mrib.cc 1.13 +2 -2; commitid: 11ce64886bc4741a7; xorp/mrt/test_mrt.cc 1.297 +2 -2; commitid: 11ce64886bc4741a7; xorp/ospf/area_router.cc 1.140 +2 -2; commitid: 11ce64886bc4741a7; xorp/ospf/area_router.hh 1.19 +2 -2; commitid: 11ce64886bc4741a7; xorp/ospf/auth.cc 1.14 +2 -2; commitid: 11ce64886bc4741a7; xorp/ospf/auth.hh 1.28 +2 -2; commitid: 11ce64886bc4741a7; xorp/ospf/debug_io.hh 1.9 +2 -2; commitid: 11ce64886bc4741a7; xorp/ospf/delay_queue.hh 1.7 +2 -2; commitid: 11ce64886bc4741a7; xorp/ospf/exceptions.hh 1.39 +2 -2; commitid: 11ce64886bc4741a7; xorp/ospf/external.cc 1.23 +2 -2; commitid: 11ce64886bc4741a7; xorp/ospf/external.hh 1.8 +2 -2; commitid: 11ce64886bc4741a7; xorp/ospf/fletcher_checksum.cc 1.5 +2 -2; commitid: 11ce64886bc4741a7; xorp/ospf/fletcher_checksum.hh 1.29 +2 -2; commitid: 11ce64886bc4741a7; xorp/ospf/io.hh 1.110 +2 -2; commitid: 11ce64886bc4741a7; xorp/ospf/lsa.cc 1.112 +2 -2; commitid: 11ce64886bc4741a7; xorp/ospf/lsa.hh 1.99 +2 -2; commitid: 11ce64886bc4741a7; xorp/ospf/ospf.cc 1.113 +2 -2; commitid: 11ce64886bc4741a7; xorp/ospf/ospf.hh 1.2 +2 -2; commitid: 11ce64886bc4741a7; xorp/ospf/ospf_module.h 1.47 +2 -2; commitid: 11ce64886bc4741a7; xorp/ospf/packet.cc 1.42 +2 -2; commitid: 11ce64886bc4741a7; xorp/ospf/packet.hh 1.307 +2 -2; commitid: 11ce64886bc4741a7; xorp/ospf/peer.cc 1.151 +2 -2; commitid: 11ce64886bc4741a7; xorp/ospf/peer.hh 1.158 +2 -2; commitid: 11ce64886bc4741a7; xorp/ospf/peer_manager.cc 1.99 +2 -2; commitid: 11ce64886bc4741a7; xorp/ospf/peer_manager.hh 1.15 +2 -2; commitid: 11ce64886bc4741a7; xorp/ospf/policy_varrw.cc 1.12 +2 -2; commitid: 11ce64886bc4741a7; xorp/ospf/policy_varrw.hh 1.68 +2 -2; commitid: 11ce64886bc4741a7; xorp/ospf/routing_table.cc 1.46 +2 -2; commitid: 11ce64886bc4741a7; xorp/ospf/routing_table.hh 1.5 +2 -2; commitid: 11ce64886bc4741a7; xorp/ospf/test_args.hh 1.23 +2 -2; commitid: 11ce64886bc4741a7; xorp/ospf/test_build_lsa.cc 1.10 +2 -2; commitid: 11ce64886bc4741a7; xorp/ospf/test_build_lsa.hh 1.9 +2 -2; commitid: 11ce64886bc4741a7; xorp/ospf/test_build_lsa_main.cc 1.11 +2 -2; commitid: 11ce64886bc4741a7; xorp/ospf/test_checksum.cc 1.7 +2 -2; commitid: 11ce64886bc4741a7; xorp/ospf/test_common.hh 1.58 +2 -2; commitid: 11ce64886bc4741a7; xorp/ospf/test_packet.cc 1.59 +2 -2; commitid: 11ce64886bc4741a7; xorp/ospf/test_peering.cc 1.29 +2 -2; commitid: 11ce64886bc4741a7; xorp/ospf/test_routing.cc 1.29 +2 -2; commitid: 11ce64886bc4741a7; xorp/ospf/test_routing1.py 1.5 +2 -2; commitid: 11ce64886bc4741a7; xorp/ospf/test_routing_database.cc 1.11 +2 -2; commitid: 11ce64886bc4741a7; xorp/ospf/test_routing_interactive.cc 1.13 +2 -2; commitid: 11ce64886bc4741a7; xorp/ospf/test_routing_table.cc 1.3 +2 -2; commitid: 11ce64886bc4741a7; xorp/ospf/tools/clear_database.cc 1.24 +2 -2; commitid: 11ce64886bc4741a7; xorp/ospf/tools/print_lsas.cc 1.11 +2 -2; commitid: 11ce64886bc4741a7; xorp/ospf/tools/print_neighbours.cc 1.20 +2 -2; commitid: 11ce64886bc4741a7; xorp/ospf/trace.hh 1.7 +2 -2; commitid: 11ce64886bc4741a7; xorp/ospf/transmit.hh 1.17 +2 -2; commitid: 11ce64886bc4741a7; xorp/ospf/vertex.hh 1.16 +2 -2; commitid: 11ce64886bc4741a7; xorp/ospf/vlink.cc 1.13 +2 -2; commitid: 11ce64886bc4741a7; xorp/ospf/vlink.hh 1.16 +2 -2; commitid: 11ce64886bc4741a7; xorp/ospf/xorp_ospfv2.cc 1.17 +2 -2; commitid: 11ce64886bc4741a7; xorp/ospf/xorp_ospfv3.cc 1.50 +2 -2; commitid: 11ce64886bc4741a7; xorp/ospf/xrl_io.cc 1.33 +2 -2; commitid: 11ce64886bc4741a7; xorp/ospf/xrl_io.hh 1.62 +2 -2; commitid: 11ce64886bc4741a7; xorp/ospf/xrl_target.cc 1.45 +2 -2; commitid: 11ce64886bc4741a7; xorp/ospf/xrl_target.hh 1.53 +2 -2; commitid: 11ce64886bc4741a7; xorp/pim/pim_bsr.cc 1.21 +2 -2; commitid: 11ce64886bc4741a7; xorp/pim/pim_bsr.hh 1.56 +2 -2; commitid: 11ce64886bc4741a7; xorp/pim/pim_config.cc 1.37 +2 -2; commitid: 11ce64886bc4741a7; xorp/pim/pim_mfc.cc 1.15 +2 -2; commitid: 11ce64886bc4741a7; xorp/pim/pim_mfc.hh 1.10 +2 -2; commitid: 11ce64886bc4741a7; xorp/pim/pim_module.h 1.43 +2 -2; commitid: 11ce64886bc4741a7; xorp/pim/pim_mre.cc 1.53 +2 -2; commitid: 11ce64886bc4741a7; xorp/pim/pim_mre.hh 1.41 +2 -2; commitid: 11ce64886bc4741a7; xorp/pim/pim_mre_assert.cc 1.23 +2 -2; commitid: 11ce64886bc4741a7; xorp/pim/pim_mre_data.cc 1.43 +2 -2; commitid: 11ce64886bc4741a7; xorp/pim/pim_mre_join_prune.cc 1.28 +2 -2; commitid: 11ce64886bc4741a7; xorp/pim/pim_mre_register.cc 1.47 +2 -2; commitid: 11ce64886bc4741a7; xorp/pim/pim_mre_rpf.cc 1.19 +2 -2; commitid: 11ce64886bc4741a7; xorp/pim/pim_mre_task.cc 1.14 +2 -2; commitid: 11ce64886bc4741a7; xorp/pim/pim_mre_task.hh 1.45 +2 -2; commitid: 11ce64886bc4741a7; xorp/pim/pim_mre_track_state.cc 1.27 +2 -2; commitid: 11ce64886bc4741a7; xorp/pim/pim_mre_track_state.hh 1.16 +2 -2; commitid: 11ce64886bc4741a7; xorp/pim/pim_mrib_table.cc 1.14 +2 -2; commitid: 11ce64886bc4741a7; xorp/pim/pim_mrib_table.hh 1.15 +2 -2; commitid: 11ce64886bc4741a7; xorp/pim/pim_mrt.cc 1.23 +2 -2; commitid: 11ce64886bc4741a7; xorp/pim/pim_mrt.hh 1.39 +2 -2; commitid: 11ce64886bc4741a7; xorp/pim/pim_mrt_mfc.cc 1.26 +2 -2; commitid: 11ce64886bc4741a7; xorp/pim/pim_mrt_task.cc 1.22 +2 -2; commitid: 11ce64886bc4741a7; xorp/pim/pim_nbr.cc 1.19 +2 -2; commitid: 11ce64886bc4741a7; xorp/pim/pim_nbr.hh 1.90 +2 -2; commitid: 11ce64886bc4741a7; xorp/pim/pim_node.cc 1.69 +2 -2; commitid: 11ce64886bc4741a7; xorp/pim/pim_node.hh 1.45 +2 -2; commitid: 11ce64886bc4741a7; xorp/pim/pim_node_cli.cc 1.14 +2 -2; commitid: 11ce64886bc4741a7; xorp/pim/pim_node_cli.hh 1.26 +2 -2; commitid: 11ce64886bc4741a7; xorp/pim/pim_proto.h 1.31 +2 -2; commitid: 11ce64886bc4741a7; xorp/pim/pim_proto_assert.cc 1.11 +2 -2; commitid: 11ce64886bc4741a7; xorp/pim/pim_proto_assert.hh 1.26 +2 -2; commitid: 11ce64886bc4741a7; xorp/pim/pim_proto_bootstrap.cc 1.23 +2 -2; commitid: 11ce64886bc4741a7; xorp/pim/pim_proto_cand_rp_adv.cc 1.14 +2 -2; commitid: 11ce64886bc4741a7; xorp/pim/pim_proto_graft.cc 1.9 +2 -2; commitid: 11ce64886bc4741a7; xorp/pim/pim_proto_graft_ack.cc 1.29 +2 -2; commitid: 11ce64886bc4741a7; xorp/pim/pim_proto_hello.cc 1.18 +2 -2; commitid: 11ce64886bc4741a7; xorp/pim/pim_proto_join_prune.cc 1.31 +2 -2; commitid: 11ce64886bc4741a7; xorp/pim/pim_proto_join_prune_message.cc 1.13 +2 -2; commitid: 11ce64886bc4741a7; xorp/pim/pim_proto_join_prune_message.hh 1.39 +2 -2; commitid: 11ce64886bc4741a7; xorp/pim/pim_proto_register.cc 1.19 +2 -2; commitid: 11ce64886bc4741a7; xorp/pim/pim_proto_register_stop.cc 1.21 +2 -2; commitid: 11ce64886bc4741a7; xorp/pim/pim_rp.cc 1.13 +2 -2; commitid: 11ce64886bc4741a7; xorp/pim/pim_rp.hh 1.16 +2 -2; commitid: 11ce64886bc4741a7; xorp/pim/pim_scope_zone_table.cc 1.14 +2 -2; commitid: 11ce64886bc4741a7; xorp/pim/pim_scope_zone_table.hh 1.72 +2 -2; commitid: 11ce64886bc4741a7; xorp/pim/pim_vif.cc 1.47 +2 -2; commitid: 11ce64886bc4741a7; xorp/pim/pim_vif.hh 1.16 +2 -2; commitid: 11ce64886bc4741a7; xorp/pim/xorp_pimsm4.cc 1.17 +2 -2; commitid: 11ce64886bc4741a7; xorp/pim/xorp_pimsm6.cc 1.79 +2 -2; commitid: 11ce64886bc4741a7; xorp/pim/xrl_pim_node.hh 1.5 +2 -2; commitid: 11ce64886bc4741a7; xorp/policy/backend/filter_base.hh 1.7 +2 -2; commitid: 11ce64886bc4741a7; xorp/policy/backend/instr_visitor.hh 1.11 +2 -2; commitid: 11ce64886bc4741a7; xorp/policy/backend/instruction.hh 1.6 +2 -2; commitid: 11ce64886bc4741a7; xorp/policy/backend/instruction_base.hh 1.17 +2 -2; commitid: 11ce64886bc4741a7; xorp/policy/backend/iv_exec.cc 1.12 +2 -2; commitid: 11ce64886bc4741a7; xorp/policy/backend/iv_exec.hh 1.6 +2 -2; commitid: 11ce64886bc4741a7; xorp/policy/backend/policy_backend_parser.hh 1.13 +2 -2; commitid: 11ce64886bc4741a7; xorp/policy/backend/policy_filter.cc 1.10 +2 -2; commitid: 11ce64886bc4741a7; xorp/policy/backend/policy_filter.hh 1.11 +2 -2; commitid: 11ce64886bc4741a7; xorp/policy/backend/policy_filters.cc 1.9 +2 -2; commitid: 11ce64886bc4741a7; xorp/policy/backend/policy_filters.hh 1.8 +2 -2; commitid: 11ce64886bc4741a7; xorp/policy/backend/policy_instr.hh 1.8 +2 -2; commitid: 11ce64886bc4741a7; xorp/policy/backend/policy_redist_map.cc 1.6 +2 -2; commitid: 11ce64886bc4741a7; xorp/policy/backend/policy_redist_map.hh 1.14 +2 -2; commitid: 11ce64886bc4741a7; xorp/policy/backend/policytags.cc 1.7 +2 -2; commitid: 11ce64886bc4741a7; xorp/policy/backend/policytags.hh 1.9 +2 -2; commitid: 11ce64886bc4741a7; xorp/policy/backend/set_manager.cc 1.7 +2 -2; commitid: 11ce64886bc4741a7; xorp/policy/backend/set_manager.hh 1.18 +2 -2; commitid: 11ce64886bc4741a7; xorp/policy/backend/single_varrw.cc 1.13 +2 -2; commitid: 11ce64886bc4741a7; xorp/policy/backend/single_varrw.hh 1.8 +2 -2; commitid: 11ce64886bc4741a7; xorp/policy/backend/term_instr.hh 1.9 +2 -2; commitid: 11ce64886bc4741a7; xorp/policy/backend/version_filter.cc 1.6 +2 -2; commitid: 11ce64886bc4741a7; xorp/policy/backend/version_filter.hh 1.7 +2 -2; commitid: 11ce64886bc4741a7; xorp/policy/backend/version_filters.cc 1.6 +2 -2; commitid: 11ce64886bc4741a7; xorp/policy/backend/version_filters.hh 1.11 +2 -2; commitid: 11ce64886bc4741a7; xorp/policy/code.cc 1.10 +2 -2; commitid: 11ce64886bc4741a7; xorp/policy/code.hh 1.15 +2 -2; commitid: 11ce64886bc4741a7; xorp/policy/code_generator.cc 1.9 +2 -2; commitid: 11ce64886bc4741a7; xorp/policy/code_generator.hh 1.13 +2 -2; commitid: 11ce64886bc4741a7; xorp/policy/code_list.cc 1.9 +2 -2; commitid: 11ce64886bc4741a7; xorp/policy/code_list.hh 1.14 +2 -2; commitid: 11ce64886bc4741a7; xorp/policy/common/dispatcher.cc 1.12 +2 -2; commitid: 11ce64886bc4741a7; xorp/policy/common/dispatcher.hh 1.6 +2 -2; commitid: 11ce64886bc4741a7; xorp/policy/common/elem_bgp.hh 1.5 +2 -2; commitid: 11ce64886bc4741a7; xorp/policy/common/elem_filter.hh 1.8 +2 -2; commitid: 11ce64886bc4741a7; xorp/policy/common/elem_null.hh 1.18 +2 -2; commitid: 11ce64886bc4741a7; xorp/policy/common/elem_set.cc 1.11 +2 -2; commitid: 11ce64886bc4741a7; xorp/policy/common/elem_set.hh 1.13 +2 -2; commitid: 11ce64886bc4741a7; xorp/policy/common/element.cc 1.13 +2 -2; commitid: 11ce64886bc4741a7; xorp/policy/common/element.hh 1.7 +2 -2; commitid: 11ce64886bc4741a7; xorp/policy/common/element_base.hh 1.11 +2 -2; commitid: 11ce64886bc4741a7; xorp/policy/common/element_factory.cc 1.8 +2 -2; commitid: 11ce64886bc4741a7; xorp/policy/common/element_factory.hh 1.7 +2 -2; commitid: 11ce64886bc4741a7; xorp/policy/common/filter.cc 1.7 +2 -2; commitid: 11ce64886bc4741a7; xorp/policy/common/filter.hh 1.6 +2 -2; commitid: 11ce64886bc4741a7; xorp/policy/common/operator.cc 1.9 +2 -2; commitid: 11ce64886bc4741a7; xorp/policy/common/operator.hh 1.7 +2 -2; commitid: 11ce64886bc4741a7; xorp/policy/common/operator_base.hh 1.7 +2 -2; commitid: 11ce64886bc4741a7; xorp/policy/common/policy_exception.hh 1.14 +2 -2; commitid: 11ce64886bc4741a7; xorp/policy/common/policy_utils.cc 1.10 +2 -2; commitid: 11ce64886bc4741a7; xorp/policy/common/policy_utils.hh 1.14 +2 -2; commitid: 11ce64886bc4741a7; xorp/policy/common/register_elements.cc 1.7 +2 -2; commitid: 11ce64886bc4741a7; xorp/policy/common/register_elements.hh 1.23 +2 -2; commitid: 11ce64886bc4741a7; xorp/policy/common/register_operations.cc 1.7 +2 -2; commitid: 11ce64886bc4741a7; xorp/policy/common/register_operations.hh 1.10 +2 -2; commitid: 11ce64886bc4741a7; xorp/policy/common/varrw.cc 1.15 +2 -2; commitid: 11ce64886bc4741a7; xorp/policy/common/varrw.hh 1.23 +2 -2; commitid: 11ce64886bc4741a7; xorp/policy/configuration.cc 1.14 +2 -2; commitid: 11ce64886bc4741a7; xorp/policy/configuration.hh 1.11 +2 -2; commitid: 11ce64886bc4741a7; xorp/policy/dependancy.hh 1.14 +2 -2; commitid: 11ce64886bc4741a7; xorp/policy/export_code_generator.cc 1.8 +2 -2; commitid: 11ce64886bc4741a7; xorp/policy/export_code_generator.hh 1.18 +2 -2; commitid: 11ce64886bc4741a7; xorp/policy/filter_manager.cc 1.8 +2 -2; commitid: 11ce64886bc4741a7; xorp/policy/filter_manager.hh 1.6 +2 -2; commitid: 11ce64886bc4741a7; xorp/policy/filter_manager_base.hh 1.12 +2 -2; commitid: 11ce64886bc4741a7; xorp/policy/node.hh 1.8 +2 -2; commitid: 11ce64886bc4741a7; xorp/policy/node_base.hh 1.9 +2 -2; commitid: 11ce64886bc4741a7; xorp/policy/parser.cc 1.7 +2 -2; commitid: 11ce64886bc4741a7; xorp/policy/parser.hh 1.13 +2 -2; commitid: 11ce64886bc4741a7; xorp/policy/policy_list.cc 1.7 +2 -2; commitid: 11ce64886bc4741a7; xorp/policy/policy_list.hh 1.11 +2 -2; commitid: 11ce64886bc4741a7; xorp/policy/policy_map.cc 1.9 +2 -2; commitid: 11ce64886bc4741a7; xorp/policy/policy_map.hh 1.10 +2 -2; commitid: 11ce64886bc4741a7; xorp/policy/policy_module.h 1.7 +2 -2; commitid: 11ce64886bc4741a7; xorp/policy/policy_parser.hh 1.15 +2 -2; commitid: 11ce64886bc4741a7; xorp/policy/policy_statement.cc 1.12 +2 -2; commitid: 11ce64886bc4741a7; xorp/policy/policy_statement.hh 1.18 +2 -2; commitid: 11ce64886bc4741a7; xorp/policy/policy_target.cc 1.14 +2 -2; commitid: 11ce64886bc4741a7; xorp/policy/policy_target.hh 1.12 +2 -2; commitid: 11ce64886bc4741a7; xorp/policy/process_watch.cc 1.8 +2 -2; commitid: 11ce64886bc4741a7; xorp/policy/process_watch.hh 1.6 +2 -2; commitid: 11ce64886bc4741a7; xorp/policy/process_watch_base.hh 1.6 +2 -2; commitid: 11ce64886bc4741a7; xorp/policy/protocol_map.cc 1.5 +2 -2; commitid: 11ce64886bc4741a7; xorp/policy/protocol_map.hh 1.6 +2 -2; commitid: 11ce64886bc4741a7; xorp/policy/pw_notifier.hh 1.13 +2 -2; commitid: 11ce64886bc4741a7; xorp/policy/semantic_varrw.cc 1.10 +2 -2; commitid: 11ce64886bc4741a7; xorp/policy/semantic_varrw.hh 1.12 +2 -2; commitid: 11ce64886bc4741a7; xorp/policy/set_map.cc 1.9 +2 -2; commitid: 11ce64886bc4741a7; xorp/policy/set_map.hh 1.17 +2 -2; commitid: 11ce64886bc4741a7; xorp/policy/source_match_code_generator.cc 1.11 +2 -2; commitid: 11ce64886bc4741a7; xorp/policy/source_match_code_generator.hh 1.24 +2 -2; commitid: 11ce64886bc4741a7; xorp/policy/term.cc 1.17 +2 -2; commitid: 11ce64886bc4741a7; xorp/policy/term.hh 1.14 +2 -2; commitid: 11ce64886bc4741a7; xorp/policy/test/compilepolicy.cc 1.6 +2 -2; commitid: 11ce64886bc4741a7; xorp/policy/test/compilepolicy.hh 1.10 +2 -2; commitid: 11ce64886bc4741a7; xorp/policy/test/execpolicy.cc 1.13 +2 -2; commitid: 11ce64886bc4741a7; xorp/policy/test/file_varrw.cc 1.10 +2 -2; commitid: 11ce64886bc4741a7; xorp/policy/test/file_varrw.hh 1.8 +2 -2; commitid: 11ce64886bc4741a7; xorp/policy/test/filter_manager_fake.cc 1.6 +2 -2; commitid: 11ce64886bc4741a7; xorp/policy/test/filter_manager_fake.hh 1.8 +2 -2; commitid: 11ce64886bc4741a7; xorp/policy/test/process_watch_fake.cc 1.6 +2 -2; commitid: 11ce64886bc4741a7; xorp/policy/test/process_watch_fake.hh 1.14 +2 -2; commitid: 11ce64886bc4741a7; xorp/policy/var_map.cc 1.11 +2 -2; commitid: 11ce64886bc4741a7; xorp/policy/var_map.hh 1.9 +2 -2; commitid: 11ce64886bc4741a7; xorp/policy/visitor.hh 1.8 +2 -2; commitid: 11ce64886bc4741a7; xorp/policy/visitor_printer.cc 1.6 +2 -2; commitid: 11ce64886bc4741a7; xorp/policy/visitor_printer.hh 1.16 +2 -2; commitid: 11ce64886bc4741a7; xorp/policy/visitor_semantic.cc 1.12 +2 -2; commitid: 11ce64886bc4741a7; xorp/policy/visitor_semantic.hh 1.11 +2 -2; commitid: 11ce64886bc4741a7; xorp/policy/visitor_setdep.cc 1.8 +2 -2; commitid: 11ce64886bc4741a7; xorp/policy/visitor_setdep.hh 1.10 +2 -2; commitid: 11ce64886bc4741a7; xorp/policy/xorp_policy.cc 1.16 +2 -2; commitid: 11ce64886bc4741a7; xorp/policy/xrl_target.cc 1.13 +2 -2; commitid: 11ce64886bc4741a7; xorp/policy/xrl_target.hh 1.11 +2 -2; commitid: 11ce64886bc4741a7; xorp/rib/add_route.cc 1.16 +2 -2; commitid: 11ce64886bc4741a7; xorp/rib/dummy_register_server.cc 1.13 +2 -2; commitid: 11ce64886bc4741a7; xorp/rib/dummy_register_server.hh 1.31 +2 -2; commitid: 11ce64886bc4741a7; xorp/rib/main_rib.cc 1.11 +2 -2; commitid: 11ce64886bc4741a7; xorp/rib/main_routemap.cc 1.19 +2 -2; commitid: 11ce64886bc4741a7; xorp/rib/parser.cc 1.23 +2 -2; commitid: 11ce64886bc4741a7; xorp/rib/parser.hh 1.25 +2 -2; commitid: 11ce64886bc4741a7; xorp/rib/parser_direct_cmds.hh 1.18 +2 -2; commitid: 11ce64886bc4741a7; xorp/rib/parser_xrl_cmds.hh 1.7 +2 -2; commitid: 11ce64886bc4741a7; xorp/rib/profile_vars.cc 1.6 +2 -2; commitid: 11ce64886bc4741a7; xorp/rib/profile_vars.hh 1.12 +2 -2; commitid: 11ce64886bc4741a7; xorp/rib/protocol.cc 1.13 +2 -2; commitid: 11ce64886bc4741a7; xorp/rib/protocol.hh 1.6 +2 -2; commitid: 11ce64886bc4741a7; xorp/rib/redist_policy.hh 1.34 +2 -2; commitid: 11ce64886bc4741a7; xorp/rib/redist_xrl.cc 1.17 +2 -2; commitid: 11ce64886bc4741a7; xorp/rib/redist_xrl.hh 1.22 +2 -2; commitid: 11ce64886bc4741a7; xorp/rib/register_server.cc 1.16 +2 -2; commitid: 11ce64886bc4741a7; xorp/rib/register_server.hh 1.73 +2 -2; commitid: 11ce64886bc4741a7; xorp/rib/rib.cc 1.43 +2 -2; commitid: 11ce64886bc4741a7; xorp/rib/rib.hh 1.55 +2 -2; commitid: 11ce64886bc4741a7; xorp/rib/rib_manager.cc 1.38 +2 -2; commitid: 11ce64886bc4741a7; xorp/rib/rib_manager.hh 1.9 +2 -2; commitid: 11ce64886bc4741a7; xorp/rib/rib_module.h 1.13 +2 -2; commitid: 11ce64886bc4741a7; xorp/rib/rib_varrw.cc 1.11 +2 -2; commitid: 11ce64886bc4741a7; xorp/rib/rib_varrw.hh 1.11 +2 -2; commitid: 11ce64886bc4741a7; xorp/rib/route.cc 1.27 +2 -2; commitid: 11ce64886bc4741a7; xorp/rib/route.hh 1.14 +2 -2; commitid: 11ce64886bc4741a7; xorp/rib/routemap.cc 1.11 +2 -2; commitid: 11ce64886bc4741a7; xorp/rib/routemap.hh 1.14 +2 -2; commitid: 11ce64886bc4741a7; xorp/rib/rt_tab_base.cc 1.24 +2 -2; commitid: 11ce64886bc4741a7; xorp/rib/rt_tab_base.hh 1.14 +2 -2; commitid: 11ce64886bc4741a7; xorp/rib/rt_tab_deletion.cc 1.13 +2 -2; commitid: 11ce64886bc4741a7; xorp/rib/rt_tab_deletion.hh 1.17 +2 -2; commitid: 11ce64886bc4741a7; xorp/rib/rt_tab_expect.cc 1.11 +2 -2; commitid: 11ce64886bc4741a7; xorp/rib/rt_tab_expect.hh 1.36 +2 -2; commitid: 11ce64886bc4741a7; xorp/rib/rt_tab_extint.cc 1.17 +2 -2; commitid: 11ce64886bc4741a7; xorp/rib/rt_tab_extint.hh 1.14 +2 -2; commitid: 11ce64886bc4741a7; xorp/rib/rt_tab_log.cc 1.9 +2 -2; commitid: 11ce64886bc4741a7; xorp/rib/rt_tab_log.hh 1.22 +2 -2; commitid: 11ce64886bc4741a7; xorp/rib/rt_tab_merged.cc 1.14 +2 -2; commitid: 11ce64886bc4741a7; xorp/rib/rt_tab_merged.hh 1.25 +2 -2; commitid: 11ce64886bc4741a7; xorp/rib/rt_tab_origin.cc 1.22 +2 -2; commitid: 11ce64886bc4741a7; xorp/rib/rt_tab_origin.hh 1.13 +2 -2; commitid: 11ce64886bc4741a7; xorp/rib/rt_tab_pol_conn.cc 1.8 +2 -2; commitid: 11ce64886bc4741a7; xorp/rib/rt_tab_pol_conn.hh 1.10 +2 -2; commitid: 11ce64886bc4741a7; xorp/rib/rt_tab_pol_redist.cc 1.8 +2 -2; commitid: 11ce64886bc4741a7; xorp/rib/rt_tab_pol_redist.hh 1.26 +2 -2; commitid: 11ce64886bc4741a7; xorp/rib/rt_tab_redist.cc 1.18 +2 -2; commitid: 11ce64886bc4741a7; xorp/rib/rt_tab_redist.hh 1.34 +2 -2; commitid: 11ce64886bc4741a7; xorp/rib/rt_tab_register.cc 1.20 +2 -2; commitid: 11ce64886bc4741a7; xorp/rib/rt_tab_register.hh 1.14 +2 -2; commitid: 11ce64886bc4741a7; xorp/rib/test_deletion.cc 1.17 +2 -2; commitid: 11ce64886bc4741a7; xorp/rib/test_redist.cc 1.26 +2 -2; commitid: 11ce64886bc4741a7; xorp/rib/test_register.cc 1.40 +2 -2; commitid: 11ce64886bc4741a7; xorp/rib/test_register_xrls.cc 1.25 +2 -2; commitid: 11ce64886bc4741a7; xorp/rib/test_rib_direct.cc 1.46 +2 -2; commitid: 11ce64886bc4741a7; xorp/rib/test_rib_xrls.cc 1.5 +2 -2; commitid: 11ce64886bc4741a7; xorp/rib/tools/show_distances.cc 1.27 +2 -2; commitid: 11ce64886bc4741a7; xorp/rib/tools/show_routes.cc 1.52 +2 -2; commitid: 11ce64886bc4741a7; xorp/rib/vifmanager.cc 1.23 +2 -2; commitid: 11ce64886bc4741a7; xorp/rib/vifmanager.hh 1.64 +2 -2; commitid: 11ce64886bc4741a7; xorp/rib/xrl_target.cc 1.37 +2 -2; commitid: 11ce64886bc4741a7; xorp/rib/xrl_target.hh 1.38 +2 -2; commitid: 11ce64886bc4741a7; xorp/rip/auth.cc 1.25 +2 -2; commitid: 11ce64886bc4741a7; xorp/rip/auth.hh 1.22 +2 -2; commitid: 11ce64886bc4741a7; xorp/rip/constants.hh 1.14 +2 -2; commitid: 11ce64886bc4741a7; xorp/rip/output.hh 1.19 +2 -2; commitid: 11ce64886bc4741a7; xorp/rip/output_table.cc 1.9 +2 -2; commitid: 11ce64886bc4741a7; xorp/rip/output_table.hh 1.20 +2 -2; commitid: 11ce64886bc4741a7; xorp/rip/output_updates.cc 1.9 +2 -2; commitid: 11ce64886bc4741a7; xorp/rip/output_updates.hh 1.15 +2 -2; commitid: 11ce64886bc4741a7; xorp/rip/packet_assembly.hh 1.14 +2 -2; commitid: 11ce64886bc4741a7; xorp/rip/packet_queue.cc 1.12 +2 -2; commitid: 11ce64886bc4741a7; xorp/rip/packet_queue.hh 1.29 +2 -2; commitid: 11ce64886bc4741a7; xorp/rip/packets.hh 1.10 +2 -2; commitid: 11ce64886bc4741a7; xorp/rip/peer.cc 1.14 +2 -2; commitid: 11ce64886bc4741a7; xorp/rip/peer.hh 1.73 +2 -2; commitid: 11ce64886bc4741a7; xorp/rip/port.cc 1.32 +2 -2; commitid: 11ce64886bc4741a7; xorp/rip/port.hh 1.15 +2 -2; commitid: 11ce64886bc4741a7; xorp/rip/port_io.hh 1.14 +2 -2; commitid: 11ce64886bc4741a7; xorp/rip/port_manager.hh 1.15 +2 -2; commitid: 11ce64886bc4741a7; xorp/rip/port_vars.hh 1.16 +2 -2; commitid: 11ce64886bc4741a7; xorp/rip/redist.cc 1.13 +2 -2; commitid: 11ce64886bc4741a7; xorp/rip/redist.hh 1.11 +2 -2; commitid: 11ce64886bc4741a7; xorp/rip/rib_notifier_base.cc 1.7 +2 -2; commitid: 11ce64886bc4741a7; xorp/rip/rib_notifier_base.hh 1.9 +2 -2; commitid: 11ce64886bc4741a7; xorp/rip/rip_module.h 1.12 +2 -2; commitid: 11ce64886bc4741a7; xorp/rip/rip_varrw.cc 1.11 +2 -2; commitid: 11ce64886bc4741a7; xorp/rip/rip_varrw.hh 1.36 +2 -2; commitid: 11ce64886bc4741a7; xorp/rip/route_db.cc 1.29 +2 -2; commitid: 11ce64886bc4741a7; xorp/rip/route_db.hh 1.18 +2 -2; commitid: 11ce64886bc4741a7; xorp/rip/route_entry.cc 1.21 +2 -2; commitid: 11ce64886bc4741a7; xorp/rip/route_entry.hh 1.14 +2 -2; commitid: 11ce64886bc4741a7; xorp/rip/system.hh 1.29 +2 -2; commitid: 11ce64886bc4741a7; xorp/rip/test_auth.cc 1.34 +2 -2; commitid: 11ce64886bc4741a7; xorp/rip/test_outputs.cc 1.18 +2 -2; commitid: 11ce64886bc4741a7; xorp/rip/test_packets.cc 1.30 +2 -2; commitid: 11ce64886bc4741a7; xorp/rip/test_request.cc 1.22 +2 -2; commitid: 11ce64886bc4741a7; xorp/rip/test_route_walk.cc 1.24 +2 -2; commitid: 11ce64886bc4741a7; xorp/rip/test_timers.cc 1.24 +2 -2; commitid: 11ce64886bc4741a7; xorp/rip/test_update_queue.cc 1.15 +2 -2; commitid: 11ce64886bc4741a7; xorp/rip/test_utils.hh 1.12 +2 -2; commitid: 11ce64886bc4741a7; xorp/rip/tools/common.cc 1.9 +2 -2; commitid: 11ce64886bc4741a7; xorp/rip/tools/common.hh 1.16 +2 -2; commitid: 11ce64886bc4741a7; xorp/rip/tools/rip_announcer.cc 1.15 +2 -2; commitid: 11ce64886bc4741a7; xorp/rip/tools/ripng_announcer.cc 1.15 +2 -2; commitid: 11ce64886bc4741a7; xorp/rip/tools/show_peer_stats.cc 1.17 +2 -2; commitid: 11ce64886bc4741a7; xorp/rip/tools/show_stats.cc 1.19 +2 -2; commitid: 11ce64886bc4741a7; xorp/rip/update_queue.cc 1.16 +2 -2; commitid: 11ce64886bc4741a7; xorp/rip/update_queue.hh 1.20 +2 -2; commitid: 11ce64886bc4741a7; xorp/rip/xorp_rip_main.cc 1.7 +2 -2; commitid: 11ce64886bc4741a7; xorp/rip/xrl_config.cc 1.7 +2 -2; commitid: 11ce64886bc4741a7; xorp/rip/xrl_config.hh 1.29 +2 -2; commitid: 11ce64886bc4741a7; xorp/rip/xrl_port_io.cc 1.16 +2 -2; commitid: 11ce64886bc4741a7; xorp/rip/xrl_port_io.hh 1.31 +2 -2; commitid: 11ce64886bc4741a7; xorp/rip/xrl_port_manager.cc 1.19 +2 -2; commitid: 11ce64886bc4741a7; xorp/rip/xrl_port_manager.hh 1.13 +2 -2; commitid: 11ce64886bc4741a7; xorp/rip/xrl_process_spy.cc 1.11 +2 -2; commitid: 11ce64886bc4741a7; xorp/rip/xrl_process_spy.hh 1.21 +2 -2; commitid: 11ce64886bc4741a7; xorp/rip/xrl_redist_manager.cc 1.15 +2 -2; commitid: 11ce64886bc4741a7; xorp/rip/xrl_redist_manager.hh 1.19 +2 -2; commitid: 11ce64886bc4741a7; xorp/rip/xrl_rib_notifier.cc 1.11 +2 -2; commitid: 11ce64886bc4741a7; xorp/rip/xrl_rib_notifier.hh 1.36 +2 -2; commitid: 11ce64886bc4741a7; xorp/rip/xrl_target_common.hh 1.43 +1 -1; commitid: 11ce64886bc4741a7; xorp/rip/xrl_target_rip.cc 1.30 +2 -2; commitid: 11ce64886bc4741a7; xorp/rip/xrl_target_rip.hh 1.36 +1 -1; commitid: 11ce64886bc4741a7; xorp/rip/xrl_target_ripng.cc 1.29 +2 -2; commitid: 11ce64886bc4741a7; xorp/rip/xrl_target_ripng.hh 1.140 +2 -2; commitid: 11ce64886bc4741a7; xorp/rtrmgr/cli.cc 1.54 +2 -2; commitid: 11ce64886bc4741a7; xorp/rtrmgr/cli.hh 1.15 +2 -2; commitid: 11ce64886bc4741a7; xorp/rtrmgr/command_tree.cc 1.16 +2 -2; commitid: 11ce64886bc4741a7; xorp/rtrmgr/command_tree.hh 1.55 +2 -2; commitid: 11ce64886bc4741a7; xorp/rtrmgr/conf_tree.cc 1.35 +2 -2; commitid: 11ce64886bc4741a7; xorp/rtrmgr/conf_tree.hh 1.117 +2 -2; commitid: 11ce64886bc4741a7; xorp/rtrmgr/conf_tree_node.cc 1.69 +2 -2; commitid: 11ce64886bc4741a7; xorp/rtrmgr/conf_tree_node.hh 1.8 +2 -2; commitid: 11ce64886bc4741a7; xorp/rtrmgr/config_operators.cc 1.9 +2 -2; commitid: 11ce64886bc4741a7; xorp/rtrmgr/config_operators.hh 1.11 +2 -2; commitid: 11ce64886bc4741a7; xorp/rtrmgr/generic_module_manager.cc 1.14 +2 -2; commitid: 11ce64886bc4741a7; xorp/rtrmgr/generic_module_manager.hh 1.77 +2 -2; commitid: 11ce64886bc4741a7; xorp/rtrmgr/main_rtrmgr.cc 1.17 +2 -2; commitid: 11ce64886bc4741a7; xorp/rtrmgr/main_rtrmgr.hh 1.81 +2 -2; commitid: 11ce64886bc4741a7; xorp/rtrmgr/master_conf_tree.cc 1.42 +2 -2; commitid: 11ce64886bc4741a7; xorp/rtrmgr/master_conf_tree.hh 1.27 +2 -2; commitid: 11ce64886bc4741a7; xorp/rtrmgr/master_conf_tree_node.cc 1.23 +2 -2; commitid: 11ce64886bc4741a7; xorp/rtrmgr/master_conf_tree_node.hh 1.13 +2 -2; commitid: 11ce64886bc4741a7; xorp/rtrmgr/master_template_tree.cc 1.10 +2 -2; commitid: 11ce64886bc4741a7; xorp/rtrmgr/master_template_tree.hh 1.17 +2 -2; commitid: 11ce64886bc4741a7; xorp/rtrmgr/master_template_tree_node.cc 1.10 +2 -2; commitid: 11ce64886bc4741a7; xorp/rtrmgr/master_template_tree_node.hh 1.39 +2 -2; commitid: 11ce64886bc4741a7; xorp/rtrmgr/module_command.cc 1.28 +2 -2; commitid: 11ce64886bc4741a7; xorp/rtrmgr/module_command.hh 1.66 +2 -2; commitid: 11ce64886bc4741a7; xorp/rtrmgr/module_manager.cc 1.46 +2 -2; commitid: 11ce64886bc4741a7; xorp/rtrmgr/module_manager.hh 1.71 +2 -2; commitid: 11ce64886bc4741a7; xorp/rtrmgr/op_commands.cc 1.42 +2 -2; commitid: 11ce64886bc4741a7; xorp/rtrmgr/op_commands.hh 1.9 +2 -2; commitid: 11ce64886bc4741a7; xorp/rtrmgr/path_segment.hh 1.10 +2 -2; commitid: 11ce64886bc4741a7; xorp/rtrmgr/profiler.cc 1.23 +2 -2; commitid: 11ce64886bc4741a7; xorp/rtrmgr/randomness.cc 1.11 +2 -2; commitid: 11ce64886bc4741a7; xorp/rtrmgr/randomness.hh 1.8 +2 -2; commitid: 11ce64886bc4741a7; xorp/rtrmgr/rtrmgr_error.hh 1.10 +2 -2; commitid: 11ce64886bc4741a7; xorp/rtrmgr/rtrmgr_module.h 1.40 +2 -2; commitid: 11ce64886bc4741a7; xorp/rtrmgr/slave_conf_tree.cc 1.30 +2 -2; commitid: 11ce64886bc4741a7; xorp/rtrmgr/slave_conf_tree.hh 1.34 +2 -2; commitid: 11ce64886bc4741a7; xorp/rtrmgr/slave_conf_tree_node.cc 1.27 +2 -2; commitid: 11ce64886bc4741a7; xorp/rtrmgr/slave_conf_tree_node.hh 1.25 +2 -2; commitid: 11ce64886bc4741a7; xorp/rtrmgr/slave_module_manager.cc 1.24 +2 -2; commitid: 11ce64886bc4741a7; xorp/rtrmgr/slave_module_manager.hh 1.63 +2 -2; commitid: 11ce64886bc4741a7; xorp/rtrmgr/task.cc 1.42 +2 -2; commitid: 11ce64886bc4741a7; xorp/rtrmgr/task.hh 1.25 +2 -2; commitid: 11ce64886bc4741a7; xorp/rtrmgr/template_base_command.cc 1.12 +2 -2; commitid: 11ce64886bc4741a7; xorp/rtrmgr/template_base_command.hh 1.72 +2 -2; commitid: 11ce64886bc4741a7; xorp/rtrmgr/template_commands.cc 1.38 +2 -2; commitid: 11ce64886bc4741a7; xorp/rtrmgr/template_commands.hh 1.46 +2 -2; commitid: 11ce64886bc4741a7; xorp/rtrmgr/template_tree.cc 1.26 +2 -2; commitid: 11ce64886bc4741a7; xorp/rtrmgr/template_tree.hh 1.81 +2 -2; commitid: 11ce64886bc4741a7; xorp/rtrmgr/template_tree_node.cc 1.52 +2 -2; commitid: 11ce64886bc4741a7; xorp/rtrmgr/template_tree_node.hh 1.24 +2 -2; commitid: 11ce64886bc4741a7; xorp/rtrmgr/test_module_manager.cc 1.6 +2 -2; commitid: 11ce64886bc4741a7; xorp/rtrmgr/test_module_manager.hh 1.30 +2 -2; commitid: 11ce64886bc4741a7; xorp/rtrmgr/test_sample_config.cc 1.6 +2 -2; commitid: 11ce64886bc4741a7; xorp/rtrmgr/test_sample_config.hh 1.21 +2 -2; commitid: 11ce64886bc4741a7; xorp/rtrmgr/test_templates.cc 1.5 +2 -2; commitid: 11ce64886bc4741a7; xorp/rtrmgr/unexpanded_program.cc 1.5 +2 -2; commitid: 11ce64886bc4741a7; xorp/rtrmgr/unexpanded_program.hh 1.17 +2 -2; commitid: 11ce64886bc4741a7; xorp/rtrmgr/unexpanded_xrl.cc 1.14 +2 -2; commitid: 11ce64886bc4741a7; xorp/rtrmgr/unexpanded_xrl.hh 1.23 +2 -2; commitid: 11ce64886bc4741a7; xorp/rtrmgr/userdb.cc 1.15 +2 -2; commitid: 11ce64886bc4741a7; xorp/rtrmgr/userdb.hh 1.29 +2 -2; commitid: 11ce64886bc4741a7; xorp/rtrmgr/util.cc 1.17 +2 -2; commitid: 11ce64886bc4741a7; xorp/rtrmgr/util.hh 1.29 +2 -2; commitid: 11ce64886bc4741a7; xorp/rtrmgr/xorp_client.cc 1.22 +2 -2; commitid: 11ce64886bc4741a7; xorp/rtrmgr/xorp_client.hh 1.6 +2 -2; commitid: 11ce64886bc4741a7; xorp/rtrmgr/xorpsh_base.hh 1.71 +2 -2; commitid: 11ce64886bc4741a7; xorp/rtrmgr/xorpsh_main.cc 1.36 +2 -2; commitid: 11ce64886bc4741a7; xorp/rtrmgr/xorpsh_main.hh 1.56 +2 -2; commitid: 11ce64886bc4741a7; xorp/rtrmgr/xrl_rtrmgr_interface.cc 1.32 +2 -2; commitid: 11ce64886bc4741a7; xorp/rtrmgr/xrl_rtrmgr_interface.hh 1.25 +2 -2; commitid: 11ce64886bc4741a7; xorp/rtrmgr/xrl_xorpsh_interface.cc 1.16 +2 -2; commitid: 11ce64886bc4741a7; xorp/rtrmgr/xrl_xorpsh_interface.hh 1.21 +2 -2; commitid: 11ce64886bc4741a7; xorp/rtrmgr/xrldb.cc 1.13 +2 -2; commitid: 11ce64886bc4741a7; xorp/rtrmgr/xrldb.hh 1.9 +2 -2; commitid: 11ce64886bc4741a7; xorp/static_routes/static_routes_module.h 1.40 +2 -2; commitid: 11ce64886bc4741a7; xorp/static_routes/static_routes_node.cc 1.30 +2 -2; commitid: 11ce64886bc4741a7; xorp/static_routes/static_routes_node.hh 1.11 +2 -2; commitid: 11ce64886bc4741a7; xorp/static_routes/static_routes_varrw.cc 1.10 +2 -2; commitid: 11ce64886bc4741a7; xorp/static_routes/static_routes_varrw.hh 1.16 +2 -2; commitid: 11ce64886bc4741a7; xorp/static_routes/xorp_static_routes.cc 1.42 +2 -2; commitid: 11ce64886bc4741a7; xorp/static_routes/xrl_static_routes_node.cc 1.25 +2 -2; commitid: 11ce64886bc4741a7; xorp/static_routes/xrl_static_routes_node.hh 1.23 +2 -2; commitid: 11ce64886bc4741a7; xorp/tests/bgp/test_bgp_config.py 1.3 +2 -2; commitid: 11ce64886bc4741a7; xorp/tests/bgp/test_bgp_dump1.py 1.4 +2 -2; commitid: 11ce64886bc4741a7; xorp/tests/bgp/test_bgp_policy1.py 1.10 +2 -2; commitid: 11ce64886bc4741a7; xorp/tests/bgp/test_bgp_reports1.py 1.25 +2 -2; commitid: 11ce64886bc4741a7; xorp/tests/bgp/test_unh1.py 1.4 +2 -2; commitid: 11ce64886bc4741a7; xorp/tests/install_templates.sh 1.7 +2 -2; commitid: 11ce64886bc4741a7; xorp/tests/test_builddir.py 1.4 +2 -2; commitid: 11ce64886bc4741a7; xorp/tests/test_call_xrl.py 1.6 +2 -2; commitid: 11ce64886bc4741a7; xorp/tests/test_main.py 1.5 +2 -2; commitid: 11ce64886bc4741a7; xorp/tests/test_process.py 1.7 +2 -2; commitid: 11ce64886bc4741a7; xorp/tests/test_start.py 1.4 +2 -2; commitid: 11ce64886bc4741a7; xorp/tests/test_stop.py 1.7 +2 -2; commitid: 11ce64886bc4741a7; xorp/tests/test_xorpsh.py 1.22 +2 -2; commitid: 11ce64886bc4741a7; xorp/utils/runit.cc 1.15 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/interfaces/bgp_mib_traps_xif.cc 1.14 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/interfaces/bgp_mib_traps_xif.hh 1.52 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/interfaces/bgp_xif.cc 1.52 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/interfaces/bgp_xif.hh 1.22 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/interfaces/cli_manager_xif.cc 1.21 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/interfaces/cli_manager_xif.hh 1.19 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/interfaces/cli_processor_xif.cc 1.19 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/interfaces/cli_processor_xif.hh 1.21 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/interfaces/common_xif.cc 1.20 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/interfaces/common_xif.hh 1.20 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/interfaces/coord_xif.cc 1.19 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/interfaces/coord_xif.hh 1.20 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/interfaces/datain_xif.cc 1.18 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/interfaces/datain_xif.hh 1.14 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/interfaces/fea_click_xif.cc 1.13 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/interfaces/fea_click_xif.hh 1.14 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/interfaces/fea_fib_client_xif.cc 1.14 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/interfaces/fea_fib_client_xif.hh 1.14 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/interfaces/fea_fib_xif.cc 1.12 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/interfaces/fea_fib_xif.hh 1.3 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/interfaces/fea_firewall_xif.cc 1.3 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/interfaces/fea_firewall_xif.hh 1.27 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/interfaces/fea_ifmgr_mirror_xif.cc 1.25 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/interfaces/fea_ifmgr_mirror_xif.hh 1.13 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/interfaces/fea_ifmgr_replicator_xif.cc 1.12 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/interfaces/fea_ifmgr_replicator_xif.hh 1.43 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/interfaces/fea_ifmgr_xif.cc 1.41 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/interfaces/fea_ifmgr_xif.hh 1.5 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/interfaces/fea_rawlink_client_xif.cc 1.6 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/interfaces/fea_rawlink_client_xif.hh 1.6 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/interfaces/fea_rawlink_xif.cc 1.7 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/interfaces/fea_rawlink_xif.hh 1.13 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/interfaces/fea_rawpkt4_client_xif.cc 1.12 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/interfaces/fea_rawpkt4_client_xif.hh 1.14 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/interfaces/fea_rawpkt4_xif.cc 1.13 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/interfaces/fea_rawpkt4_xif.hh 1.15 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/interfaces/fea_rawpkt6_client_xif.cc 1.14 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/interfaces/fea_rawpkt6_client_xif.hh 1.16 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/interfaces/fea_rawpkt6_xif.cc 1.15 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/interfaces/fea_rawpkt6_xif.hh 1.13 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/interfaces/fib2mrib_xif.cc 1.11 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/interfaces/fib2mrib_xif.hh 1.21 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/interfaces/finder_client_xif.cc 1.20 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/interfaces/finder_client_xif.hh 1.17 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/interfaces/finder_event_notifier_xif.cc 1.16 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/interfaces/finder_event_notifier_xif.hh 1.16 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/interfaces/finder_event_observer_xif.cc 1.16 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/interfaces/finder_event_observer_xif.hh 1.25 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/interfaces/finder_xif.cc 1.25 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/interfaces/finder_xif.hh 1.22 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/interfaces/fti_xif.cc 1.20 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/interfaces/fti_xif.hh 1.29 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/interfaces/mfea_client_xif.cc 1.28 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/interfaces/mfea_client_xif.hh 1.27 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/interfaces/mfea_xif.cc 1.26 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/interfaces/mfea_xif.hh 1.20 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/interfaces/mld6igmp_client_xif.cc 1.19 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/interfaces/mld6igmp_client_xif.hh 1.25 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/interfaces/mld6igmp_xif.cc 1.24 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/interfaces/mld6igmp_xif.hh 1.2 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/interfaces/olsr4_xif.cc 1.2 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/interfaces/olsr4_xif.hh 1.31 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/interfaces/ospfv2_xif.cc 1.33 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/interfaces/ospfv2_xif.hh 1.18 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/interfaces/ospfv3_xif.cc 1.19 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/interfaces/ospfv3_xif.hh 1.42 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/interfaces/pim_xif.cc 1.41 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/interfaces/pim_xif.hh 1.10 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/interfaces/policy_backend_xif.cc 1.10 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/interfaces/policy_backend_xif.hh 1.10 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/interfaces/policy_redist4_xif.cc 1.10 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/interfaces/policy_redist4_xif.hh 1.10 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/interfaces/policy_redist6_xif.cc 1.10 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/interfaces/policy_redist6_xif.hh 1.17 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/interfaces/policy_xif.cc 1.17 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/interfaces/policy_xif.hh 1.10 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/interfaces/profile_client_xif.cc 1.10 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/interfaces/profile_client_xif.hh 1.10 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/interfaces/profile_xif.cc 1.9 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/interfaces/profile_xif.hh 1.18 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/interfaces/redist4_xif.cc 1.17 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/interfaces/redist4_xif.hh 1.18 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/interfaces/redist6_xif.cc 1.17 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/interfaces/redist6_xif.hh 1.17 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/interfaces/redist_transaction4_xif.cc 1.17 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/interfaces/redist_transaction4_xif.hh 1.17 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/interfaces/redist_transaction6_xif.cc 1.17 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/interfaces/redist_transaction6_xif.hh 1.20 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/interfaces/rib_client_xif.cc 1.20 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/interfaces/rib_client_xif.hh 1.38 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/interfaces/rib_xif.cc 1.38 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/interfaces/rib_xif.hh 1.20 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/interfaces/rip_xif.cc 1.18 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/interfaces/rip_xif.hh 1.18 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/interfaces/ripng_xif.cc 1.16 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/interfaces/ripng_xif.hh 1.21 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/interfaces/rtrmgr_client_xif.cc 1.19 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/interfaces/rtrmgr_client_xif.hh 1.23 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/interfaces/rtrmgr_xif.cc 1.21 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/interfaces/rtrmgr_xif.hh 1.17 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/interfaces/socket4_user_xif.cc 1.16 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/interfaces/socket4_user_xif.hh 1.24 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/interfaces/socket4_xif.cc 1.23 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/interfaces/socket4_xif.hh 1.15 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/interfaces/socket6_user_xif.cc 1.13 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/interfaces/socket6_user_xif.hh 1.23 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/interfaces/socket6_xif.cc 1.25 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/interfaces/socket6_xif.hh 1.15 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/interfaces/static_routes_xif.cc 1.13 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/interfaces/static_routes_xif.hh 1.22 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/interfaces/test_peer_xif.cc 1.21 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/interfaces/test_peer_xif.hh 1.19 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/interfaces/test_xif.cc 1.19 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/interfaces/test_xif.hh 1.11 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/interfaces/test_xrls_xif.cc 1.9 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/interfaces/test_xrls_xif.hh 1.14 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/interfaces/xorp_if_mib_xif.cc 1.13 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/interfaces/xorp_if_mib_xif.hh 1.12 +1 -1; commitid: 11ce64886bc4741a7; xorp/xrl/scripts/Xif/util.py 1.55 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/targets/bgp.xrls 1.13 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/targets/bgp4_mib.xrls 1.20 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/targets/bgp4_mib_base.cc 1.19 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/targets/bgp4_mib_base.hh 1.57 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/targets/bgp_base.cc 1.66 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/targets/bgp_base.hh 1.18 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/targets/cli.xrls 1.24 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/targets/cli_base.cc 1.26 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/targets/cli_base.hh 1.18 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/targets/coord.xrls 1.23 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/targets/coord_base.cc 1.25 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/targets/coord_base.hh 1.88 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/targets/fea.xrls 1.90 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/targets/fea_base.cc 1.97 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/targets/fea_base.hh 1.25 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/targets/fea_ifmgr_mirror.xrls 1.29 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/targets/fea_ifmgr_mirror_base.cc 1.28 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/targets/fea_ifmgr_mirror_base.hh 1.16 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/targets/fib2mrib.xrls 1.16 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/targets/fib2mrib_base.cc 1.19 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/targets/fib2mrib_base.hh 1.24 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/targets/finder.xrls 1.29 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/targets/finder_base.cc 1.31 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/targets/finder_base.hh 1.16 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/targets/finder_client.xrls 1.23 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/targets/finder_client_base.cc 1.25 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/targets/finder_client_base.hh 1.29 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/targets/mfea.xrls 1.34 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/targets/mfea_base.cc 1.37 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/targets/mfea_base.hh 1.32 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/targets/mld6igmp.xrls 1.37 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/targets/mld6igmp_base.cc 1.40 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/targets/mld6igmp_base.hh 1.2 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/targets/olsr4.xrls 1.2 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/targets/olsr4_base.cc 1.2 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/targets/olsr4_base.hh 1.37 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/targets/ospfv2.xrls 1.35 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/targets/ospfv2_base.cc 1.39 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/targets/ospfv2_base.hh 1.23 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/targets/ospfv3.xrls 1.22 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/targets/ospfv3_base.cc 1.25 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/targets/ospfv3_base.hh 1.61 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/targets/pim.xrls 1.64 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/targets/pim_base.cc 1.69 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/targets/pim_base.hh 1.17 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/targets/policy.xrls 1.17 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/targets/policy_base.cc 1.19 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/targets/policy_base.hh 1.9 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/targets/profiler.xrls 1.10 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/targets/profiler_base.cc 1.11 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/targets/profiler_base.hh 1.40 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/targets/rib.xrls 1.43 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/targets/rib_base.cc 1.48 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/targets/rib_base.hh 1.15 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/targets/ribclient.xrls 1.20 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/targets/ribclient_base.cc 1.23 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/targets/ribclient_base.hh 1.35 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/targets/rip.xrls 1.35 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/targets/rip_base.cc 1.38 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/targets/rip_base.hh 1.35 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/targets/ripng.xrls 1.35 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/targets/ripng_base.cc 1.38 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/targets/ripng_base.hh 1.20 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/targets/rtrmgr.xrls 1.26 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/targets/rtrmgr_base.cc 1.28 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/targets/rtrmgr_base.hh 1.6 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/targets/show_distances.xrls 1.6 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/targets/show_distances_base.cc 1.7 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/targets/show_distances_base.hh 1.14 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/targets/show_routes.xrls 1.14 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/targets/show_routes_base.cc 1.16 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/targets/show_routes_base.hh 1.16 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/targets/static_routes.xrls 1.17 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/targets/static_routes_base.cc 1.19 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/targets/static_routes_base.hh 1.16 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/targets/test.xrls 1.21 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/targets/test_base.cc 1.24 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/targets/test_base.hh 1.10 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/targets/test_fea_ifmgr_mirror.xrls 1.14 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/targets/test_fea_ifmgr_mirror_base.cc 1.13 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/targets/test_fea_ifmgr_mirror_base.hh 1.2 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/targets/test_fea_rawlink.xrls 1.2 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/targets/test_fea_rawlink_base.cc 1.2 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/targets/test_fea_rawlink_base.hh 1.12 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/targets/test_finder_events.xrls 1.18 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/targets/test_finder_events_base.cc 1.18 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/targets/test_finder_events_base.hh 1.18 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/targets/test_peer.xrls 1.24 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/targets/test_peer_base.cc 1.26 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/targets/test_peer_base.hh 1.12 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/targets/test_socket4.xrls 1.15 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/targets/test_socket4_base.cc 1.15 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/targets/test_socket4_base.hh 1.12 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/targets/test_socket6.xrls 1.15 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/targets/test_socket6_base.cc 1.15 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/targets/test_socket6_base.hh 1.9 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/targets/test_xrls.xrls 1.11 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/targets/test_xrls_base.cc 1.11 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/targets/test_xrls_base.hh 1.12 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/targets/xorp_if_mib.xrls 1.17 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/targets/xorp_if_mib_base.cc 1.16 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/targets/xorp_if_mib_base.hh 1.16 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/targets/xorpsh.xrls 1.23 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/targets/xorpsh_base.cc 1.25 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/targets/xorpsh_base.hh 1.20 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/tests/test_generated.cc 1.10 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/tests/test_tgt.cc 1.11 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/tests/test_tgt.hh 1.8 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/tests/test_xifs.cc 1.9 +2 -2; commitid: 11ce64886bc4741a7; xorp/xrl/tests/test_xifs.hh From bms at icir.org Wed Jul 23 01:34:36 2008 From: bms at icir.org (Bruce Simpson) Date: Wed, 23 Jul 2008 08:34:36 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/docs/olsr Message-ID: <200807230834.m6N8YaKD078842@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: bms at chum.icir.org 2008-07-23 08:34:36 UTC XORP CVS repository Modified files: docs/olsr preface.tex Log message: Remove copyright notices. Revision Changes Path 1.3 +1 -3; commitid: 133e34886ed1641a7; xorp/docs/olsr/preface.tex From bms at icir.org Wed Jul 23 01:42:05 2008 From: bms at icir.org (Bruce Simpson) Date: Wed, 23 Jul 2008 08:42:05 GMT Subject: [Xorp-cvs] XORP cvs commit: www/images/livecd Message-ID: <200807230842.m6N8g56t078937@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: www Changes by: bms at chum.icir.org 2008-07-23 08:42:05 UTC XORP CVS repository Modified files: images/livecd cd1.gif cd2.gif cd4.gif cd_bootmenu.gif Log message: Resize images. Revision Changes Path 1.3 +72 -17; commitid: 1343c4886eed541a7; www/images/livecd/cd1.gif 1.3 +106 -17; commitid: 1343c4886eed541a7; www/images/livecd/cd2.gif 1.3 +84 -29; commitid: 1343c4886eed541a7; www/images/livecd/cd4.gif 1.2 +35 -20; commitid: 1343c4886eed541a7; www/images/livecd/cd_bootmenu.gif From bms at icir.org Wed Jul 23 04:55:30 2008 From: bms at icir.org (Bruce Simpson) Date: Wed, 23 Jul 2008 11:55:30 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/xrl/interfaces xorp/xrl/targets Message-ID: <200807231155.m6NBtUR2081396@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: bms at chum.icir.org 2008-07-23 11:55:30 UTC XORP CVS repository Modified files: xrl/interfaces bgp_mib_traps_xif.cc bgp_mib_traps_xif.hh bgp_xif.cc bgp_xif.hh cli_manager_xif.cc cli_manager_xif.hh cli_processor_xif.cc cli_processor_xif.hh common_xif.cc common_xif.hh coord_xif.cc coord_xif.hh datain_xif.cc datain_xif.hh fea_click_xif.cc fea_click_xif.hh fea_fib_client_xif.cc fea_fib_client_xif.hh fea_fib_xif.cc fea_fib_xif.hh fea_firewall_xif.cc fea_firewall_xif.hh fea_ifmgr_mirror_xif.cc fea_ifmgr_mirror_xif.hh fea_ifmgr_replicator_xif.cc fea_ifmgr_replicator_xif.hh fea_ifmgr_xif.cc fea_ifmgr_xif.hh fea_rawlink_client_xif.cc fea_rawlink_client_xif.hh fea_rawlink_xif.cc fea_rawlink_xif.hh fea_rawpkt4_client_xif.cc fea_rawpkt4_client_xif.hh fea_rawpkt4_xif.cc fea_rawpkt4_xif.hh fea_rawpkt6_client_xif.cc fea_rawpkt6_client_xif.hh fea_rawpkt6_xif.cc fea_rawpkt6_xif.hh fib2mrib_xif.cc fib2mrib_xif.hh finder_client_xif.cc finder_client_xif.hh finder_event_notifier_xif.cc finder_event_notifier_xif.hh finder_event_observer_xif.cc finder_event_observer_xif.hh finder_xif.cc finder_xif.hh fti_xif.cc fti_xif.hh mfea_client_xif.cc mfea_client_xif.hh mfea_xif.cc mfea_xif.hh mld6igmp_client_xif.cc mld6igmp_client_xif.hh mld6igmp_xif.cc mld6igmp_xif.hh olsr4_xif.cc olsr4_xif.hh ospfv2_xif.cc ospfv2_xif.hh ospfv3_xif.cc ospfv3_xif.hh pim_xif.cc pim_xif.hh policy_backend_xif.cc policy_backend_xif.hh policy_redist4_xif.cc policy_redist4_xif.hh policy_redist6_xif.cc policy_redist6_xif.hh policy_xif.cc policy_xif.hh profile_client_xif.cc profile_client_xif.hh profile_xif.cc profile_xif.hh redist4_xif.cc redist4_xif.hh redist6_xif.cc redist6_xif.hh redist_transaction4_xif.cc redist_transaction4_xif.hh redist_transaction6_xif.cc redist_transaction6_xif.hh rib_client_xif.cc rib_client_xif.hh rib_xif.cc rib_xif.hh rip_xif.cc rip_xif.hh ripng_xif.cc ripng_xif.hh rtrmgr_client_xif.cc rtrmgr_client_xif.hh rtrmgr_xif.cc rtrmgr_xif.hh socket4_user_xif.cc socket4_user_xif.hh socket4_xif.cc socket4_xif.hh socket6_user_xif.cc socket6_user_xif.hh socket6_xif.cc socket6_xif.hh static_routes_xif.cc static_routes_xif.hh test_peer_xif.cc test_peer_xif.hh test_xif.cc test_xif.hh test_xrls_xif.cc test_xrls_xif.hh xorp_if_mib_xif.cc xorp_if_mib_xif.hh xrl/targets bgp4_mib_base.cc bgp4_mib_base.hh bgp_base.cc bgp_base.hh cli_base.cc cli_base.hh coord_base.cc coord_base.hh fea_base.cc fea_base.hh fea_ifmgr_mirror_base.cc fea_ifmgr_mirror_base.hh fib2mrib_base.cc fib2mrib_base.hh finder_base.cc finder_base.hh finder_client_base.cc finder_client_base.hh mfea_base.cc mfea_base.hh mld6igmp_base.cc mld6igmp_base.hh olsr4_base.cc olsr4_base.hh ospfv2_base.cc ospfv2_base.hh ospfv3_base.cc ospfv3_base.hh pim_base.cc pim_base.hh policy_base.cc policy_base.hh profiler_base.cc profiler_base.hh rib_base.cc rib_base.hh ribclient_base.cc ribclient_base.hh rip_base.cc rip_base.hh ripng_base.cc ripng_base.hh rtrmgr_base.cc rtrmgr_base.hh show_distances_base.cc show_distances_base.hh show_routes_base.cc show_routes_base.hh static_routes_base.cc static_routes_base.hh test_base.cc test_base.hh test_fea_ifmgr_mirror_base.cc test_fea_ifmgr_mirror_base.hh test_fea_rawlink.xrls test_fea_rawlink_base.cc test_fea_rawlink_base.hh test_finder_events_base.cc test_finder_events_base.hh test_peer_base.cc test_peer_base.hh test_socket4_base.cc test_socket4_base.hh test_socket6_base.cc test_socket6_base.hh test_xrls_base.cc test_xrls_base.hh xorp_if_mib_base.cc xorp_if_mib_base.hh xorpsh_base.cc xorpsh_base.hh Log message: Regenerate auto-generated files which cause the Windows build to break. Revision Changes Path 1.16 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/interfaces/bgp_mib_traps_xif.cc 1.15 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/interfaces/bgp_mib_traps_xif.hh 1.53 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/interfaces/bgp_xif.cc 1.53 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/interfaces/bgp_xif.hh 1.23 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/interfaces/cli_manager_xif.cc 1.22 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/interfaces/cli_manager_xif.hh 1.20 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/interfaces/cli_processor_xif.cc 1.20 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/interfaces/cli_processor_xif.hh 1.22 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/interfaces/common_xif.cc 1.21 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/interfaces/common_xif.hh 1.21 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/interfaces/coord_xif.cc 1.20 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/interfaces/coord_xif.hh 1.21 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/interfaces/datain_xif.cc 1.19 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/interfaces/datain_xif.hh 1.15 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/interfaces/fea_click_xif.cc 1.14 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/interfaces/fea_click_xif.hh 1.15 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/interfaces/fea_fib_client_xif.cc 1.15 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/interfaces/fea_fib_client_xif.hh 1.15 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/interfaces/fea_fib_xif.cc 1.13 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/interfaces/fea_fib_xif.hh 1.4 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/interfaces/fea_firewall_xif.cc 1.4 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/interfaces/fea_firewall_xif.hh 1.28 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/interfaces/fea_ifmgr_mirror_xif.cc 1.26 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/interfaces/fea_ifmgr_mirror_xif.hh 1.14 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/interfaces/fea_ifmgr_replicator_xif.cc 1.13 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/interfaces/fea_ifmgr_replicator_xif.hh 1.44 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/interfaces/fea_ifmgr_xif.cc 1.42 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/interfaces/fea_ifmgr_xif.hh 1.6 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/interfaces/fea_rawlink_client_xif.cc 1.7 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/interfaces/fea_rawlink_client_xif.hh 1.7 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/interfaces/fea_rawlink_xif.cc 1.8 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/interfaces/fea_rawlink_xif.hh 1.14 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/interfaces/fea_rawpkt4_client_xif.cc 1.13 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/interfaces/fea_rawpkt4_client_xif.hh 1.15 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/interfaces/fea_rawpkt4_xif.cc 1.14 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/interfaces/fea_rawpkt4_xif.hh 1.16 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/interfaces/fea_rawpkt6_client_xif.cc 1.15 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/interfaces/fea_rawpkt6_client_xif.hh 1.17 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/interfaces/fea_rawpkt6_xif.cc 1.16 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/interfaces/fea_rawpkt6_xif.hh 1.14 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/interfaces/fib2mrib_xif.cc 1.12 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/interfaces/fib2mrib_xif.hh 1.22 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/interfaces/finder_client_xif.cc 1.21 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/interfaces/finder_client_xif.hh 1.18 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/interfaces/finder_event_notifier_xif.cc 1.17 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/interfaces/finder_event_notifier_xif.hh 1.17 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/interfaces/finder_event_observer_xif.cc 1.17 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/interfaces/finder_event_observer_xif.hh 1.26 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/interfaces/finder_xif.cc 1.26 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/interfaces/finder_xif.hh 1.23 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/interfaces/fti_xif.cc 1.21 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/interfaces/fti_xif.hh 1.30 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/interfaces/mfea_client_xif.cc 1.29 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/interfaces/mfea_client_xif.hh 1.28 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/interfaces/mfea_xif.cc 1.27 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/interfaces/mfea_xif.hh 1.21 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/interfaces/mld6igmp_client_xif.cc 1.20 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/interfaces/mld6igmp_client_xif.hh 1.26 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/interfaces/mld6igmp_xif.cc 1.25 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/interfaces/mld6igmp_xif.hh 1.3 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/interfaces/olsr4_xif.cc 1.3 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/interfaces/olsr4_xif.hh 1.32 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/interfaces/ospfv2_xif.cc 1.34 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/interfaces/ospfv2_xif.hh 1.19 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/interfaces/ospfv3_xif.cc 1.20 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/interfaces/ospfv3_xif.hh 1.43 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/interfaces/pim_xif.cc 1.42 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/interfaces/pim_xif.hh 1.11 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/interfaces/policy_backend_xif.cc 1.11 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/interfaces/policy_backend_xif.hh 1.11 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/interfaces/policy_redist4_xif.cc 1.11 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/interfaces/policy_redist4_xif.hh 1.11 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/interfaces/policy_redist6_xif.cc 1.11 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/interfaces/policy_redist6_xif.hh 1.18 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/interfaces/policy_xif.cc 1.18 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/interfaces/policy_xif.hh 1.11 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/interfaces/profile_client_xif.cc 1.11 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/interfaces/profile_client_xif.hh 1.11 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/interfaces/profile_xif.cc 1.10 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/interfaces/profile_xif.hh 1.19 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/interfaces/redist4_xif.cc 1.18 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/interfaces/redist4_xif.hh 1.19 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/interfaces/redist6_xif.cc 1.18 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/interfaces/redist6_xif.hh 1.18 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/interfaces/redist_transaction4_xif.cc 1.18 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/interfaces/redist_transaction4_xif.hh 1.18 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/interfaces/redist_transaction6_xif.cc 1.18 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/interfaces/redist_transaction6_xif.hh 1.21 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/interfaces/rib_client_xif.cc 1.21 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/interfaces/rib_client_xif.hh 1.39 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/interfaces/rib_xif.cc 1.39 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/interfaces/rib_xif.hh 1.21 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/interfaces/rip_xif.cc 1.19 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/interfaces/rip_xif.hh 1.19 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/interfaces/ripng_xif.cc 1.17 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/interfaces/ripng_xif.hh 1.22 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/interfaces/rtrmgr_client_xif.cc 1.20 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/interfaces/rtrmgr_client_xif.hh 1.24 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/interfaces/rtrmgr_xif.cc 1.22 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/interfaces/rtrmgr_xif.hh 1.18 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/interfaces/socket4_user_xif.cc 1.17 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/interfaces/socket4_user_xif.hh 1.25 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/interfaces/socket4_xif.cc 1.24 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/interfaces/socket4_xif.hh 1.16 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/interfaces/socket6_user_xif.cc 1.14 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/interfaces/socket6_user_xif.hh 1.24 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/interfaces/socket6_xif.cc 1.26 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/interfaces/socket6_xif.hh 1.16 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/interfaces/static_routes_xif.cc 1.14 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/interfaces/static_routes_xif.hh 1.23 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/interfaces/test_peer_xif.cc 1.22 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/interfaces/test_peer_xif.hh 1.20 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/interfaces/test_xif.cc 1.20 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/interfaces/test_xif.hh 1.12 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/interfaces/test_xrls_xif.cc 1.10 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/interfaces/test_xrls_xif.hh 1.15 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/interfaces/xorp_if_mib_xif.cc 1.14 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/interfaces/xorp_if_mib_xif.hh 1.21 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/targets/bgp4_mib_base.cc 1.20 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/targets/bgp4_mib_base.hh 1.58 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/targets/bgp_base.cc 1.67 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/targets/bgp_base.hh 1.25 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/targets/cli_base.cc 1.27 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/targets/cli_base.hh 1.24 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/targets/coord_base.cc 1.26 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/targets/coord_base.hh 1.91 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/targets/fea_base.cc 1.98 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/targets/fea_base.hh 1.30 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/targets/fea_ifmgr_mirror_base.cc 1.29 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/targets/fea_ifmgr_mirror_base.hh 1.17 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/targets/fib2mrib_base.cc 1.20 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/targets/fib2mrib_base.hh 1.30 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/targets/finder_base.cc 1.32 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/targets/finder_base.hh 1.24 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/targets/finder_client_base.cc 1.26 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/targets/finder_client_base.hh 1.35 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/targets/mfea_base.cc 1.38 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/targets/mfea_base.hh 1.38 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/targets/mld6igmp_base.cc 1.41 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/targets/mld6igmp_base.hh 1.3 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/targets/olsr4_base.cc 1.3 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/targets/olsr4_base.hh 1.36 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/targets/ospfv2_base.cc 1.40 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/targets/ospfv2_base.hh 1.23 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/targets/ospfv3_base.cc 1.26 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/targets/ospfv3_base.hh 1.65 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/targets/pim_base.cc 1.70 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/targets/pim_base.hh 1.18 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/targets/policy_base.cc 1.20 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/targets/policy_base.hh 1.11 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/targets/profiler_base.cc 1.12 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/targets/profiler_base.hh 1.44 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/targets/rib_base.cc 1.49 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/targets/rib_base.hh 1.21 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/targets/ribclient_base.cc 1.24 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/targets/ribclient_base.hh 1.36 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/targets/rip_base.cc 1.39 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/targets/rip_base.hh 1.36 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/targets/ripng_base.cc 1.39 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/targets/ripng_base.hh 1.27 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/targets/rtrmgr_base.cc 1.29 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/targets/rtrmgr_base.hh 1.7 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/targets/show_distances_base.cc 1.8 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/targets/show_distances_base.hh 1.15 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/targets/show_routes_base.cc 1.17 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/targets/show_routes_base.hh 1.18 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/targets/static_routes_base.cc 1.20 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/targets/static_routes_base.hh 1.22 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/targets/test_base.cc 1.25 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/targets/test_base.hh 1.15 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/targets/test_fea_ifmgr_mirror_base.cc 1.14 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/targets/test_fea_ifmgr_mirror_base.hh 1.3 +4 -3; commitid: 13c2f48871b9a41a7; xorp/xrl/targets/test_fea_rawlink.xrls 1.3 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/targets/test_fea_rawlink_base.cc 1.3 +4 -3; commitid: 13c2f48871b9a41a7; xorp/xrl/targets/test_fea_rawlink_base.hh 1.19 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/targets/test_finder_events_base.cc 1.19 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/targets/test_finder_events_base.hh 1.25 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/targets/test_peer_base.cc 1.27 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/targets/test_peer_base.hh 1.16 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/targets/test_socket4_base.cc 1.16 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/targets/test_socket4_base.hh 1.16 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/targets/test_socket6_base.cc 1.16 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/targets/test_socket6_base.hh 1.12 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/targets/test_xrls_base.cc 1.12 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/targets/test_xrls_base.hh 1.18 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/targets/xorp_if_mib_base.cc 1.17 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/targets/xorp_if_mib_base.hh 1.24 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/targets/xorpsh_base.cc 1.26 +1 -1; commitid: 13c2f48871b9a41a7; xorp/xrl/targets/xorpsh_base.hh From bms at icir.org Wed Jul 23 07:50:08 2008 From: bms at icir.org (Bruce Simpson) Date: Wed, 23 Jul 2008 14:50:08 GMT Subject: [Xorp-cvs] XORP cvs commit: www www/html_src Message-ID: <200807231450.m6NEo8Mg082623@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: www Changes by: bms at chum.icir.org 2008-07-23 14:50:08 UTC XORP CVS repository Modified files: . about.html advisories.html architecture.html contributing.html cvs.html design_docs.html downloads.html empty.html faq.html getting_started.html index.html license.html livecd.html mailing_lists.html mirror_operation.html mirrors.html news.html papers.html people.html porting.html roadmap.html snmp.html xorp_vision.html html_src downloads.html livecd.html Log message: Update MD5 signatures. Revision Changes Path 1.6 +1 -1; commitid: 1424f4887451041a7; www/about.html 1.9 +1 -1; commitid: 1424f4887451041a7; www/advisories.html 1.2 +1 -1; commitid: 1424f4887451041a7; www/architecture.html 1.40 +4 -10; commitid: 1424f4887451041a7; www/contributing.html 1.38 +1 -1; commitid: 1424f4887451041a7; www/cvs.html 1.29 +1 -1; commitid: 1424f4887451041a7; www/design_docs.html 1.83 +3 -3; commitid: 1424f4887451041a7; www/downloads.html 1.22 +1 -1; commitid: 1424f4887451041a7; www/empty.html 1.33 +1 -1; commitid: 1424f4887451041a7; www/faq.html 1.83 +1 -1; commitid: 1424f4887451041a7; www/getting_started.html 1.51 +2 -2; commitid: 1424f4887451041a7; www/html_src/downloads.html 1.38 +1 -1; commitid: 1424f4887451041a7; www/html_src/livecd.html 1.88 +1 -1; commitid: 1424f4887451041a7; www/index.html 1.36 +1 -1; commitid: 1424f4887451041a7; www/license.html 1.66 +2 -2; commitid: 1424f4887451041a7; www/livecd.html 1.28 +1 -1; commitid: 1424f4887451041a7; www/mailing_lists.html 1.16 +1 -1; commitid: 1424f4887451041a7; www/mirror_operation.html 1.53 +1 -1; commitid: 1424f4887451041a7; www/mirrors.html 1.67 +1 -1; commitid: 1424f4887451041a7; www/news.html 1.26 +1 -1; commitid: 1424f4887451041a7; www/papers.html 1.36 +1 -1; commitid: 1424f4887451041a7; www/people.html 1.20 +1 -1; commitid: 1424f4887451041a7; www/porting.html 1.26 +1 -1; commitid: 1424f4887451041a7; www/roadmap.html 1.20 +1 -1; commitid: 1424f4887451041a7; www/snmp.html 1.20 +1 -1; commitid: 1424f4887451041a7; www/xorp_vision.html From bms at icir.org Wed Jul 23 08:15:21 2008 From: bms at icir.org (Bruce Simpson) Date: Wed, 23 Jul 2008 15:15:21 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp Message-ID: <200807231515.m6NFFLWH082891@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: bms at chum.icir.org 2008-07-23 15:15:21 UTC XORP CVS repository Modified files: . RELEASE_NOTES Log message: Update release notes for work-in-progress. Revision Changes Path 1.209 +6 -1; commitid: 143b448874afd41a7; xorp/RELEASE_NOTES From bms at icir.org Wed Jul 23 08:20:19 2008 From: bms at icir.org (Bruce Simpson) Date: Wed, 23 Jul 2008 15:20:19 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp xorp/contrib/win32/installer xorp/mibs Message-ID: <200807231520.m6NFKJSK083004@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: bms at chum.icir.org 2008-07-23 15:20:19 UTC XORP CVS repository Modified files: . README VERSION configure configure.in contrib/win32/installer xorp.nsi mibs configure configure.in Log message: Updated the Work-In-Progress version number Revision Changes Path 1.60 +2 -2; commitid: 143df48874bb341a7; xorp/README 1.20 +1 -1; commitid: 143df48874bb341a7; xorp/VERSION 1.290 +11 -11; commitid: 143df48874bb341a7; xorp/configure 1.226 +4 -4; commitid: 143df48874bb341a7; xorp/configure.in 1.19 +2 -2; commitid: 143df48874bb341a7; xorp/contrib/win32/installer/xorp.nsi 1.67 +2 -2; commitid: 143df48874bb341a7; xorp/mibs/configure 1.32 +3 -3; commitid: 143df48874bb341a7; xorp/mibs/configure.in From atanu at icir.org Wed Jul 23 09:38:04 2008 From: atanu at icir.org (Atanu Ghosh) Date: Wed, 23 Jul 2008 16:38:04 GMT Subject: [Xorp-cvs] XORP cvs commit: www Message-ID: <200807231638.m6NGc4n5083575@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: www Changes by: atanu at chum.icir.org 2008-07-23 16:38:04 UTC XORP CVS repository Modified files: . xorp.css Log message: Centre the window in the browser window. Revision Changes Path 1.11 +4 -0; commitid: 1465e48875e5241a7; www/xorp.css From pavlin at icir.org Wed Jul 23 18:59:59 2008 From: pavlin at icir.org (Pavlin Radoslavov) Date: Thu, 24 Jul 2008 01:59:59 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp Message-ID: <200807240159.m6O1xxbG087673@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: pavlin at chum.icir.org 2008-07-24 01:59:59 UTC XORP CVS repository Modified files: . RELEASE_NOTES Log message: Added an empty placeholder for the next release's notes. Revision Changes Path 1.210 +65 -2; commitid: 156624887e1e741a7; xorp/RELEASE_NOTES From pavlin at icir.org Wed Jul 23 19:00:35 2008 From: pavlin at icir.org (Pavlin Radoslavov) Date: Thu, 24 Jul 2008 02:00:35 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp Message-ID: <200807240200.m6O20ZO8087750@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: pavlin at chum.icir.org 2008-07-24 02:00:35 UTC XORP CVS repository Modified files: . BUILD_NOTES Log message: XORP now builds on Linux CentOS 5.2 (2.6.18-92.el5). Revision Changes Path 1.105 +12 -1; commitid: 156af4887e23941a7; xorp/BUILD_NOTES From pavlin at icir.org Wed Jul 23 19:01:50 2008 From: pavlin at icir.org (Pavlin Radoslavov) Date: Thu, 24 Jul 2008 02:01:50 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp Message-ID: <200807240201.m6O21oc8087787@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: pavlin at chum.icir.org 2008-07-24 02:01:50 UTC XORP CVS repository Modified files: . RELEASE_NOTES Log message: Added a release note that XORP now builds on CentOS-5.2. Revision Changes Path 1.211 +2 -2; commitid: 156d44887e27a41a7; xorp/RELEASE_NOTES From pavlin at icir.org Wed Jul 23 23:12:20 2008 From: pavlin at icir.org (Pavlin Radoslavov) Date: Thu, 24 Jul 2008 06:12:20 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/rtrmgr Message-ID: <200807240612.m6O6CKIV089747@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: pavlin at chum.icir.org 2008-07-24 06:12:20 UTC XORP CVS repository Modified files: rtrmgr xorpsh_main.cc Log message: Return an error code of 0 instead of 1 when running "xorpsh -h" or "xorpsh -?" to print the help information. This error code is consistent with (at least) gcc and gdb. Submitted by: Ben Greear Approved by: Atanu Ghosh Revision Changes Path 1.72 +2 -2; commitid: 15e5748881c7541a7; xorp/rtrmgr/xorpsh_main.cc From pavlin at icir.org Fri Jul 25 14:59:17 2008 From: pavlin at icir.org (Pavlin Radoslavov) Date: Fri, 25 Jul 2008 21:59:17 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp xorp/contrib/mld6igmp_lite Message-ID: <200807252159.m6PLxHpK007710@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: pavlin at chum.icir.org 2008-07-25 21:59:17 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: Removed "Beijing University of Posts and Telecommunications" from the list of copyright holders for the Lightweight IGMP/MLD modifications. The removal is requested by the author of the modifications and the previously listed copyright holders: Huawei and Beijing University of Posts and Telecommunications Requested by: libin020989 AT gmail.com, Huawei, Beijing University of Posts and Telecommunications Approved by: Atanu Ghosh Revision Changes Path 1.6 +3 -4; commitid: 1dc9488a4b6941a7; xorp/LICENSE.other 1.5 +1 -2; commitid: 1dc9488a4b6941a7; xorp/contrib/mld6igmp_lite/mld6igmp_group_record.cc 1.4 +1 -2; commitid: 1dc9488a4b6941a7; xorp/contrib/mld6igmp_lite/mld6igmp_group_record.hh 1.4 +1 -2; commitid: 1dc9488a4b6941a7; xorp/contrib/mld6igmp_lite/mld6igmp_node_cli.cc 1.4 +1 -2; commitid: 1dc9488a4b6941a7; xorp/contrib/mld6igmp_lite/mld6igmp_vif.cc From atanu at icir.org Mon Jul 28 14:25:57 2008 From: atanu at icir.org (Atanu Ghosh) Date: Mon, 28 Jul 2008 21:25:57 GMT Subject: [Xorp-cvs] XORP cvs commit: www/html_src Message-ID: <200807282125.m6SLPvUH037377@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: www Changes by: atanu at chum.icir.org 2008-07-28 21:25:57 UTC XORP CVS repository Modified files: html_src news.html Log message: Add two press releases about the release. Revision Changes Path 1.32 +7 -0; commitid: 91e8488e396541a7; www/html_src/news.html From atanu at icir.org Mon Jul 28 14:32:03 2008 From: atanu at icir.org (Atanu Ghosh) Date: Mon, 28 Jul 2008 21:32:03 GMT Subject: [Xorp-cvs] XORP cvs commit: www www/html_src Message-ID: <200807282132.m6SLW3Nm037459@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: www Changes by: atanu at chum.icir.org 2008-07-28 21:32:03 UTC XORP CVS repository Modified files: . news.html html_src news.html Log message: Add two press releases about the 1.5 release. Revision Changes Path 1.33 +8 -3; commitid: 9227488e3ad241a7; www/html_src/news.html 1.68 +12 -0; commitid: 9227488e3ad241a7; www/news.html From atanu at icir.org Mon Jul 28 16:25:08 2008 From: atanu at icir.org (Atanu Ghosh) Date: Mon, 28 Jul 2008 23:25:08 GMT Subject: [Xorp-cvs] XORP cvs commit: www www/html_src Message-ID: <200807282325.m6SNP8Re038302@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: www Changes by: atanu at chum.icir.org 2008-07-28 23:25:08 UTC XORP CVS repository Modified files: . news.html html_src news.html Log message: Finalize the update to the news page. Revision Changes Path 1.34 +4 -3; commitid: 9561488e555341a7; www/html_src/news.html 1.69 +4 -3; commitid: 9561488e555341a7; www/news.html From atanu at icir.org Wed Jul 30 17:34:37 2008 From: atanu at icir.org (Atanu Ghosh) Date: Thu, 31 Jul 2008 00:34:37 GMT Subject: [Xorp-cvs] XORP cvs commit: www www/html_src Message-ID: <200807310034.m6V0YbRd058192@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: www Changes by: atanu at chum.icir.org 2008-07-31 00:34:37 UTC XORP CVS repository Modified files: . faq.html license.html people.html roadmap.html xorp_vision.html html_src faq.html license.html people.html roadmap.html xorp_vision.html Log message: Comment out the text on the unreferenced pages. Revision Changes Path 1.34 +2 -2; commitid: e3144891089b41a7; www/faq.html 1.10 +2 -1; commitid: e3144891089b41a7; www/html_src/faq.html 1.9 +2 -1; commitid: e3144891089b41a7; www/html_src/license.html 1.7 +2 -0; commitid: e3144891089b41a7; www/html_src/people.html 1.17 +3 -1; commitid: e3144891089b41a7; www/html_src/roadmap.html 1.9 +2 -0; commitid: e3144891089b41a7; www/html_src/xorp_vision.html 1.37 +2 -1; commitid: e3144891089b41a7; www/license.html 1.37 +2 -0; commitid: e3144891089b41a7; www/people.html 1.27 +3 -2; commitid: e3144891089b41a7; www/roadmap.html 1.21 +2 -0; commitid: e3144891089b41a7; www/xorp_vision.html From bms at icir.org Thu Jul 31 06:13:46 2008 From: bms at icir.org (Bruce Simpson) Date: Thu, 31 Jul 2008 13:13:46 GMT Subject: [Xorp-cvs] XORP cvs commit: xorp/rtrmgr Message-ID: <200807311313.m6VDDkhX063481@chum.icir.org> CVSROOT: /usr/local/www/data/cvs Module name: xorp Changes by: bms at chum.icir.org 2008-07-31 13:13:46 UTC XORP CVS repository Modified files: rtrmgr xorpsh_main.cc Log message: Fix the -e option to xorpsh so that it will exit immediately if it cannot connect to the Finder. While we're here, keep the default C library SIGTERM and SIGINT handlers until the XRL connection is brought up (without -e) so that hanging xorpsh startup can be killed. We need to stub out the handlers once the tecla library takes over the tty (or Windows console). Bugzilla URL: http://bugzilla.xorp.org/bugzilla/show_bug.cgi?id=763 Bug found by: Ben Greear Revision Changes Path 1.73 +10 -6; commitid: f7e24891ba2141a7; xorp/rtrmgr/xorpsh_main.cc From bms at incunabulum.net Thu Jul 31 06:18:57 2008 From: bms at incunabulum.net (Bruce M Simpson) Date: Thu, 31 Jul 2008 14:18:57 +0100 Subject: [Xorp-cvs] XORP cvs commit: xorp/rtrmgr In-Reply-To: <200807311313.m6VDDkhX063481@chum.icir.org> References: <200807311313.m6VDDkhX063481@chum.icir.org> Message-ID: <4891BBC1.7060309@incunabulum.net> Gaaah. Are we still in freeze? I didn't think we were as the tag is down and didn't need any more slippage. Bruce Simpson wrote: > CVSROOT: /usr/local/www/data/cvs > Module name: xorp > Changes by: bms at chum.icir.org 2008-07-31 13:13:46 UTC > > XORP CVS repository > > > Modified files: > rtrmgr xorpsh_main.cc > > Log message: > Fix the -e option to xorpsh so that it will exit immediately if it > cannot connect to the Finder. > > While we're here, keep the default C library SIGTERM and SIGINT handlers > until the XRL connection is brought up (without -e) so that hanging xorpsh > startup can be killed. We need to stub out the handlers once the tecla > library takes over the tty (or Windows console). > > Bugzilla URL: http://bugzilla.xorp.org/bugzilla/show_bug.cgi?id=763 > Bug found by: Ben Greear > > Revision Changes Path > 1.73 +10 -6; commitid: f7e24891ba2141a7; xorp/rtrmgr/xorpsh_main.cc > > _______________________________________________ > Xorp-cvs mailing list > Xorp-cvs at icir.org > http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-cvs > From atanu at ICSI.Berkeley.EDU Thu Jul 31 08:00:42 2008 From: atanu at ICSI.Berkeley.EDU (Atanu Ghosh) Date: Thu, 31 Jul 2008 08:00:42 -0700 Subject: [Xorp-cvs] XORP cvs commit: xorp/rtrmgr In-Reply-To: Message from Bruce M Simpson of "Thu, 31 Jul 2008 14:18:57 BST." <4891BBC1.7060309@incunabulum.net> Message-ID: <88657.1217516442@xorps.icir.org> Hi, We are still in freeze but I asked you to fix this. Atanu. Gaaah. Are we still in freeze? I didn't think we were as the tag is down and didn't need any more slippage. Bruce Simpson wrote: > CVSROOT: /usr/local/www/data/cvs > Module name: xorp > Changes by: bms at chum.icir.org 2008-07-31 13:13:46 UTC > > XORP CVS repository > > > Modified files: > rtrmgr xorpsh_main.cc > > Log message: > Fix the -e option to xorpsh so that it will exit immediately if it > cannot connect to the Finder. > > While we're here, keep the default C library SIGTERM and SIGINT handlers > until the XRL connection is brought up (without -e) so that hanging xorpsh > startup can be killed. We need to stub out the handlers once the tecla > library takes over the tty (or Windows console). > > Bugzilla URL: http://bugzilla.xorp.org/bugzilla/show_bug.cgi?id=763 > Bug found by: Ben Greear > > Revision Changes Path > 1.73 +10 -6; commitid: f7e24891ba2141a7; xorp/rtrmgr/xorpsh_main.cc > > _______________________________________________ > Xorp-cvs mailing list > Xorp-cvs at icir.org > http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-cvs > _______________________________________________ Xorp-cvs mailing list Xorp-cvs at icir.org http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-cvs