Skip to content

Commit

Permalink
Delete switch-switch links.
Browse files Browse the repository at this point in the history
  • Loading branch information
yasuhito committed Oct 22, 2015
1 parent 9cab841 commit aa05f6c
Showing 1 changed file with 16 additions and 11 deletions.
27 changes: 16 additions & 11 deletions trema.multi.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,20 @@ vswitch('lsw2') { datapath_id 0x2 }
vswitch('lsw3') { datapath_id 0x3 }
vswitch('lsw4') { datapath_id 0x4 }

vhost('host1')
vhost('host2')
vhost('host3')
vhost('host4')
vhost('host1-1')
vhost('host1-2')
vhost('host2-1')
vhost('host2-2')
vhost('host3-1')
vhost('host3-2')
vhost('host4-1')
vhost('host4-2')

link 'lsw1', 'host1'
link 'lsw2', 'host2'
link 'lsw3', 'host3'
link 'lsw4', 'host4'
link 'lsw1', 'lsw2'
link 'lsw2', 'lsw3'
link 'lsw3', 'lsw4'
link 'lsw1', 'host1-1'
link 'lsw1', 'host1-2'
link 'lsw2', 'host2-1'
link 'lsw2', 'host2-2'
link 'lsw3', 'host3-1'
link 'lsw3', 'host3-2'
link 'lsw4', 'host4-1'
link 'lsw4', 'host4-2'

0 comments on commit aa05f6c

Please sign in to comment.