T1214: Add ipaddrcheck to the packages directory

This commit is contained in:
Nicholas Humfrey 2019-01-30 10:04:31 +00:00
parent c85cda7b40
commit 9779f9938e
4 changed files with 12 additions and 0 deletions

4
.gitmodules vendored
View File

@ -245,3 +245,7 @@
path = packages/libyang
url = https://github.com/opensourcerouting/libyang.git
branch = debian
[submodule "packages/ipaddrcheck"]
path = packages/ipaddrcheck
url = https://github.com/vyos/ipaddrcheck.git
branch = master

View File

@ -234,6 +234,12 @@ RUN eval $(opam env --root=/opt/opam --set-root) && \
dpkg-buildpackage -uc -us -tc -b && \
dpkg -i ../libvyosconfig0_*_amd64.deb
# Packages needed for ipaddrcheck
RUN apt-get update && apt-get install -y \
libpcre3-dev \
libcidr-dev \
check
# Packages needed for hvinfo
RUN apt-get update && apt-get install -y \
gnat \

1
packages/ipaddrcheck Submodule

@ -0,0 +1 @@
Subproject commit 8f0d655cc68995a0ef88dc905dc62db2af23ec90

View File

@ -260,6 +260,7 @@ for PKG in mdns-repeater \
rtrlib \
hvinfo \
igmpproxy \
ipaddrcheck \
libvyosconfig \
vyatta-bash \
vyatta-biosdevname \