Skip to content
  • Leigh B Stoller's avatar
    Add support for making OPS a jail on boss. This works for elabinelab, · aefe785a
    Leigh B Stoller authored
    but has not been tested for actual Emulab. A typical elabinelab NS
    file would look like:
        
        source tb_compat.tcl
        set ns [new Simulator]
        
        tb-elab-in-elab 1
        tb-elabinelab-singlenet
        tb-elab-in-elab-topology opsvm
        tb-set-elabinelab-attribute CONFIG_WINDOWS 0
        
        namespace eval TBCOMPAT {
            set elabinelab_maxpcs 1
            set elabinelab_hardware("boss") pc3000
        }
        $ns run
    aefe785a