package/busybox/udhcpc.script: fix domain search comment
authorPeter Korsgaard <peter@korsgaard.com>
Sat, 3 Aug 2019 15:54:30 +0000 (17:54 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Sat, 3 Aug 2019 15:54:30 +0000 (17:54 +0200)
The domain search option is from RFC3397, not RFC3359 (which is about TLV
codepoints), so fix that.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/busybox/udhcpc.script

index ad110d3a7fb642d9a71aded22cafd92134688325..131c138b1a408287121cb8eeb63e24d6ab44a8fa 100755 (executable)
@@ -56,7 +56,7 @@ case "$1" in
                cat $TMPFILE > $RESOLV_CONF
                rm -f $TMPFILE
 
-               # prefer rfc3359 domain search list (option 119) if available
+               # prefer rfc3397 domain search list (option 119) if available
                if [ -n "$search" ]; then
                        search_list=$search
                elif [ -n "$domain" ]; then