Add openbfdd to ptf docker (#9488)
Why I did it To enable test support for BFD-related features, the PTF docker needs to have the proper support for BFD. This PR aims to add BFD support in ptf docker. How I did it Clone and build OpenBFDD for PTF docker. How to verify it Build locally and verify BFD is supported.
This commit is contained in:
parent
7351112a52
commit
a5afa2c15e
@ -85,6 +85,14 @@ RUN rm -rf /debs \
|
||||
&& make install \
|
||||
&& cd .. \
|
||||
&& rm -fr sflowtool \
|
||||
&& git clone https://github.com/dyninc/OpenBFDD.git \
|
||||
&& cd OpenBFDD \
|
||||
&& ./autogen.sh \
|
||||
&& ./configure \
|
||||
&& make \
|
||||
&& make install \
|
||||
&& cd .. \
|
||||
&& rm -fr OpenBFDD \
|
||||
&& wget https://github.com/nanomsg/nanomsg/archive/1.0.0.tar.gz \
|
||||
&& tar xvfz 1.0.0.tar.gz \
|
||||
&& cd nanomsg-1.0.0 \
|
||||
|
Loading…
Reference in New Issue
Block a user