offers better resistance to replay attacks but may require more
computation.
- <tag><label id="bfd-password">password "<M>text</M>"</tag>
+ <tag><label id="bfd-password">password "<m>text</m>"</tag>
Specifies a password used for authentication. See <ref id="proto-pass"
name="password"> common option for detailed description. Note that
password option <cf/algorithm/ is not available in BFD protocol. The
RUN sed -i s/^#.*baseurl=http/baseurl=http/g /etc/yum.repos.d/CentOS-*.repo
RUN sed -i s/^mirrorlist=http/#mirrorlist=http/g /etc/yum.repos.d/CentOS-*.repo
-# Add new repos for devtoolset-8-gcc.
+# Add new repos for devtoolset-8-gcc.
# We need to use devtoolset, because BIRD cannot be correctly compiled with CentOS 7 version of gcc.
-RUN echo -e \
+RUN echo -e \
"\n[centos-sclo-rh]\nname=CentOS-7.8.2003 - SCLo rh\nbaseurl=https://vault.centos.org/7.8.2003/sclo/\$basearch/rh/\ngpgcheck=0\nenabled=1" \
>> /etc/yum.repos.d/CentOS-Base.repo
RUN echo -e \
python3-setuptools \
devtoolset-8-toolchain
+# Backported newer RPM macros, hoping that it stays there for some while until we drop CentOS 7 support
RUN yum -y install \
ftp://ftp.icm.edu.pl/packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/systemsmanagement:/Ardana:/8:/CentOS/CentOS_7.3/noarch/systemd-rpm-macros-3-5.2.noarch.rpm
# bump number for image rebuild: 0
FROM ubuntu:16.04
ENV DEBIAN_FRONTEND noninteractive
-RUN sed -i 's/deb.debian.org/ftp.cz.debian.org/' /etc/apt/sources.list
RUN apt-get -y update
RUN apt-get -y upgrade
RUN apt-get -y --no-install-recommends install \
# bump number for image rebuild: 0
FROM ubuntu:18.04
ENV DEBIAN_FRONTEND noninteractive
-RUN sed -i 's/deb.debian.org/ftp.cz.debian.org/' /etc/apt/sources.list
RUN apt-get -y update
RUN apt-get -y upgrade
RUN apt-get -y --no-install-recommends install \
# bump number for image rebuild: 0
FROM ubuntu:20.04
ENV DEBIAN_FRONTEND=noninteractive
-RUN sed -i 's/deb.debian.org/ftp.cz.debian.org/' /etc/apt/sources.list
RUN apt-get -y update
RUN apt-get -y upgrade
RUN apt-get -y --no-install-recommends install \
+++ /dev/null
-# bump number for image rebuild: 0
-FROM ubuntu:20.10
-ENV DEBIAN_FRONTEND=noninteractive
-RUN sed -i 's/deb.debian.org/ftp.cz.debian.org/' /etc/apt/sources.list
-RUN apt-get -y update
-RUN apt-get -y upgrade
-RUN apt-get -y --no-install-recommends install \
- tzdata \
- build-essential \
- flex \
- bison \
- autoconf \
- ncurses-dev \
- libreadline-dev \
- libssh-gcrypt-dev \
- linuxdoc-tools-latex \
- texlive-latex-extra \
- opensp \
- docbook-xsl \
- xsltproc
-RUN apt-get -y --no-install-recommends install \
- git \
- dpkg-dev \
- debhelper \
- apt-utils \
- quilt \
- python3 \
- python3-pip \
- python3-setuptools \
- python3-venv
+++ /dev/null
-# bump number for image rebuild: 1
-FROM ubuntu:21.04
-ENV DEBIAN_FRONTEND=noninteractive
-RUN sed -i 's/deb.debian.org/ftp.cz.debian.org/' /etc/apt/sources.list
-RUN apt-get -y update
-RUN apt-get -y upgrade
-RUN apt-get -y --no-install-recommends install \
- tzdata \
- build-essential \
- flex \
- bison \
- autoconf \
- ncurses-dev \
- libreadline-dev \
- libssh-gcrypt-dev \
- linuxdoc-tools-latex \
- texlive-latex-extra \
- opensp \
- docbook-xsl \
- xsltproc
-RUN apt-get -y --no-install-recommends install \
- git \
- dpkg-dev \
- debhelper \
- apt-utils \
- quilt \
- python3 \
- python3-pip \
- python3-setuptools \
- python3-venv
+++ /dev/null
-# bump number for image rebuild: 0
-FROM ubuntu:21.10
-ENV DEBIAN_FRONTEND=noninteractive
-RUN sed -i 's/deb.debian.org/ftp.cz.debian.org/' /etc/apt/sources.list
-RUN apt-get -y update
-RUN apt-get -y upgrade
-RUN apt-get -y --no-install-recommends install \
- tzdata \
- build-essential \
- flex \
- bison \
- autoconf \
- ncurses-dev \
- libreadline-dev \
- libssh-gcrypt-dev \
- linuxdoc-tools-latex \
- texlive-latex-extra \
- opensp \
- docbook-xsl \
- xsltproc
-RUN apt-get -y --no-install-recommends install \
- git \
- dpkg-dev \
- debhelper \
- apt-utils \
- quilt \
- python3 \
- python3-pip \
- python3-setuptools \
- python3-venv
# bump this to refresh the image: 1
FROM ubuntu:22.04
ENV DEBIAN_FRONTEND=noninteractive
-RUN sed -i 's/deb.debian.org/ftp.cz.debian.org/' /etc/apt/sources.list
RUN apt-get -y update
RUN apt-get -y upgrade
RUN apt-get -y --no-install-recommends install \
# bump number for image rebuild: 1
FROM ubuntu:22.10
ENV DEBIAN_FRONTEND=noninteractive
-RUN sed -i 's/deb.debian.org/ftp.cz.debian.org/' /etc/apt/sources.list
RUN apt-get -y update
RUN apt-get -y upgrade
RUN apt-get -y --no-install-recommends install \
# bump number for image rebuild: 1
FROM ubuntu:23.04
ENV DEBIAN_FRONTEND=noninteractive
-RUN sed -i 's/deb.debian.org/ftp.cz.debian.org/' /etc/apt/sources.list
RUN apt-get -y update
RUN apt-get -y upgrade
RUN apt-get -y --no-install-recommends install \
# bump number for image rebuild: 1
FROM ubuntu:23.10
ENV DEBIAN_FRONTEND=noninteractive
-RUN sed -i 's/deb.debian.org/ftp.cz.debian.org/' /etc/apt/sources.list
RUN apt-get -y update
RUN apt-get -y upgrade
RUN apt-get -y --no-install-recommends install \
# bump this to refresh the image: 1
FROM ubuntu:24.04
ENV DEBIAN_FRONTEND=noninteractive
-RUN sed -i 's/deb.debian.org/ftp.cz.debian.org/' /etc/apt/sources.list
RUN apt-get -y update
RUN apt-get -y upgrade
RUN apt-get -y --no-install-recommends install \
# bump this to refresh the image: 1
FROM ubuntu:24.10
ENV DEBIAN_FRONTEND=noninteractive
-RUN sed -i 's/deb.debian.org/ftp.cz.debian.org/' /etc/apt/sources.list
RUN apt-get -y update
RUN apt-get -y upgrade
RUN apt-get -y --no-install-recommends install \