Skip to content

Commit

Permalink
make it global
Browse files Browse the repository at this point in the history
  • Loading branch information
denisSal committed Jun 8, 2018
1 parent 7a995f9 commit 3a0200c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/ipv4.tcl
Expand Up @@ -30,7 +30,7 @@
# NAME
# ipv4.tcl -- file for handling IPv4
#****
global ipv4 numbits control changeAddrRange
global ipv4 numbits control changeAddrRange changeAddressRange

set ipv4 10.0.0.0/24
set numbits [lindex [split $ipv4 /] 1]
Expand Down

0 comments on commit 3a0200c

Please sign in to comment.