summaryrefslogtreecommitdiff
path: root/apps/examples/udp
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-02-05 10:47:42 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-02-05 10:47:42 -0600
commit05af9871f69ff09fcce10df561b4e104ffaa19c7 (patch)
tree07aa8ca57a0a8fc19a8ce80ea89eb99e10fa78ca /apps/examples/udp
parentaec8c163bd6fee13a402e84d877d450a8ce67d69 (diff)
downloadnuttx-05af9871f69ff09fcce10df561b4e104ffaa19c7.tar.gz
nuttx-05af9871f69ff09fcce10df561b4e104ffaa19c7.tar.bz2
nuttx-05af9871f69ff09fcce10df561b4e104ffaa19c7.zip
Fix errors in range of IPv6 netmask range in Kconfig files
Diffstat (limited to 'apps/examples/udp')
-rw-r--r--apps/examples/udp/Kconfig18
1 files changed, 9 insertions, 9 deletions
diff --git a/apps/examples/udp/Kconfig b/apps/examples/udp/Kconfig
index eeb51c3e7..e6e1da4ac 100644
--- a/apps/examples/udp/Kconfig
+++ b/apps/examples/udp/Kconfig
@@ -226,7 +226,7 @@ comment "IPv6 Network mask"
config EXAMPLES_UDP_IPv6NETMASK_1
hex "[0]"
- default 0xfe00
+ default 0xffff
range 0x0 0xffff
---help---
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
hex "[1]"
- default 0x0000
+ default 0xffff
range 0x0 0xffff
---help---
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
hex "[2]"
- default 0x0000
+ default 0xffff
range 0x0 0xffff
---help---
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
hex "[3]"
- default 0x0000
- range 0x0 0x0000
+ default 0xffff
+ range 0x0 0xffff
---help---
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
@@ -266,7 +266,7 @@ config EXAMPLES_UDP_IPv6NETMASK_4
config EXAMPLES_UDP_IPv6NETMASK_5
hex "[4]"
- default 0x0000
+ default 0xffff
range 0x0 0xffff
---help---
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
hex "[5]"
- default 0x0000
+ default 0xffff
range 0x0 0xffff
---help---
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
hex "[6]"
- default 0x0000
+ default 0xffff
range 0x0 0xffff
---help---
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
hex "[7]"
- default 0x0000
+ default 0xff80
range 0x0 0xffff
---help---
Network mask. This is a 16-bit integer value in host order. Each