Skip to content

Commit

Permalink
set some global variables
Browse files Browse the repository at this point in the history
  • Loading branch information
denisSal committed Jun 8, 2018
1 parent 59170f1 commit 7a995f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions config/ipv4.tcl
Expand Up @@ -36,6 +36,7 @@ set ipv4 10.0.0.0/24
set numbits [lindex [split $ipv4 /] 1]
set control 0
set changeAddrRange 0
set changeAddressRange 0

#****f* ipv4.tcl/IPv4AddrApply
# NAME
Expand Down
3 changes: 2 additions & 1 deletion config/ipv6.tcl
Expand Up @@ -30,10 +30,11 @@
# NAME
# ipv6.tcl -- file for handeling IPv6
#****
global ipv6 changeAddrRange6
global ipv6 changeAddrRange6 changeAddressRange6

set ipv6 fc00::/64
set changeAddrRange6 0
set changeAddressRange6 0

#****f* ipv6.tcl/IPv6AddrApply
# NAME
Expand Down

0 comments on commit 7a995f9

Please sign in to comment.