Correct another typo

This commit is contained in:
Joshua Boniface 2019-03-17 00:40:23 -04:00
parent 7a1a29c3fd
commit 33070ba4c5
1 changed files with 1 additions and 1 deletions

View File

@ -523,7 +523,7 @@ if enable_networking:
logger.out('Setting up Upstream network on interface {} with IP {}'.format(upstream_dev, upstream_dev_ip), state='i')
common.run_os_command('ip link set {} up'.format(upstream_dev))
common.run_os_command('ip address add {} dev {}'.format(upstream_dev_ip, upstream_dev))
if upstream_dev_dateway:
if upstream_dev_gateway:
common.run_os_command('ip route add default via {} dev {}'.format(upstream_dev_gateway, upstream_dev))
###############################################################################