summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/network
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2023-07-07 22:10:23 +0300
committerAndrew Geissler <geissonator@yahoo.com>2023-07-10 23:54:26 +0300
commit986290185b53984907f9eebefc024f777edd89fd (patch)
tree9a8a16b2401186a3e498e2c836c559a00f364e97 /meta-phosphor/recipes-phosphor/network
parentfb6a6b90db4010f6082ca85cfd136d0b971f7126 (diff)
downloadopenbmc-986290185b53984907f9eebefc024f777edd89fd.tar.xz
phosphor-networkd: srcrev bump 89d734b988..721d8f75fb
Tim Lee (1): ethernet_interface: Fix link local autoconfiguration functionality William A. Kennington III (17): treewide: Make logging variables more consistent ethernet_interface: Remove unused try blocks treewide: Ignore non-ethernet devices rtnetlink_server: Ignore errors on ignored interfaces types: Migrate to stdplus string maps types: Migrate to stdplus hash types: Migrate to stdplus EtherAddr types: Migrate to stdplus endian types: Migrate to stdplus ip treewide: Add clang-tidy ethernet_interface: Refactor gateway setting ethernet_interface: Empty address also deletes the gateway ethernet_interface: Validate gateway IPs ethernet_interface: Validate IP addresses network_manager: Upgrade delayed executor to be more generically useful treewide: Fix some aditional cases missing pinning test: Simplify addresses with string literal operators Change-Id: Icc1cda63f3856d2b442689ac7bc47728c190c195 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
Diffstat (limited to 'meta-phosphor/recipes-phosphor/network')
-rw-r--r--meta-phosphor/recipes-phosphor/network/phosphor-network_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-phosphor/recipes-phosphor/network/phosphor-network_git.bb b/meta-phosphor/recipes-phosphor/network/phosphor-network_git.bb
index fac7dd741e..8dd6e64baa 100644
--- a/meta-phosphor/recipes-phosphor/network/phosphor-network_git.bb
+++ b/meta-phosphor/recipes-phosphor/network/phosphor-network_git.bb
@@ -10,7 +10,7 @@ DEPENDS += "phosphor-dbus-interfaces"
DEPENDS += "phosphor-logging"
DEPENDS += "libnl"
DEPENDS += "stdplus"
-SRCREV = "89d734b9886c40fa530f9fd6e67eb87b6955ec08"
+SRCREV = "721d8f75fb6d8d22cc4afc11b06288a47a1a600d"
PACKAGECONFIG ??= "uboot-env default-link-local-autoconf default-ipv6-accept-ra persist-mac"
PACKAGECONFIG[uboot-env] = "-Duboot-env=true,-Duboot-env=false,,${UBOOT_ENV_RDEPENDS}"
PACKAGECONFIG[default-link-local-autoconf] = "-Ddefault-link-local-autoconf=true,-Ddefault-link-local-autoconf=false,,"