services.scion.scion-ip-gateway.trafficConfig

NixOS option

scion-ip-gateway traffic configuration

type: JSON value
Default
{ }
Example
{
  ASes = {
    "2-ffaa:0:b" = {
      Nets = [
          "172.16.1.0/24"
      ];
    };
  };
  ConfigVersion = 9001;
}
declared in: nixos/modules/services/networking/scion/scion-ip-gateway.nixView source on NixOS/nixpkgs →