summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuval Adam <yuval@y3xz.com>2015-12-09 02:22:01 +0200
committerYuval Adam <yuval@y3xz.com>2015-12-09 02:22:01 +0200
commitcb951d9d2aeb455ad838be92b8b7a9cd09b035f1 (patch)
treeb2e26c8060115e79ffb4a2eb3dbc9677e1bd1741
parent49d8fede173dc8504830f44c6a0c8fc87a2b17b5 (diff)
Default CIDR 32
-rw-r--r--index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.js b/index.js
index fcca766..a6e2ec7 100644
--- a/index.js
+++ b/index.js
@@ -9,7 +9,7 @@ class IPAddress extends React.Component {
super(props)
this.state = {
octets: [10, 88, 135, 24],
- cidr: 36,
+ cidr: 32,
}
}