forked from DGNum/infrastructure
6 lines
106 B
Nix
6 lines
106 B
Nix
range:
|
|
|
|
{
|
|
poe = [ ];
|
|
regular = (range "ge-0/0/" 24) ++ (range "xe-0/0/" 24) ++ (range "et-0/1/" 2);
|
|
}
|