]> git.entuzijast.net Git - imunes.git/commitdiff
XORP: add spacing between nodes in xorp config file
authormarko <marko>
Tue, 12 Jul 2005 13:34:26 +0000 (13:34 +0000)
committermarko <marko>
Tue, 12 Jul 2005 13:34:26 +0000 (13:34 +0000)
Bug found by:
Submitted by:
Requested by:
Reviewed by:
Approved by:
Obtained from:

xorp.tcl

index 8f7807b2036b49a777b5ccd5675c26f32730bb3f..051732ae8fa32964b8283af21c19bc632a60cf4c 100755 (executable)
--- 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