241c07d1ff
This commit uprevs the containernetworking-plugins to 1.1.1 and bond-cni v1.0 (with the latest commit) on Debian This version of containernetworking-plugins has a Build-Depends on: golang-github-networkplumbing-go-nft-dev v0.2.0-2 The bond-cni vendor module patches are taken care of in the latest commit update. Also, the plugins sysctl patches are taken care of in the containernetworking-plugins v1.1.1 release. Test Plan: - PASS: downloader -b -s -B std,rt - PASS: build pkgs - PASS: build image - PASS: install and ensure the plugins are present at /var/opt/cni/bin/ - PASS: install and ensure the packages are the correct version Story: 2010212 Task: 46507 Signed-off-by: Mohammad Issa <mohammad.issa@windriver.com> Change-Id: I079e50c9339bac395dfaf9d1f27aa321dbc45140
24 lines
892 B
Plaintext
24 lines
892 B
Plaintext
Source: bond-cni
|
|
Section: golang
|
|
Priority: optional
|
|
Maintainer: StarlingX Developers <starlingx-discuss@lists.starlingx.io>
|
|
Standards-Version: 4.6.0
|
|
Homepage: https://www.starlingx.io
|
|
Build-Depends: debhelper-compat (= 13),
|
|
dh-golang,
|
|
golang-1.17,
|
|
golang-github-appc-cni-dev,
|
|
golang-github-containernetworking-plugins-dev,
|
|
golang-github-vishvananda-netlink-dev,
|
|
golang-github-coreos-go-iptables-dev (>= 0.4.5~),
|
|
golang-github-safchain-ethtool-dev,
|
|
golang-golang-x-sys-dev,
|
|
XS-Go-Import-Path: github.com/intel/bond-cni
|
|
|
|
Package: bond-cni
|
|
Architecture: any
|
|
Depends: ${misc:Depends}, ${shlibs:Depends}
|
|
Description: Provides a binary for the bond-cni plugin.
|
|
Bonding provides a method for aggregating multiple network interfaces
|
|
into a single logical "bonded" interface.
|