diff options
Diffstat (limited to 'nixos/tests/scion/freestanding-deployment/topology5.json')
-rw-r--r-- | nixos/tests/scion/freestanding-deployment/topology5.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/nixos/tests/scion/freestanding-deployment/topology5.json b/nixos/tests/scion/freestanding-deployment/topology5.json index 6114c1f73c2a..1326bd3c2955 100644 --- a/nixos/tests/scion/freestanding-deployment/topology5.json +++ b/nixos/tests/scion/freestanding-deployment/topology5.json @@ -36,5 +36,11 @@ } } } + }, + "sigs": { + "sig-1": { + "ctrl_addr": "127.0.0.1:30256", + "data_addr": "127.0.0.1:30056" + } } } |