shithub: riscv

Download patch

ref: ad6e6444f9c1bf3a2d65c67ab8f4f48ac6468104
parent: 3cf63ee15fce37647fb3e5ce3d757b7cdaf5e872
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Wed Jan 23 15:49:50 EST 2019

ip/dhcpd: add rootserverip read in lookupip() (thanks k0ga)

Lookupip() was already reading rootpath, but it didn't read the
address of the rootserver.  As they are very related it makes sense to
read them at the same time.

This patch also fixes a typo, where vendorclass was used instead of
vendor, resulting that vendor ndb attribute was never used.