@@ -209,7 +209,7 @@ menu "Configuration"
209
209
Upper limit for the retry timeout even if the calculated timeout is greater.
210
210
(default: 0, 0 = unlimited)
211
211
212
- menu "IPv4 Options"
212
+ menu "IPv4 Options"
213
213
depends on PACKAGE_snode.c-net-in
214
214
215
215
config SNODEC_INV4_REUSE_ADDRESS
@@ -252,24 +252,24 @@ menu "Configuration"
252
252
bool "default"
253
253
endchoice
254
254
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)
262
262
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
271
271
272
- menu "IPv6 Options"
272
+ menu "IPv6 Options"
273
273
depends on PACKAGE_snode.c-net-in6
274
274
275
275
config SNODEC_IN6_REUSE_ADDRESS
@@ -301,7 +301,7 @@ menu "Configuration"
301
301
config SNODEC_INV6_DISABLE_NAGLE_ALGORITHM_TRUE
302
302
bool "true"
303
303
help
304
- If selected the nagle algorithm will be disabled.
304
+ If selected the nagle algorithm will be disabled.
305
305
config SNODEC_INV6_DISABLE_NAGLE_ALGORITHM_FALSE
306
306
bool "false"
307
307
help
0 commit comments