instantiation of topologies, which could lead to overflows of the last
byte of the autogenerated MAC addresses.
Bug found by:
Submitted by:
Requested by:
Reviewed by:
Approved by:
Obtained from:
}
-set mac_byte5 0
proc l3node.instantiate { eid node } {
global mac_byte5
set node_id "$eid\_$node"
proc deployCfg {} {
global eid
global nodes links supp_router_models
+ global mac_byte5
+
+ set mac_byte5 0
set t_start [clock seconds]