pathvector
pathvector copied to clipboard
Declarative routing platform that automates BGP route optimization and control plane configuration with secure and repeatable routing policy.
BIRD config is not modified when `accept-default` is set to `true`, and no default routes from peers are, as mentioned, not accepted. ```root@edge-01:~# pathvector version Pathvector 6.3.2 Built c35220bf121f366ff05a51d93c6236e8c324d682 on...
The IBGP session does not retain the local_pref from the EBGP session. In the absence of the "local-pref" option, prefixes have their local_pref changed to 100. After IBGP, prefixes should...
I have a usecase that need to having parameters on bird.conf like this ``` protocol device { scan time 10; } protocol direct { ipv4; ipv6; check link yes; }...
Bumps [http-proxy-middleware](https://github.com/chimurai/http-proxy-middleware) from 2.0.7 to 2.0.9. Release notes Sourced from http-proxy-middleware's releases. v2.0.9 What's Changed fix(fixRequestBody): check readableLength by @chimurai in chimurai/http-proxy-middleware#1097 chore(package): v2.0.9 by @chimurai in chimurai/http-proxy-middleware#1099 Full Changelog:...
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.33.0 to 0.38.0. Commits e1fcd82 html: properly handle trailing solidus in unquoted attribute value in foreign... ebed060 internal/http3: fix build of tests with GOEXPERIMENT=nosynctest 1f1fa29 publicsuffix: regenerate...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.31.0 to 0.35.0. Commits 7292932 ssh: limit the size of the internal packet queue while waiting for KEX f66f74b acme/autocert: check host policy before probing the cache...
Bumps [estree-util-value-to-estree](https://github.com/remcohaszing/estree-util-value-to-estree) from 3.0.1 to 3.3.3. Release notes Sourced from estree-util-value-to-estree's releases. v3.3.3 652e019 Use singular Object.defineProperty if possible d0c394f Fix __proto__ property emit Full Changelog: https://github.com/remcohaszing/estree-util-value-to-estree/compare/v3.3.2...v3.3.3 v3.3.2 6ecf349 Move...
Bumps [image-size](https://github.com/image-size/image-size) from 1.1.1 to 1.2.1. Release notes Sourced from image-size's releases. v1.2.1 Fixes fix potential Denial of Service via specially crafted payloads in https://github.com/image-size/image-size/commit/640a67d9e821baee4cb596def8db00627f649dfc Full Changelog: https://github.com/image-size/image-size/compare/v1.2.0...v1.2.1 v1.2.0 This...
Bumps [@babel/runtime-corejs3](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime-corejs3) from 7.23.9 to 7.26.10. Release notes Sourced from @babel/runtime-corejs3's releases. v7.26.10 (2025-03-11) Thanks @jordan-choi and @mmmsssttt404 for your first PRs! This release includes a fix for https://github.com/babel/babel/security/advisories/GHSA-968p-4wvh-cqc8, a...
Bumps [prismjs](https://github.com/PrismJS/prism) from 1.29.0 to 1.30.0. Release notes Sourced from prismjs's releases. v1.30.0 What's Changed check that currentScript is set by a script tag by @lkuechler in PrismJS/prism#3863 New Contributors...