diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2025-03-24 17:40:27 +0000 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2025-03-24 18:42:34 +0000 |
commit | 0967bf494dc96017584d325b8926fe3c4c85ccfe (patch) | |
tree | e921bfc0c5af383ae4beab00f89fa3d1db0e5dac | |
parent | 351644d9bc1551a8badfbee6bb3fb08e418f044d (diff) | |
download | meta-virtualization-0967bf494dc96017584d325b8926fe3c4c85ccfe.tar.gz |
cni-plugins: update to -top
Bumping cni-plugins.git to version v1.1.0-353-g35831f3d, which comprises the following commits:
35831f3d Fix addresses and routes reinserted to the VRF
e20492f0 DHCP lease maintenance should terminate when interface no longer exists.
3c224f5b Add a new firewall ingress-policy "isolated"
bd8da200 host-device: Return interface name in result
44ec80b7 build(deps): bump the golang group with 2 updates
6e7fb607 build(deps): bump golang.org/x/sys in the golang group
7c122fab bridge: Add option to enable port isolation
e4ca66b4 build: split CI and go.mod version
abfac4a9 Remove scripts/release.sh because of no longer used (#1137)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r-- | recipes-networking/cni/cni_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-networking/cni/cni_git.bb b/recipes-networking/cni/cni_git.bb index 3de84291..e6d71aa2 100644 --- a/recipes-networking/cni/cni_git.bb +++ b/recipes-networking/cni/cni_git.bb | |||
@@ -10,7 +10,7 @@ is simple to implement. \ | |||
10 | " | 10 | " |
11 | 11 | ||
12 | SRCREV_cni = "4c9ae43c0eaa85ec1ab27781e9b258f13e7fd0ca" | 12 | SRCREV_cni = "4c9ae43c0eaa85ec1ab27781e9b258f13e7fd0ca" |
13 | SRCREV_plugins = "abfac4a938866b6184441d02ad49544d10931fe1" | 13 | SRCREV_plugins = "35831f3d23956658aaa3109cbae0ce24d28137e6" |
14 | SRCREV_flannel_plugin = "cc21427ce5b2c606ba5ececa0a488452e80d73f8" | 14 | SRCREV_flannel_plugin = "cc21427ce5b2c606ba5ececa0a488452e80d73f8" |
15 | SRCREV_FORMAT = "cni_plugins" | 15 | SRCREV_FORMAT = "cni_plugins" |
16 | SRC_URI = "\ | 16 | SRC_URI = "\ |