[Xorp-cvs] SF.net SVN: xorp:[11530] trunk/xorp/etc/templates

bms_fbsd at users.sourceforge.net bms_fbsd at users.sourceforge.net
Tue Sep 1 06:00:50 PDT 2009


Revision: 11530
          http://xorp.svn.sourceforge.net/xorp/?rev=11530&view=rev
Author:   bms_fbsd
Date:     2009-09-01 13:00:50 +0000 (Tue, 01 Sep 2009)

Log Message:
-----------
Add commented-out reference to the new PIM apply_bsr_changes RPC method,
to the template files for PIM-SM.

Users are encouraged to test this change by commenting out the %update
template commands which just bounce the PIM-SM BSR state, and uncommenting
the apply_bsr_changes %update command.

Submitted by:	Samuel Lucas Vaz de Mello, Pavlin Radoslavov (with fixups)

Modified Paths:
--------------
    trunk/xorp/etc/templates/pimsm4.tp
    trunk/xorp/etc/templates/pimsm6.tp

Modified: trunk/xorp/etc/templates/pimsm4.tp
===================================================================
--- trunk/xorp/etc/templates/pimsm4.tp	2009-09-01 12:55:38 UTC (rev 11529)
+++ trunk/xorp/etc/templates/pimsm4.tp	2009-09-01 13:00:50 UTC (rev 11530)
@@ -209,8 +209,15 @@
 	    %help:	short "Configure the IPv4 Bootstrap mechanism";
 	    %activate:	xrl "$(pimsm4.targetname)/pim/0.1/stop_bsr";
 	    %activate:	xrl "$(pimsm4.targetname)/pim/0.1/start_bsr";
+	    /*
+	     * To test runtime BSR reconfiguration, comment out the two
+	     * lines below, and uncomment the apply_bsr_changes line.
+	     */
 	    %update:	xrl "$(pimsm4.targetname)/pim/0.1/stop_bsr";
 	    %update:	xrl "$(pimsm4.targetname)/pim/0.1/start_bsr";
+	    /*
+	    %update:	xrl "$(pimsm4.targetname)/pim/0.1/apply_bsr_changes";
+	     */
 	    %delete:	xrl "$(pimsm4.targetname)/pim/0.1/stop_bsr";
 
 	    disable {

Modified: trunk/xorp/etc/templates/pimsm6.tp
===================================================================
--- trunk/xorp/etc/templates/pimsm6.tp	2009-09-01 12:55:38 UTC (rev 11529)
+++ trunk/xorp/etc/templates/pimsm6.tp	2009-09-01 13:00:50 UTC (rev 11530)
@@ -209,8 +209,15 @@
 	    %help:	short "Configure the IPv6 Bootstrap mechanism";
 	    %activate:	xrl "$(pimsm6.targetname)/pim/0.1/stop_bsr";
 	    %activate:	xrl "$(pimsm6.targetname)/pim/0.1/start_bsr";
+	    /*
+	     * To test runtime BSR reconfiguration, comment out the two
+	     * lines below, and uncomment the apply_bsr_changes line.
+	     */
 	    %update:	xrl "$(pimsm6.targetname)/pim/0.1/stop_bsr";
 	    %update:	xrl "$(pimsm6.targetname)/pim/0.1/start_bsr";
+	    /*
+	    %update:	xrl "$(pimsm6.targetname)/pim/0.1/apply_bsr_changes";
+	     */
 	    %delete:	xrl "$(pimsm6.targetname)/pim/0.1/stop_bsr";
 
 	    disable {


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Xorp-cvs mailing list