Merge "Don't complain that the DNSSL RA option is "unknown"."

am: 8055ea44de

Change-Id: Id3553fdaca4b852330026f3083ec34a21b12ec54
This commit is contained in:
Lorenzo Colitti 2017-11-28 09:13:01 +00:00 committed by android-build-merger
commit 0bdb39ef5d

View file

@ -501,6 +501,8 @@ bool NetlinkEvent::parseNdUserOptMessage(const struct nlmsghdr *nh) {
asprintf(&mParams[0], "INTERFACE=%s", ifname);
asprintf(&mParams[1], "LIFETIME=%u", lifetime);
mParams[2] = buf;
} else if (opthdr->nd_opt_type == ND_OPT_DNSSL) {
// TODO: support DNSSL.
} else {
SLOGD("Unknown ND option type %d\n", opthdr->nd_opt_type);
return false;