summaryrefslogtreecommitdiffstats
path: root/apps/nshlib
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/nshlib
parentaec8c163bd6fee13a402e84d877d450a8ce67d69 (diff)
Fix errors in range of IPv6 netmask range in Kconfig files
Diffstat (limited to 'apps/nshlib')
-rw-r--r--apps/nshlib/Kconfig16
1 files changed, 8 insertions, 8 deletions
diff --git a/apps/nshlib/Kconfig b/apps/nshlib/Kconfig
index dc10010202..f1427687c9 100644
--- a/apps/nshlib/Kconfig
+++ b/apps/nshlib/Kconfig
@@ -1108,7 +1108,7 @@ comment "IPv6 Network mask"
config NSH_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
@@ -1118,7 +1118,7 @@ config NSH_IPv6NETMASK_1
config NSH_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
@@ -1128,7 +1128,7 @@ config NSH_IPv6NETMASK_2
config NSH_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
@@ -1138,8 +1138,8 @@ config NSH_IPv6NETMASK_3
config NSH_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
@@ -1148,7 +1148,7 @@ config NSH_IPv6NETMASK_4
config NSH_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
@@ -1158,7 +1158,7 @@ config NSH_IPv6NETMASK_5
config NSH_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
@@ -1168,7 +1168,7 @@ config NSH_IPv6NETMASK_6
config NSH_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