diff options
author | tv <tv@nomic.retiolum> | 2013-01-13 18:21:23 +0100 |
---|---|---|
committer | tv <tv@nomic.retiolum> | 2013-01-13 18:21:23 +0100 |
commit | 81ac18e705684e1fadff20ccb9bddd4d255d1c6e (patch) | |
tree | 33a2b1a41e1b3c68e403a13f6ff0032ec99b600f /retiolum/bin | |
parent | 7296c90dff5e260c6279aed071fe507a4ddedc4a (diff) |
retiolum check-free-retiolum-v4: update ipv4 addr
This is a no-op, but it looks nicer than some more random address.
Diffstat (limited to 'retiolum/bin')
-rwxr-xr-x | retiolum/bin/check-free-retiolum-v4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/retiolum/bin/check-free-retiolum-v4 b/retiolum/bin/check-free-retiolum-v4 index 3f0dbdf8..3492f7f6 100755 --- a/retiolum/bin/check-free-retiolum-v4 +++ b/retiolum/bin/check-free-retiolum-v4 @@ -1,6 +1,6 @@ #! /bin/sh netname=retiolum -myipv4=${1-10.7.7.-1} +myipv4=${1-10.243.0.-1} v4num=${myipv4##*.} printf "Retard check: " if [ "$v4num" -gt 0 -a "$v4num" -lt "256" ]; |