Page MenuHomeVyOS Platform

abzieher (Franz)
User

Projects

User does not belong to any projects.

User Details

User Since
Jul 19 2021, 11:01 AM (143 w, 3 d)

Recent Activity

Nov 6 2023

abzieher added a comment to T5689: FRR 9.0.1 in VyOS current segfaults on show rpki prefix $prefix.

It seems to be the difference between the vyos version build in the Dockerfile of librtr-dev and the Debian librtr-dev version (which works).

Nov 6 2023, 5:50 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
abzieher added a comment to T5689: FRR 9.0.1 in VyOS current segfaults on show rpki prefix $prefix.

If you add the librtr-dev to the docker build image and build FRR (with the docker build image) yourself it works:

$ git clone -b current --single-branch https://github.com/vyos/vyos-build.git
$ cd vyos-build
$ vi docker/Dockerfile
$ git diff
diff --git a/docker/Dockerfile b/docker/Dockerfile
index 953ea4c..baeb232 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -345,6 +345,9 @@ RUN apt-get update && apt-get install -y \
       libnl-genl-3-dev \
       libxtables-dev
Nov 6 2023, 11:32 AM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus