Update sample config

It looks like a change was made without running tox -e genconfig,
so the checked in sample config is out of date.

Change-Id: I78cb5d734613fade44003be4fc2d87f1b69c6508
This commit is contained in:
Ben Nemec 2018-04-17 15:44:15 +00:00
parent aa453c7c78
commit d7884e2df7
1 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@
# Comma separated list of names/tags. For each network a section/group
# needs to be added to the configuration file with these parameters
# set: cidr, dhcp_start, dhcp_end, inspection_iprange, gateway and
# masquerade_network.
# masquerade.
#
# Example:
#
@ -57,7 +57,7 @@
# dhcp_end = 192.168.10.200
# inspection_iprange = 192.168.10.20,192.168.10.90
# gateway = 192.168.10.254
# masquerade_network = True
# masquerade = True
# [subnet2]
# . . .
# (list value)