Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8055ea44 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

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

parents 23cc38d4 cbfd65d9
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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;