nixos/scion: upgrade to 0.12 and fix module accordingly (#417777)
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -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";
|
||||
|
||||
@@ -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";
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"dispatched_ports": "31000-32767",
|
||||
"attributes": [
|
||||
"core"
|
||||
],
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"dispatched_ports": "31000-32767",
|
||||
"attributes": [
|
||||
"core"
|
||||
],
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"dispatched_ports": "31000-32767",
|
||||
"attributes": [
|
||||
"core"
|
||||
],
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"dispatched_ports": "31000-32767",
|
||||
"attributes": [],
|
||||
"isd_as": "42-ffaa:1:4",
|
||||
"mtu": 1472,
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"dispatched_ports": "31000-32767",
|
||||
"attributes": [],
|
||||
"isd_as": "42-ffaa:1:5",
|
||||
"mtu": 1472,
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
nixosTests,
|
||||
}:
|
||||
let
|
||||
version = "0.11.0";
|
||||
version = "0.12.0";
|
||||
in
|
||||
|
||||
buildGoModule {
|
||||
@@ -17,10 +17,10 @@ buildGoModule {
|
||||
owner = "scionproto";
|
||||
repo = "scion";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-JemqSr1XBwW1hLuWQrApY/hqLj/VpW3xSJedVIoFSiY=";
|
||||
hash = "sha256-J51GIQQhS623wFUU5dI/TwT2rkDH69518lpdCLZ/iM0=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-akFbHgo8xI2/4aQsyutjhXPM5d0A3se3kG/6Ebw1Qcs=";
|
||||
vendorHash = "sha256-Ew/hQM8uhaM89sCcPKUBbiGukDq3h5x+KID3w/8BDHg=";
|
||||
|
||||
excludedPackages = [
|
||||
"acceptance"
|
||||
|
||||
Reference in New Issue
Block a user