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