1
0

Compare commits

..

No commits in common. "1b93811df82c1806d591af11f13a49e198f13147" and "4f4413f89976c6d35f3c7fcd9d82ba008d052ee7" have entirely different histories.

3 changed files with 6 additions and 46 deletions

View File

@ -72,11 +72,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1700591988, "lastModified": 1700492821,
"narHash": "sha256-Hw6P9WlCD7lLAu6zouENkVqHyLEtO3TMhGId7hQDYzw=", "narHash": "sha256-AxPUE9HzRDrTmelyaqDeC0h/oueI2OOJWVutbvD3bIs=",
"owner": "wobcom", "owner": "wobcom",
"repo": "fernglas", "repo": "fernglas",
"rev": "ba1a0a6e69f0cfa3737605f5b9428c902952603f", "rev": "c36aa58e5cad170e188478150fee88b13b7a8aac",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -186,11 +186,11 @@
}, },
"nixos-hardware": { "nixos-hardware": {
"locked": { "locked": {
"lastModified": 1700559156, "lastModified": 1700392353,
"narHash": "sha256-gL4epO/qf+wo30JjC3g+b5Bs8UrpxzkhNBBsUYxpw2g=", "narHash": "sha256-KARn8aVJu5fdW0jdJYoOQ1SPqWlNdz4l7r90NbArWSY=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixos-hardware", "repo": "nixos-hardware",
"rev": "c3abafb01cd7045dba522af29b625bd1e170c2fb", "rev": "2b00bc76dc893cd996a3d76a2f059d657a5ef37a",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -158,26 +158,6 @@
neighbor fd81:edb3:71d8:ffff::14 as 4242422953; neighbor fd81:edb3:71d8:ffff::14 as 4242422953;
} }
# Internal
protocol bgp peer_2953_dn42_ildix_service {
local as 4242422574;
neighbor fd81:edb3:71d8:ffff:2953::1 port 1179 as 4242422953;
source address fd81:edb3:71d8:ffff:2574::5;
multihop 64;
ipv6 {
table bgp6;
igp table ospf6;
next hop keep;
add paths tx;
import filter {
reject;
};
export filter {
accept;
};
};
}
protocol device { protocol device {
scan time 10; scan time 10;
} }

View File

@ -158,26 +158,6 @@
neighbor fd81:edb3:71d8:ffff::14 as 4242422953; neighbor fd81:edb3:71d8:ffff::14 as 4242422953;
} }
# Internal
protocol bgp peer_2953_dn42_ildix_service {
local as 4242422574;
neighbor fd81:edb3:71d8:ffff:2953::1 port 1179 as 4242422953;
source address fd81:edb3:71d8:ffff:2574::6;
multihop 64;
ipv6 {
table bgp6;
igp table ospf6;
next hop keep;
add paths tx;
import filter {
reject;
};
export filter {
accept;
};
};
}
protocol device { protocol device {
scan time 10; scan time 10;
} }