phosphor-networkd: srcrev bump 90434ee4d9..85dc57a57c

William A. Kennington III (20):
      util: Remove unused strings
      system_queries: Migrate system queries into a single place
      ethernet_interface: Reduce error logspam
      ethernet_interface: Refactor object creation args
      types: Flesh out address comparison and string formatting
      system_queries: Get Interface Info from netlink
      test: Make mock syscalls take InterfaceInfo
      treewide: Move all sd-event to sdeventplus
      network_config: Leverage a default network file
      rtnetlink_server: Use netlink parser code
      netlink: Use refFrom instead of copyFrom
      netlink: Add common function for extracting payload
      rtnetlink_server: Fix edge triggering
      ethernet_interface: Merge VLAN into EthernetInterface
      routing_table: Cleanup types to avoid unnecessary conversions
      rtnetlink: Remove unnecessary copy
      rtnetlink_server: Also monitor links
      network_manager: Add a mapping of interface ids
      rtnetlink: Separate out gateway parsing
      network_manager: Make it possible to reload without refresh

Change-Id: Ib694632e79f28025f9ffdd81fc433d996f717573
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 eeb4e1a..4502507 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 = "90434ee4d911016cb3039bf3b6ca712ba8a17b65"
+SRCREV = "85dc57a57c5e8c9394bad5c787d6f837eae76178"
 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,,"
@@ -35,5 +35,6 @@
 EXTRA_OEMESON:append = " -Dtests=disabled"
 
 FILES:${PN} += "${datadir}/dbus-1/system.d"
+FILES:${PN} += "${systemd_unitdir}/network/60-phosphor-networkd-default.network"
 
 UBOOT_ENV_RDEPENDS = "${@d.getVar('PREFERRED_PROVIDER_u-boot-fw-utils', True) or 'u-boot-fw-utils'}"