summaryrefslogtreecommitdiff
path: root/packages/frr
AgeCommit message (Collapse)Author
2020-10-28frr: drop custom patches as they are now part of upstream repoxChristian Poessinger
2020-10-14frr: T2980: bfdd: fix crash due to invalid parameter lengthChristian Poessinger
2020-10-14frr: T2980: use consistent patch namingChristian Poessinger
2020-07-26T2021: import a patch for decimal OSPFv3 area support.Daniil Baturin
2020-06-28T2638: frr: use "git am" to apply patchesChristian Poessinger
2020-06-28packages: frr: add .gitignore for packageChristian Poessinger
2020-06-28Merge pull request #111 from runborg/T2638Christian Poessinger
T2638: FRR: FRR-reload needs patching to work on 7.3.0
2020-06-28T2638: FRR: FRR-reload needs patching to work on 7.3.0Runar 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-25packages: frr: fix commentChristian Poessinger
2020-06-21Jenkins: packages: add underscore for library callsChristian 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-20packages: add build for FRRChristian Poessinger
2019-04-23Remove outdated/unmaintained submodulesChristian 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-12Add frr submoduleChristian Poessinger