Merge branch '2.4.2/master'

This commit is contained in:
Daniel Dehennin 2016-07-19 10:54:02 +02:00
commit b954694409
1 changed files with 1 additions and 1 deletions

View File

@ -271,7 +271,7 @@ class OneNetworkL2(OneNetwork):
template.write('VLAN_TAGGED_ID = "{0}""\n'.format(self.trunk))
template.write('BRIDGE = {0}\n'.format(self.swname))
if self.net_size:
if update is False and self.net_size:
template.write("AR=[\n")
template.write(' TYPE = "ETHER",\n')