projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
80291c3
)
package/busybox/udhcpc.script: fix domain search comment
author
Peter Korsgaard
<peter@korsgaard.com>
Sat, 3 Aug 2019 15:54:30 +0000
(17:54 +0200)
committer
Peter 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
patch
|
blob
|
history
diff --git
a/package/busybox/udhcpc.script
b/package/busybox/udhcpc.script
index ad110d3a7fb642d9a71aded22cafd92134688325..131c138b1a408287121cb8eeb63e24d6ab44a8fa 100755
(executable)
--- a/
package/busybox/udhcpc.script
+++ b/
package/busybox/udhcpc.script
@@
-56,7
+56,7
@@
case "$1" in
cat $TMPFILE > $RESOLV_CONF
rm -f $TMPFILE
- # prefer rfc33
59
domain search list (option 119) if available
+ # prefer rfc33
97
domain search list (option 119) if available
if [ -n "$search" ]; then
search_list=$search
elif [ -n "$domain" ]; then