Skip to content

Commit

Permalink
Another fix to interfaces.sample. Bumped debian installer to 1.0.50
Browse files Browse the repository at this point in the history
  • Loading branch information
craigpratt committed Oct 15, 2019
1 parent 3bc6230 commit 4fd04c6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion distribution/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.PHONY: all clean distclean deb scp

VERSION=1.0.49
VERSION=1.0.50
FBASE=micronets-gw
SDIRS=../filesystem
IBASE=/opt
Expand Down
10 changes: 5 additions & 5 deletions filesystem/opt/micronets-gw/doc/interfaces.sample
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,19 @@ iface brmn001 inet manual
# Note: This will be replaced with dynamic route table entries in the future

iface brmn001 inet static
address 10.135.1.0/24
address 10.135.1.1/24

iface brmn001 inet static
address 10.135.2.0/24
address 10.135.2.1/24

iface brmn001 inet static
address 10.135.3.0/24
address 10.135.3.1/24

iface brmn001 inet static
address 10.135.4.0/24
address 10.135.4.1/24

iface brmn001 inet static
address 10.135.5.0/24
address 10.135.5.1/24

#
# The uplink port
Expand Down

0 comments on commit 4fd04c6

Please # to comment.