Skip to content

Commit 7432ac6

Browse files
committed
Add .env files containing node managers params for 8r-1c-in-band-isis and 8r-1c-out-band-isis topologies
1 parent 410bd1c commit 7432ac6

File tree

2 files changed

+10
-0
lines changed
  • nets
    • 8r-1c-in-band-isis
    • 8r-1c-out-band-isis

2 files changed

+10
-0
lines changed

nets/8r-1c-in-band-isis/.env

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
export WORKSPACE=${HOME}/workspace
2+
export CONTROL_PLANE=${WORKSPACE}/rose-srv6-control-plane
3+
4+
export NODE_MANAGER_PATH=${CONTROL_PLANE}/srv6_controller/node-manager/
5+
export NODE_MANAGER_GRPC_PORT=12345

nets/8r-1c-out-band-isis/.env

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
export WORKSPACE=${HOME}/workspace
2+
export CONTROL_PLANE=${WORKSPACE}/rose-srv6-control-plane
3+
4+
export NODE_MANAGER_PATH=${CONTROL_PLANE}/srv6_controller/node-manager/
5+
export NODE_MANAGER_GRPC_PORT=12345

0 commit comments

Comments
 (0)