overlooked in the process of separating node-type specific code from
exec.tcl a few weeks ago.
Bug found by:
Submitted by:
Requested by:
Reviewed by:
Approved by:
Obtained from:
set node_id "$eid\_$node"
l3node.instantiate $eid $node
nexec vimage $node_id sysctl net.inet.ip.forwarding=1
+ catch { nexec vimage $node_id sysctl net.inet6.ip6.forwarding=1 }
return
}
set node_id "$eid\_$node"
l3node.instantiate $eid $node
nexec vimage $node_id sysctl net.inet.ip.forwarding=1
+ catch { nexec vimage $node_id sysctl net.inet6.ip6.forwarding=1 }
return
}
set node_id "$eid\_$node"
l3node.instantiate $eid $node
nexec vimage $node_id sysctl net.inet.ip.forwarding=1
+ catch { nexec vimage $node_id sysctl net.inet6.ip6.forwarding=1 }
return
}