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