From noreply at github.com Mon Jan 3 10:13:30 2011 From: noreply at github.com (noreply at github.com) Date: Mon, 3 Jan 2011 10:13:30 -0800 Subject: [Xorp-cvs] [greearb/xorp.ct] 126d46: Update 'save' help text..was talking about 'load' ... Message-ID: <20110104011832.2E8A842446@smtp1.rs.github.com> Branch: refs/heads/master Home: https://github.com/greearb/xorp.ct Commit: 126d46a187d2fdb4b697a15b6e103c3d09713765 https://github.com/greearb/xorp.ct/commit/126d46a187d2fdb4b697a15b6e103c3d09713765 Author: Ben Greear Date: 2011-01-03 (Mon, 03 Jan 2011) Changed paths: M xorp/rtrmgr/cli.cc Log Message: ----------- Update 'save' help text..was talking about 'load' instead. Signed-off-by: Ben Greear From noreply at github.com Mon Jan 3 13:52:51 2011 From: noreply at github.com (noreply at github.com) Date: Mon, 3 Jan 2011 13:52:51 -0800 Subject: [Xorp-cvs] [greearb/xorp.ct] a7c911: fea/mfea: Do a better job of cleaning up multicas... Message-ID: <20110103215251.53F1F42376@smtp1.rs.github.com> Branch: refs/heads/master Home: https://github.com/greearb/xorp.ct Commit: a7c911044a2f7690d433a431b66ff7d89b927081 https://github.com/greearb/xorp.ct/commit/a7c911044a2f7690d433a431b66ff7d89b927081 Author: Ben Greear Date: 2011-01-03 (Mon, 03 Jan 2011) Changed paths: M xorp/fea/data_plane/io/io_ip_socket.cc M xorp/fea/iftree.hh M xorp/fea/mfea_mrouter.cc M xorp/fea/mfea_mrouter.hh M xorp/fea/mfea_node.cc M xorp/fea/mfea_node.hh M xorp/fea/mfea_vif.cc M xorp/fea/mfea_vif.hh M xorp/fea/xrl_fea_target.hh Log Message: ----------- fea/mfea: Do a better job of cleaning up multicast on reload. The old code removed the interface, and then attempted to remove other configuration (such as the kernel VIF registration). This failed because the config logic couldn't find the VIF. Add some helper logic to unregister configuration on VIF removal. Signed-off-by: Ben Greear From noreply at github.com Mon Jan 3 21:41:41 2011 From: noreply at github.com (noreply at github.com) Date: Mon, 3 Jan 2011 21:41:41 -0800 Subject: [Xorp-cvs] [greearb/xorp.ct] 317a19: pim/igmp: Fix config-file reload issues. Message-ID: <20110104054141.4CD7542342@smtp1.rs.github.com> Branch: refs/heads/master Home: https://github.com/greearb/xorp.ct Commit: 317a19618fd11825f6b37926f485d1d7151ac4d6 https://github.com/greearb/xorp.ct/commit/317a19618fd11825f6b37926f485d1d7151ac4d6 Author: Ben Greear Date: 2011-01-03 (Mon, 03 Jan 2011) Changed paths: M xorp/fea/mfea_vif.cc M xorp/fea/xrl_mfea_node.hh M xorp/libproto/proto_node.hh M xorp/libproto/proto_state.hh M xorp/libproto/proto_unit.hh M xorp/libxipc/xrl_dispatcher.hh M xorp/mld6igmp/mld6igmp_node.cc M xorp/mld6igmp/mld6igmp_node.hh M xorp/mld6igmp/mld6igmp_vif.cc M xorp/mld6igmp/xorp_mld.cc M xorp/pim/pim_node.cc M xorp/pim/pim_vif.cc M xorp/rtrmgr/master_conf_tree.hh M xorp/rtrmgr/master_conf_tree_node.cc Log Message: ----------- pim/igmp: Fix config-file reload issues. There are funny races that cause pim and igmp to try to enable (and otherwise configure) interfaces before they are added when you load a config file with new interfaces in it. This patch works around these issues and it now seems to work properly. Removed useless comments and a bit of other code cleanup as well. Signed-off-by: Ben Greear From noreply at github.com Tue Jan 18 15:50:25 2011 From: noreply at github.com (noreply at github.com) Date: Tue, 18 Jan 2011 15:50:25 -0800 Subject: [Xorp-cvs] [greearb/xorp.ct] 92e39c: pkg-script: Update .deb build script for latest v... Message-ID: <20110118235025.E9D44422F4@smtp1.rs.github.com> Branch: refs/heads/master Home: https://github.com/greearb/xorp.ct Commit: 92e39c0e3b0244ce894cdbf85880ccdc2d5c7dd5 https://github.com/greearb/xorp.ct/commit/92e39c0e3b0244ce894cdbf85880ccdc2d5c7dd5 Author: Ben Greear Date: 2011-01-18 (Tue, 18 Jan 2011) Changed paths: M xorp/Makefile.deb Log Message: ----------- pkg-script: Update .deb build script for latest version. Signed-off-by: Ben Greear From noreply at github.com Wed Jan 26 10:19:01 2011 From: noreply at github.com (noreply at github.com) Date: Wed, 26 Jan 2011 10:19:01 -0800 Subject: [Xorp-cvs] [greearb/xorp.ct] 4c1699: Rename directory with ":" in name to work better o... Message-ID: <20110126181901.DC5A1422C7@smtp1.rs.github.com> Branch: refs/heads/master Home: https://github.com/greearb/xorp.ct Commit: 4c16999f56b4c9f799474cf433048791cfc7206f https://github.com/greearb/xorp.ct/commit/4c16999f56b4c9f799474cf433048791cfc7206f Author: Ben Greear Date: 2011-01-26 (Wed, 26 Jan 2011) Changed paths: A www/patches/SA-06-01/xorp_sa_06:01.ospf_1.2.patch A www/patches/SA-06-01/xorp_sa_06:01.ospf_1.3.patch R www/patches/SA-06:01/xorp_sa_06:01.ospf_1.2.patch R www/patches/SA-06:01/xorp_sa_06:01.ospf_1.3.patch Log Message: ----------- Rename directory with ":" in name to work better on Windows. Signed-off-by: Ben Greear