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 <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 4502507..cf8504f 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 = "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,,"