]> git.entuzijast.net Git - imunes.git/commitdiff
Temporarily disable route redistribution statements in XORP configurations.
authormarko <marko>
Thu, 20 Oct 2005 13:21:39 +0000 (13:21 +0000)
committermarko <marko>
Thu, 20 Oct 2005 13:21:39 +0000 (13:21 +0000)
Bug found by:
Submitted by:
Requested by:
Reviewed by:
Approved by:
Obtained from:

xorp.tcl

index 28d2abe09c943374d35e7a905a3607af52841725..0bd72a495e1bae99c11c169dbeb66d28139b379a 100755 (executable)
--- a/xorp.tcl
+++ b/xorp.tcl
@@ -102,10 +102,7 @@ proc $MODULE.cfggen { node } {
     if { [netconfFetchSection $node "router rip"] != "" } {
        lappend cfg "protocols {"
        lappend cfg "    rip {"
-       lappend cfg "   export static {"
-       lappend cfg "   }"
-       lappend cfg "   export connected {"
-       lappend cfg "   }"
+       lappend cfg "   /* export: \"connected\" */"
        lappend cfg ""
        foreach ifc [ifcList $node] {
            set addr "[lindex [split [getIfcIPv4addr $node $ifc] /] 0]"
@@ -126,9 +123,7 @@ proc $MODULE.cfggen { node } {
     if { [netconfFetchSection $node "router ripng"] != "" } {
        lappend cfg "protocols {"
        lappend cfg "    ripng {"
-       lappend cfg "   export static {"
-       lappend cfg "   }"
-       lappend cfg "   export connected {"
+       lappend cfg "   /* export: \"connected\" */"
        lappend cfg "   }"
        lappend cfg ""
        foreach ifc [ifcList $node] {