-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[libwrap][ssh and snmp allow list] it's a bad way to copy binary directly from src directory into debian host OS #1574
Comments
jeromesun14
changed the title
[libwrap][ssh and snmp allow list] it's a bad way to copy binary directory from src directory into debian host OS
[libwrap][ssh and snmp allow list] it's a bad way to copy binary directly from src directory into debian host OS
Apr 10, 2018
good suggestion, will triage. |
lguohan
pushed a commit
that referenced
this issue
Apr 30, 2021
stepanblyschak
pushed a commit
to stepanblyschak/sonic-buildimage
that referenced
this issue
May 10, 2021
…net#1574) This change is to add support for the commands "show ip bgp neighbor "and "show ip bgp network" for multi asic platforms Add unit tests for these commands Signed-off-by: Arvindsrinivasan Lakshmi Narasimhan <arlakshm@microsoft.com>
raphaelt-nvidia
pushed a commit
to raphaelt-nvidia/sonic-buildimage
that referenced
this issue
May 23, 2021
08337aa [sonic-package-manager] first phase implementation of sonic-package-manager (sonic-net#1527) c166f66 [multi-asic] support show ip bgp neigh/network for multi asic (sonic-net#1574) Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
carl-nokia
pushed a commit
to carl-nokia/sonic-buildimage
that referenced
this issue
Aug 7, 2021
08337aa [sonic-package-manager] first phase implementation of sonic-package-manager (sonic-net#1527) c166f66 [multi-asic] support show ip bgp neigh/network for multi asic (sonic-net#1574) Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Feature ssh and snmp allow list copy tcpdmatch from libwrap source code directory.
We cannot cache the building result and have to compile libwarp every time. docker-base depend on libwrap, so I have to build all the dockers every time.
It's a bad smell here. sonic_debian_extention.j2:
Why not using tcpd_7.6.q-25_amd64.deb as a derive package from libwrap0-dev_7.6.q-25_amd64.deb, and install it like libwrap0 in build_debian.sh?
The text was updated successfully, but these errors were encountered: