X-Git-Url: https://gerrit.fd.io/r/gitweb?p=one.git;a=blobdiff_plain;f=tutorial%2Fsetup_lisp_topo.sh;fp=tutorial%2Fsetup_lisp_topo.sh;h=d349e8d4ce0cacf02bb9224145ba1ee97affcd5f;hp=b38ee5da6e0043a1d49d682223c6341a7b6180be;hb=69e02f9476e9b616a9d53d6202ff5f6c11775bdc;hpb=136439647bd4a41490e3a30077cefdfb2659e395 diff --git a/tutorial/setup_lisp_topo.sh b/tutorial/setup_lisp_topo.sh index b38ee5d..d349e8d 100755 --- a/tutorial/setup_lisp_topo.sh +++ b/tutorial/setup_lisp_topo.sh @@ -75,14 +75,14 @@ ifconfig odl 6.0.3.100/24 ethtool --offload odl rx off tx off # start vpp1 and vpp2 in separate chroot -sudo $VPP_LITE_BIN \ - unix { log /tmp/vpp1.log cli-listen \ - localhost:5002 full-coredump \ - exec $VPP_LITE_CONF/vpp1.conf } \ - api-trace { on } chroot {prefix xtr1} +sudo $VPP_LITE_BIN \ + unix { log /tmp/vpp1.log cli-listen \ + localhost:5002 full-coredump \ + exec $VPP_LITE_CONF/vpp1.conf } \ + api-trace { on } api-segment {prefix xtr1} -sudo $VPP_LITE_BIN \ - unix { log /tmp/vpp2.log cli-listen \ - localhost:5003 full-coredump \ - exec $VPP_LITE_CONF/vpp2.conf} \ - api-trace { on } chroot {prefix xtr2} +sudo $VPP_LITE_BIN \ + unix { log /tmp/vpp2.log cli-listen \ + localhost:5003 full-coredump \ + exec $VPP_LITE_CONF/vpp2.conf} \ + api-trace { on } api-segment {prefix xtr2}