Fix errors in range of IPv6 netmask range in Kconfig files

This commit is contained in:
Gregory Nutt 2015-02-05 10:47:42 -06:00
parent 1b9d7c1522
commit dc527f5c9d
3 changed files with 26 additions and 26 deletions

View File

@ -246,7 +246,7 @@ comment "IPv6 Network mask"
config EXAMPLES_NETTEST_IPv6NETMASK_1 config EXAMPLES_NETTEST_IPv6NETMASK_1
hex "[0]" hex "[0]"
default 0xfe00 default 0xffff
range 0x0 0xffff range 0x0 0xffff
---help--- ---help---
Network mask. This is a 16-bit integer value in host order. Each Network mask. This is a 16-bit integer value in host order. Each
@ -256,7 +256,7 @@ config EXAMPLES_NETTEST_IPv6NETMASK_1
config EXAMPLES_NETTEST_IPv6NETMASK_2 config EXAMPLES_NETTEST_IPv6NETMASK_2
hex "[1]" hex "[1]"
default 0x0000 default 0xffff
range 0x0 0xffff range 0x0 0xffff
---help--- ---help---
Network mask. This is a 16-bit integer value in host order. Each Network mask. This is a 16-bit integer value in host order. Each
@ -266,7 +266,7 @@ config EXAMPLES_NETTEST_IPv6NETMASK_2
config EXAMPLES_NETTEST_IPv6NETMASK_3 config EXAMPLES_NETTEST_IPv6NETMASK_3
hex "[2]" hex "[2]"
default 0x0000 default 0xffff
range 0x0 0xffff range 0x0 0xffff
---help--- ---help---
Network mask. This is a 16-bit integer value in host order. Each Network mask. This is a 16-bit integer value in host order. Each
@ -276,8 +276,8 @@ config EXAMPLES_NETTEST_IPv6NETMASK_3
config EXAMPLES_NETTEST_IPv6NETMASK_4 config EXAMPLES_NETTEST_IPv6NETMASK_4
hex "[3]" hex "[3]"
default 0x0000 default 0xffff
range 0x0 0x0000 range 0x0 0xffff
---help--- ---help---
Network mask. This is a 16-bit integer value in host order. Each Network mask. This is a 16-bit integer value in host order. Each
of the eight values forming the full IP address must be specified of the eight values forming the full IP address must be specified
@ -286,7 +286,7 @@ config EXAMPLES_NETTEST_IPv6NETMASK_4
config EXAMPLES_NETTEST_IPv6NETMASK_5 config EXAMPLES_NETTEST_IPv6NETMASK_5
hex "[4]" hex "[4]"
default 0x0000 default 0xffff
range 0x0 0xffff range 0x0 0xffff
---help--- ---help---
Network mask. This is a 16-bit integer value in host order. Each Network mask. This is a 16-bit integer value in host order. Each
@ -296,7 +296,7 @@ config EXAMPLES_NETTEST_IPv6NETMASK_5
config EXAMPLES_NETTEST_IPv6NETMASK_6 config EXAMPLES_NETTEST_IPv6NETMASK_6
hex "[5]" hex "[5]"
default 0x0000 default 0xffff
range 0x0 0xffff range 0x0 0xffff
---help--- ---help---
Network mask. This is a 16-bit integer value in host order. Each Network mask. This is a 16-bit integer value in host order. Each
@ -306,7 +306,7 @@ config EXAMPLES_NETTEST_IPv6NETMASK_6
config EXAMPLES_NETTEST_IPv6NETMASK_7 config EXAMPLES_NETTEST_IPv6NETMASK_7
hex "[6]" hex "[6]"
default 0x0000 default 0xffff
range 0x0 0xffff range 0x0 0xffff
---help--- ---help---
Network mask. This is a 16-bit integer value in host order. Each Network mask. This is a 16-bit integer value in host order. Each
@ -316,7 +316,7 @@ config EXAMPLES_NETTEST_IPv6NETMASK_7
config EXAMPLES_NETTEST_IPv6NETMASK_8 config EXAMPLES_NETTEST_IPv6NETMASK_8
hex "[7]" hex "[7]"
default 0x0000 default 0xff80
range 0x0 0xffff range 0x0 0xffff
---help--- ---help---
Network mask. This is a 16-bit integer value in host order. Each Network mask. This is a 16-bit integer value in host order. Each

View File

@ -226,7 +226,7 @@ comment "IPv6 Network mask"
config EXAMPLES_UDP_IPv6NETMASK_1 config EXAMPLES_UDP_IPv6NETMASK_1
hex "[0]" hex "[0]"
default 0xfe00 default 0xffff
range 0x0 0xffff range 0x0 0xffff
---help--- ---help---
Network mask. This is a 16-bit integer value in host order. Each Network mask. This is a 16-bit integer value in host order. Each
@ -236,7 +236,7 @@ config EXAMPLES_UDP_IPv6NETMASK_1
config EXAMPLES_UDP_IPv6NETMASK_2 config EXAMPLES_UDP_IPv6NETMASK_2
hex "[1]" hex "[1]"
default 0x0000 default 0xffff
range 0x0 0xffff range 0x0 0xffff
---help--- ---help---
Network mask. This is a 16-bit integer value in host order. Each Network mask. This is a 16-bit integer value in host order. Each
@ -246,7 +246,7 @@ config EXAMPLES_UDP_IPv6NETMASK_2
config EXAMPLES_UDP_IPv6NETMASK_3 config EXAMPLES_UDP_IPv6NETMASK_3
hex "[2]" hex "[2]"
default 0x0000 default 0xffff
range 0x0 0xffff range 0x0 0xffff
---help--- ---help---
Network mask. This is a 16-bit integer value in host order. Each Network mask. This is a 16-bit integer value in host order. Each
@ -256,8 +256,8 @@ config EXAMPLES_UDP_IPv6NETMASK_3
config EXAMPLES_UDP_IPv6NETMASK_4 config EXAMPLES_UDP_IPv6NETMASK_4
hex "[3]" hex "[3]"
default 0x0000 default 0xffff
range 0x0 0x0000 range 0x0 0xffff
---help--- ---help---
Network mask. This is a 16-bit integer value in host order. Each Network mask. This is a 16-bit integer value in host order. Each
of the eight values forming the full IP address must be specified of the eight values forming the full IP address must be specified
@ -266,7 +266,7 @@ config EXAMPLES_UDP_IPv6NETMASK_4
config EXAMPLES_UDP_IPv6NETMASK_5 config EXAMPLES_UDP_IPv6NETMASK_5
hex "[4]" hex "[4]"
default 0x0000 default 0xffff
range 0x0 0xffff range 0x0 0xffff
---help--- ---help---
Network mask. This is a 16-bit integer value in host order. Each Network mask. This is a 16-bit integer value in host order. Each
@ -276,7 +276,7 @@ config EXAMPLES_UDP_IPv6NETMASK_5
config EXAMPLES_UDP_IPv6NETMASK_6 config EXAMPLES_UDP_IPv6NETMASK_6
hex "[5]" hex "[5]"
default 0x0000 default 0xffff
range 0x0 0xffff range 0x0 0xffff
---help--- ---help---
Network mask. This is a 16-bit integer value in host order. Each Network mask. This is a 16-bit integer value in host order. Each
@ -286,7 +286,7 @@ config EXAMPLES_UDP_IPv6NETMASK_6
config EXAMPLES_UDP_IPv6NETMASK_7 config EXAMPLES_UDP_IPv6NETMASK_7
hex "[6]" hex "[6]"
default 0x0000 default 0xffff
range 0x0 0xffff range 0x0 0xffff
---help--- ---help---
Network mask. This is a 16-bit integer value in host order. Each Network mask. This is a 16-bit integer value in host order. Each
@ -296,7 +296,7 @@ config EXAMPLES_UDP_IPv6NETMASK_7
config EXAMPLES_UDP_IPv6NETMASK_8 config EXAMPLES_UDP_IPv6NETMASK_8
hex "[7]" hex "[7]"
default 0x0000 default 0xff80
range 0x0 0xffff range 0x0 0xffff
---help--- ---help---
Network mask. This is a 16-bit integer value in host order. Each Network mask. This is a 16-bit integer value in host order. Each

View File

@ -1108,7 +1108,7 @@ comment "IPv6 Network mask"
config NSH_IPv6NETMASK_1 config NSH_IPv6NETMASK_1
hex "[0]" hex "[0]"
default 0xfe00 default 0xffff
range 0x0 0xffff range 0x0 0xffff
---help--- ---help---
Network mask. This is a 16-bit integer value in host order. Each Network mask. This is a 16-bit integer value in host order. Each
@ -1118,7 +1118,7 @@ config NSH_IPv6NETMASK_1
config NSH_IPv6NETMASK_2 config NSH_IPv6NETMASK_2
hex "[1]" hex "[1]"
default 0x0000 default 0xffff
range 0x0 0xffff range 0x0 0xffff
---help--- ---help---
Network mask. This is a 16-bit integer value in host order. Each Network mask. This is a 16-bit integer value in host order. Each
@ -1128,7 +1128,7 @@ config NSH_IPv6NETMASK_2
config NSH_IPv6NETMASK_3 config NSH_IPv6NETMASK_3
hex "[2]" hex "[2]"
default 0x0000 default 0xffff
range 0x0 0xffff range 0x0 0xffff
---help--- ---help---
Network mask. This is a 16-bit integer value in host order. Each Network mask. This is a 16-bit integer value in host order. Each
@ -1138,8 +1138,8 @@ config NSH_IPv6NETMASK_3
config NSH_IPv6NETMASK_4 config NSH_IPv6NETMASK_4
hex "[3]" hex "[3]"
default 0x0000 default 0xffff
range 0x0 0x0000 range 0x0 0xffff
---help--- ---help---
Network mask. This is a 16-bit integer value in host order. Each Network mask. This is a 16-bit integer value in host order. Each
of the eight values forming the full IP address must be specified of the eight values forming the full IP address must be specified
@ -1148,7 +1148,7 @@ config NSH_IPv6NETMASK_4
config NSH_IPv6NETMASK_5 config NSH_IPv6NETMASK_5
hex "[4]" hex "[4]"
default 0x0000 default 0xffff
range 0x0 0xffff range 0x0 0xffff
---help--- ---help---
Network mask. This is a 16-bit integer value in host order. Each Network mask. This is a 16-bit integer value in host order. Each
@ -1158,7 +1158,7 @@ config NSH_IPv6NETMASK_5
config NSH_IPv6NETMASK_6 config NSH_IPv6NETMASK_6
hex "[5]" hex "[5]"
default 0x0000 default 0xffff
range 0x0 0xffff range 0x0 0xffff
---help--- ---help---
Network mask. This is a 16-bit integer value in host order. Each Network mask. This is a 16-bit integer value in host order. Each
@ -1168,7 +1168,7 @@ config NSH_IPv6NETMASK_6
config NSH_IPv6NETMASK_7 config NSH_IPv6NETMASK_7
hex "[6]" hex "[6]"
default 0x0000 default 0xffff
range 0x0 0xffff range 0x0 0xffff
---help--- ---help---
Network mask. This is a 16-bit integer value in host order. Each Network mask. This is a 16-bit integer value in host order. Each