From dab6052d8cc1792fb1a6e94d424bb6e338e2f08a Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Thu, 17 Nov 2022 02:52:04 -0600 Subject: phosphor-networkd: srcrev bump 85dc57a57c..01c816f25b Jian Zhang (1): util: Add data ptr check to avoid crash William A. Kennington III (20): types: Add hash function for IPs types: Simplify ostream operators types: hash_multi should take const refs types: Add constexpr endianness functions types: Add a type for interface addresses types: Add constexpr numeric decode types: Add constexpr ether_addr parser types: Add constexpr in_addr parser types: Better IPv6 RFC5952 support types: Add constexpr in6_addr parser types: Add constexpr InAddrAny / IfAddr parser types: Add constexpr int encoder types: Make all address conversion constexpr ipaddress: Refactor object creation ethernet_interface: Normalize IP for gateway ethernet_interface: Normalize IPs for nameservers util: Remove unused isValidPrefix neighbor: Refactor object creation util: Remove unused isValidIP util: Simplify addFromBuf Change-Id: Id1b2b0c8244c0a9f45da0fbec0e319d3e706a369 Signed-off-by: Andrew Geissler --- meta-phosphor/recipes-phosphor/network/phosphor-network_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-phosphor/recipes-phosphor/network/phosphor-network_git.bb b/meta-phosphor/recipes-phosphor/network/phosphor-network_git.bb index 450250765f..cf8504fb60 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 = "85dc57a57c5e8c9394bad5c787d6f837eae76178" +SRCREV = "01c816f25b391435213421825413ada89d1ffd15" 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,," -- cgit v1.2.3