Skip to content

Commit a5a643c

Browse files
Merge branch 'SNode.C'
2 parents 88a2458 + 03a15af commit a5a643c

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

net/snode.c/Config.in

+18-18
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ menu "Configuration"
209209
Upper limit for the retry timeout even if the calculated timeout is greater.
210210
(default: 0, 0 = unlimited)
211211

212-
menu "IPv4 Options"
212+
menu "IPv4 Options"
213213
depends on PACKAGE_snode.c-net-in
214214

215215
config SNODEC_INV4_REUSE_ADDRESS
@@ -252,24 +252,24 @@ menu "Configuration"
252252
bool "default"
253253
endchoice
254254

255-
config SNODEC_IPV4_NUMERIC
256-
bool
257-
default n
258-
prompt "Accept numeric IPv4 hostnames only"
259-
help
260-
If selected host names must be represented as numeric IPv4 addresses.
261-
(default: n)
255+
config SNODEC_IPV4_NUMERIC
256+
bool
257+
default n
258+
prompt "Accept numeric IPv4 hostnames only"
259+
help
260+
If selected host names must be represented as numeric IPv4 addresses.
261+
(default: n)
262262

263-
config SNODEC_IPV4_NUMERIC_REVERSE
264-
bool
265-
default n
266-
prompt "Numeric IPv4 reverse lookup"
267-
help
268-
If selected reverse lookups yields to numeric IPv4 addresses.
269-
(default: n)
270-
endmenu
263+
config SNODEC_IPV4_NUMERIC_REVERSE
264+
bool
265+
default n
266+
prompt "Numeric IPv4 reverse lookup"
267+
help
268+
If selected reverse lookups yields to numeric IPv4 addresses.
269+
(default: n)
270+
endmenu
271271

272-
menu "IPv6 Options"
272+
menu "IPv6 Options"
273273
depends on PACKAGE_snode.c-net-in6
274274

275275
config SNODEC_IN6_REUSE_ADDRESS
@@ -301,7 +301,7 @@ menu "Configuration"
301301
config SNODEC_INV6_DISABLE_NAGLE_ALGORITHM_TRUE
302302
bool "true"
303303
help
304-
If selected the nagle algorithm will be disabled.
304+
If selected the nagle algorithm will be disabled.
305305
config SNODEC_INV6_DISABLE_NAGLE_ALGORITHM_FALSE
306306
bool "false"
307307
help

0 commit comments

Comments
 (0)