nixos/scion: changes for 0.12

These are the necessary changes for updating to 0.12, which supports dispatcherless operation by foregoing the dispatcher's unix socket in favour of UDP
This commit is contained in:
matthewcroughan 2025-06-18 09:24:15 +01:00
parent b2135d30f2
commit b1b384ccb3
8 changed files with 6 additions and 4 deletions

View File

@ -16,7 +16,6 @@ let
general = {
id = "cs";
config_dir = "/etc/scion";
reconnect_to_dispatcher = true;
};
beacon_db = {
connection = "${connectionDir}/scion-control/control.beacon.db";

View File

@ -16,7 +16,6 @@ let
general = {
id = "sd";
config_dir = "/etc/scion";
reconnect_to_dispatcher = true;
};
path_db = {
connection = "${connectionDir}/scion-daemon/sd.path.db";

View File

@ -14,8 +14,7 @@ let
defaultConfig = {
dispatcher = {
id = "dispatcher";
socket_file_mode = "0770";
application_socket = "/dev/shm/dispatcher/default.sock";
local_udp_forwarding = true;
};
log.console = {
level = "info";

View File

@ -1,4 +1,5 @@
{
"dispatched_ports": "31000-32767",
"attributes": [
"core"
],

View File

@ -1,4 +1,5 @@
{
"dispatched_ports": "31000-32767",
"attributes": [
"core"
],

View File

@ -1,4 +1,5 @@
{
"dispatched_ports": "31000-32767",
"attributes": [
"core"
],

View File

@ -1,4 +1,5 @@
{
"dispatched_ports": "31000-32767",
"attributes": [],
"isd_as": "42-ffaa:1:4",
"mtu": 1472,

View File

@ -1,4 +1,5 @@
{
"dispatched_ports": "31000-32767",
"attributes": [],
"isd_as": "42-ffaa:1:5",
"mtu": 1472,