unbound: fix crash when using odhcpd w/o dnsmasq 5466/head
authorDaniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us>
Wed, 17 Jan 2018 16:05:12 +0000 (08:05 -0800)
committerDaniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us>
Thu, 18 Jan 2018 12:22:12 +0000 (04:22 -0800)
commit379e28880b99983e1677e61f77c0b056a97f1457
tree51e863f5ff325e9c07e0df201a4c8bd4a5fefccb
parentc4ff2d6c5eefffb179892c98c32f2297dc67a141
unbound: fix crash when using odhcpd w/o dnsmasq

When using the configuration under "Unbound and odhcpd" in the package's
README.md, the scripts generated a malformed config file for unbound, due
to an "ip route" command giving extra output lines with the string
"anycast" where the awk script expects an address. These are now filtered.

Signed-off-by: Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us>
net/unbound/Makefile
net/unbound/files/odhcpd.awk