From: marko Date: Thu, 20 Oct 2005 13:21:39 +0000 (+0000) Subject: Temporarily disable route redistribution statements in XORP configurations. X-Git-Url: https://git.entuzijast.net/?a=commitdiff_plain;h=f4b79256e62e4d67deedfb826cf46bb10d827199;p=imunes.git Temporarily disable route redistribution statements in XORP configurations. Bug found by: Submitted by: Requested by: Reviewed by: Approved by: Obtained from: --- diff --git a/xorp.tcl b/xorp.tcl index 28d2abe..0bd72a4 100755 --- 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] {