google-misc: srcrev bump b47ca0dfa3..a9bd43e7a1

William A. Kennington III (5):
      ncsid: Remove unused services
      ncsid: Find IPv6 gateway stably
      ncsid: Prefer fe80::1 gateway
      ncsid: Reduce networkd reloads
      ncsid: Make fixup run for all RA

Change-Id: Icc80dac9f6e1c74ff3d25d1ffea2d19e9215597b
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
Signed-off-by: William A. Kennington III <wak@google.com>
diff --git a/meta-google/recipes-google/google-misc/google-misc.inc b/meta-google/recipes-google/google-misc/google-misc.inc
index 50b53fb..66a070a 100644
--- a/meta-google/recipes-google/google-misc/google-misc.inc
+++ b/meta-google/recipes-google/google-misc/google-misc.inc
@@ -6,7 +6,7 @@
 LIC_FILES_CHKSUM = "file://../../LICENSE;md5=34400b68072d710fecd0a2940a0d1658"
 
 SRC_URI += "git://github.com/openbmc/google-misc;branch=master;protocol=https"
-SRCREV = "b47ca0dfa347a3a425081047fc60aaa35345c328"
+SRCREV = "a9bd43e7a12d456569548b007f71b638a6a67ef4"
 
 S = "${WORKDIR}/git/subprojects/${GOOGLE_MISC_PROJ}"
 inherit meson pkgconfig
diff --git a/meta-google/recipes-google/ncsi/ncsid_git.bb b/meta-google/recipes-google/ncsi/ncsid_git.bb
index 12a8d03..6fad50a 100644
--- a/meta-google/recipes-google/ncsi/ncsid_git.bb
+++ b/meta-google/recipes-google/ncsi/ncsid_git.bb
@@ -11,16 +11,10 @@
         "
 
 SYSTEMD_SERVICE:${PN} += " \
-  dhcp4@.service \
-  dhcp6@.service \
   ncsid@.service \
   nic-hostful@.target \
   nic-hostless@.target \
   update-ra-gw@.service \
-  update-ra-neighbor@.service \
-  update-ra-neighbor@.timer \
-  update-static-neighbors@.service \
-  update-static-neighbors@.timer \
   "
 
 DEPENDS += " \