Skip to content

Commit

Permalink
Fix newly introduced bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
oikuda committed Dec 11, 2019
1 parent 6bc008a commit 719684a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion imunes.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,9 @@ foreach file [glob -directory $ROOTDIR/$LIBDIR/runtime *.tcl] {
}
}

set eid_base [genExperimentId]
if {! [info exists eid_base]} {
set eid_base [genExperimentId]
}

# Set default L2 node list
set l2nodes "hub lanswitch click_l2 rj45 stpswitch filter packgen ext"
Expand Down

0 comments on commit 719684a

Please sign in to comment.