fix typo in bridge config for trusty

Change-Id: Ib088b3f961b107d515cd4263ef3b05253fb13db2
This commit is contained in:
Yolanda Robla Mota 2016-09-14 17:14:14 +02:00
parent 0e145fbe7c
commit b3d0ecb24d
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ iface {bridge_name} inet static
bridge_file_content = bridge_file_content.format(
bridge_name=bridge_name,
net_name=inteface_name,
net_name=interface_name,
ipv4_address=interface['ip_address'],
netmask=interface['netmask'],
gateway=interface['routes'][0]['gateway'],