Sha256: 84b58911d529f88368eb1f95e8e3adfa50abc415aa7accab55188915f785694c

Contents?: true

Size: 262 Bytes

Versions: 43

Compression:

Stored size: 262 Bytes

Contents

vswitch("lsw") {
  datapath_id "0xabc"
}

vhost ("host1") {
  ip "192.168.0.1"
  netmask "255.255.0.0"
  mac "00:00:00:01:00:01"
}

vhost ("host2") {
  ip "192.168.0.2"
  netmask "255.255.0.0"
  mac "00:00:00:01:00:02"
}

link "lsw", "host1"
link "lsw", "host2"

Version data entries

43 entries across 43 versions & 1 rubygems

Version Path
trema-0.1.3.2 src/examples/learning_switch/learning_switch.conf
trema-0.1.3.1 src/examples/learning_switch/learning_switch.conf
trema-0.1.3 src/examples/learning_switch/learning_switch.conf