Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-09-10 | Revert "frr: T5557: use treat-as-withdraw for tunnel encapsulation attribute ↵ | Christian Breunig | |
CVE-2023-38802" This reverts commit 13a5fa10d8c8632d08cf48a445c7d5925d3d42c4. Patch merged upstream | |||
2023-09-10 | frr: T5557: use treat-as-withdraw for tunnel encapsulation attribute ↵ | Christian Breunig | |
CVE-2023-38802 Before this path we used session reset method, which is discouraged by rfc7606. Handle this as rfc requires. This addes the fix submitted as https://github.com/FRRouting/frr/pull/14381 upstream. Using VyOS patch until the above mentioned PR is merged. | |||
2023-05-24 | frr: T4737: Replaced patch for connected routes processing | zsdc | |
An old patch breaks connected routes in a situation when more than one IP address is presented on an interface and it switches state from down to up: ``` ip link set eth0 down ip a add 192.0.2.50/24 dev eth0 ip a add 192.0.2.51/24 dev eth0 ip link set eth0 up ``` A new version includes more backports from frr upstream, which work well regardless of an interface state. | |||
2023-05-12 | FRR: T5221: Fixed BGP as-override behavior | zsdc | |
Override peer's ASN even if original as-path contains other ASNs This is a backport of 9bbdb4572d3bb255211fecf1c756452ab27e91c2 from the main FRR repository | |||
2023-01-31 | frr: T4737: Fixed connected to BGP routes redistribution | zsdc | |
This is backported commit for FRR 7.5.1 https://github.com/FRRouting/frr/commit/92980561382fc04380414a6e2f6ca6746c2fe5e9 | |||
2021-07-24 | Jenkins: only build packages if the package changes at all - skip otherwise | Christian Poessinger | |
This will only run the Jenkins Pipeline if Git detects a change in the specified file path. If no change is found in the path, the individual Pipeline statges are skipped. (cherry picked from commit 1c3e5e18fd746bbb6ccd4a09d1fec1bed2f8316b) | |||
2021-04-26 | frr: T2100: Update FRR to 7.5 | sever-sever | |
2021-02-01 | frr: T3227: import hotfix for frr-reload script to fix rpki issues | Christian Poessinger | |
(cherry picked from commit c6728db700820fe931c839e629cf92a278517be5) | |||
2021-01-10 | Jenkins: select build library from equuleus branch | Christian Poessinger | |
2021-01-03 | frr: T3182: revert back to 7.3 series | Christian Poessinger | |
2021-01-03 | frr: T3182: revert back to 7.4 series | Christian Poessinger | |
2020-12-22 | frr: T3146: upgrade to Free Range Routing 7.5 series | Christian Poessinger | |
2020-12-21 | Revert to FRR 7.4 until we figure our a libyang upgrade path | Daniil Baturin | |
2020-12-21 | Update to FRR 7.5 | Daniil Baturin | |
2020-10-28 | frr: drop custom patches as they are now part of upstream repox | Christian Poessinger | |
2020-10-14 | frr: T2980: bfdd: fix crash due to invalid parameter length | Christian Poessinger | |
2020-10-14 | frr: T2980: use consistent patch naming | Christian Poessinger | |
2020-07-26 | T2021: import a patch for decimal OSPFv3 area support. | Daniil Baturin | |
2020-06-28 | T2638: frr: use "git am" to apply patches | Christian Poessinger | |
2020-06-28 | packages: frr: add .gitignore for package | Christian Poessinger | |
2020-06-28 | Merge pull request #111 from runborg/T2638 | Christian Poessinger | |
T2638: FRR: FRR-reload needs patching to work on 7.3.0 | |||
2020-06-28 | T2638: FRR: FRR-reload needs patching to work on 7.3.0 | Runar Borge | |
Because of FRR bug 6062 (https://github.com/FRRouting/frr/issues/6062) frr-reload in frr 7.3.0 and 7.3.1 needs to be patched to work properly. without this patch frr-reload will allways compare against a blank/empty running configuration. | |||
2020-06-25 | packages: frr: fix comment | Christian Poessinger | |
2020-06-21 | Jenkins: packages: add underscore for library calls | Christian Poessinger | |
The underscore (_) is not a typo! You need this underscore if the line immediately after the @Library annotation is not an import statement! | |||
2020-06-20 | packages: add build for FRR | Christian Poessinger | |
2019-04-23 | Remove outdated/unmaintained submodules | Christian Poessinger | |
All registered Git submodules were out of date. Even worse some of the modules are no longer in use and have been replaced by upstream packages. Keeping invalid information is even worse then no information. All required VyOS packages can be found in the future build-packages script. | |||
2019-01-12 | Add frr submodule | Christian Poessinger | |