quagga configuration.
Remove stale #nexec section from imunes.tcl
Bug found by:
Submitted by:
Requested by:
Reviewed by:
Approved by:
Obtained from:
# and Technology through the research contract #IP-2003-143.
#
+
proc nexec { args } {
- eval exec $args
+ exec $args
}
+
proc setOperMode { mode } {
global oper_mode activetool nodes
global nmbufs nmbclusters
set supp_router_models "xorp $supp_router_models"
}
-#proc nexec { args } {
- #exec $args
-#}
#
# Initialization should be complete now, so let's start doing something...
lappend cfg "$line"
}
}
+ lappend cfg "!"
}
foreach statrte [getStatIPv4routes $node] {