summaryrefslogtreecommitdiffstats
path: root/docs/usecases/containerCreation.rst
AgeCommit message (Expand)AuthorFilesLines
2018-08-09DOCS: General cleanup (did not move any sections)andrew1-18/+20
2018-08-01docs: change code blocks from "shell" to "console"John DeNisco1-14/+14
2018-07-26Initial commit of Sphinx docsJohn DeNisco1-0/+123
10-241017 Integration testsGrokmirror user
aboutsummaryrefslogtreecommitdiffstats
path: root/resources/templates/container/memif_create_chain_vswitch_ipsec.exec
blob: f466a49f921c7607d5fe55451ab7d163a96414b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
create memif socket id 1 filename $socket1
create memif socket id 2 filename $socket2

create bridge-domain 1 learn 1 forward 1 uu-flood 1 flood 1 arp-term 0
create bridge-domain 2 learn 1 forward 1 uu-flood 1 flood 1 arp-term 0

set interface l2 bridge $if_red_name 1
set interface l2 bridge $if_black_name 2
set interface state $if_red_name up
set interface state $if_black_name up

$instances