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>
diff --git a/meta-phosphor/recipes-phosphor/network/phosphor-network_git.bb b/meta-phosphor/recipes-phosphor/network/phosphor-network_git.bb
index fac7dd7..8dd6e64 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-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,,"