Compare commits
3 Commits
4f4413f899
...
1b93811df8
Author | SHA1 | Date | |
---|---|---|---|
|
1b93811df8 | ||
|
88d973ac68 | ||
572fb59903 |
12
flake.lock
12
flake.lock
@ -72,11 +72,11 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1700492821,
|
"lastModified": 1700591988,
|
||||||
"narHash": "sha256-AxPUE9HzRDrTmelyaqDeC0h/oueI2OOJWVutbvD3bIs=",
|
"narHash": "sha256-Hw6P9WlCD7lLAu6zouENkVqHyLEtO3TMhGId7hQDYzw=",
|
||||||
"owner": "wobcom",
|
"owner": "wobcom",
|
||||||
"repo": "fernglas",
|
"repo": "fernglas",
|
||||||
"rev": "c36aa58e5cad170e188478150fee88b13b7a8aac",
|
"rev": "ba1a0a6e69f0cfa3737605f5b9428c902952603f",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
@ -186,11 +186,11 @@
|
|||||||
},
|
},
|
||||||
"nixos-hardware": {
|
"nixos-hardware": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1700392353,
|
"lastModified": 1700559156,
|
||||||
"narHash": "sha256-KARn8aVJu5fdW0jdJYoOQ1SPqWlNdz4l7r90NbArWSY=",
|
"narHash": "sha256-gL4epO/qf+wo30JjC3g+b5Bs8UrpxzkhNBBsUYxpw2g=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixos-hardware",
|
"repo": "nixos-hardware",
|
||||||
"rev": "2b00bc76dc893cd996a3d76a2f059d657a5ef37a",
|
"rev": "c3abafb01cd7045dba522af29b625bd1e170c2fb",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -158,6 +158,26 @@
|
|||||||
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;
|
||||||
}
|
}
|
||||||
|
@ -158,6 +158,26 @@
|
|||||||
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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user