From: marko Date: Tue, 12 Jul 2005 13:34:26 +0000 (+0000) Subject: XORP: add spacing between nodes in xorp config file X-Git-Url: https://git.entuzijast.net/?a=commitdiff_plain;h=2e631b84e4ec36bc6ddfa9c45834812a50f65292;p=imunes.git XORP: add spacing between nodes in xorp config file Bug found by: Submitted by: Requested by: Reviewed by: Approved by: Obtained from: --- diff --git a/xorp.tcl b/xorp.tcl index 8f7807b..051732a 100755 --- a/xorp.tcl +++ b/xorp.tcl @@ -121,6 +121,7 @@ proc $MODULE.cfggen { node } { } lappend cfg " }" lappend cfg "}" + lappend cfg "" } if { [netconfFetchSection $node "router ripng"] != "" } { @@ -144,6 +145,7 @@ proc $MODULE.cfggen { node } { } lappend cfg " }" lappend cfg "}" + lappend cfg "" } return $cfg